]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
rework main layout a little bit
[tt-rss.git] / tt-rss.css
index 8fa518492eca08d5ecb77690dcd354773ec437d5..8d4c52f71197e03a54197b0237d7abf8abe4e078 100644 (file)
@@ -1,4 +1,4 @@
-body#ttrssMain, body#ttrssPrefs {
+body#ttrssMain, body#ttrssPrefs, body#ttrssLogin {
        background : white;
        color : black;
        margin : 0px;
@@ -17,15 +17,6 @@ body#ttrssPrefs #footer, body#ttrssPrefs #header {
        padding-right : 8px;
 }
 
-blockquote {
-       margin : 0px;
-       border-width : 0px 0px 0px 8px;
-       border-color : #e0e0e0;
-       border-style : solid;
-       padding : 10px;
-       background-color : #f0f0f0;
-}
-
 div.postReply {
        padding : 0px;
 }
@@ -83,31 +74,15 @@ div.postReply img.tagsPic {
        vertical-align : middle;
 }
 
-div.articleNote div.articleNoteOps {
-       text-align : center;
-       color : #9a8c59;
-       font-style : italic;
-       margin-top : 5px;
-}
-
-div.articleNote div.articleNoteOps a {
-       color : #9a8c59;
-}
-
-div.articleNote div.articleNoteOps a:hover {
-       color : black;
-}
-
 div.articleNote {
        background-color : #fff7d5;
        border-width : 1px;
        padding : 5px;
        border-style : dashed;
        border-color : #e7d796;
-       font-size : 8px;
-       margin-bottom : 5px;
-       margin-top : 5px;
+       font-size : 11px;
        margin-left : 5px;
+       margin-top : 5px;
        float : right;
        color : #9a8c59;
        max-width : 150px;
@@ -315,13 +290,13 @@ input.editbox {
 
 /* preferences */
 
-table.prefPrefsList tr:hover td.prefValue {
+/* table.prefPrefsList tr:hover td.prefValue {
        color : #88b0f0;
 }
 
 table.prefPrefsList tr:hover td.prefValue input {
        color : #88b0f0;
-}
+} */
 
 table.prefPrefsList h3 {
        margin-top : 0px;
@@ -408,14 +383,18 @@ table.prefFeedList td.feedSelect {
        text-align : center;
 }
 
-div.prefFeedCatHolder {
-       height : 250px;
+div.prefFeedCatHolder, div.prefFeedOPMLHolder {
+       height : 300px;
        overflow : auto;
        border-width : 0px 1px 1px 1px;
        border-color : #c0c0c0;
        border-style : solid;
        margin : 0px 0px 5px 0px;
-       background-color : white;
+       background-color : #ecf4ff;
+}
+
+div.prefFeedOPMLHolder {
+       border-width : 1px 1px 1px 1px;
 }
 
 a.helpLink {
@@ -426,8 +405,33 @@ a.helpLink:hover {
        color : #4684ff;
 }
 
-pre {
-       margin : 5px;
+#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
+       margin : 0px 0px 0px 1em;
+       padding : 0px;
+       font-family : monospace;
+       font-size : 12px;
+       background : transparent;
+       border-width : 0px;
+}
+
+#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
+       margin : 0px 0px 0px 1em;
+       border-width : 0px 0px 0px 2px;
+       border-color : #c0c0c0;
+       border-style : solid;
+       font-style : italic;
+       padding : 0px 0px 0px 1em;
+       font-size : 12px;
+       color : gray;
+}
+
+#content-insert code, #headlines-frame code, .dijitContentPane code {
+       background : transparent;
+       border : 0px solid transparent;
+       margin : 0px;
+       font-family : monospace;
+       padding : 0px;
+       font-size : 12px;
 }
 
 /*
@@ -596,6 +600,10 @@ div#headlines-toolbar div#subtoolbar_ftitle {
        padding-right : 5px;
 }
 
+div#subtoolbar_ftitle span.error {
+       color : red;
+}
+
 span.contentPreview {
        color : gray;
        font-weight : normal;
@@ -688,7 +696,7 @@ span.groupPrompt {
 
 div.tagCloudContainer {
        border : 1px solid #c0c0c0;
-       background-color : white;
+       background-color : #ecf4ff;
        margin : 5px 0px 5px 0px;
        padding : 5px;
        text-align : center;
@@ -696,19 +704,19 @@ div.tagCloudContainer {
 
 div.errorExplained {
        border : 1px solid #c0c0c0;
-       background-color : white;
+       background-color : #ecf4ff;
        margin : 5px 0px 5px 0px;
        padding : 5px;
 }
 
 ul.feedErrorsList {
-       height : 300px;
+       max-height : 300px;
        overflow : auto;
        list-style-type : none;
        border : 1px solid #c0c0c0;
-       background-color : white;
+       background-color : #ecf4ff;
        margin : 0px 0px 5px 0px;
-       padding : 0px;
+       padding : 5px;
 }
 
 ul.feedErrorsList em {
@@ -1035,7 +1043,21 @@ div.return a:hover {
        overflow : auto;
 } */
 
-div.topLinks img {
+#header .logo {
+       float : right;
+       margin-left : 10px;
+       border : 1px solid #88b0f0;
+}
+
+#header a {
+       color : #4684ff;        
+}
+
+#header a:hover {
+       color : black;
+}
+
+#header img {
        vertical-align : middle;
        cursor : pointer;
 }
@@ -1046,7 +1068,7 @@ a.helpLinkPic img {
 }
 
 table.prefFeedCatList {
-       background-color : white;
+       
 }
 
 div.autocomplete {
@@ -1081,10 +1103,12 @@ div.autocomplete ul li {
        float : right;
 }
 
+/*
 div.topLinks {
        float : right;
        color : gray;
        font-size : 12px;
+       line-height : 120%;
 }
 
 div.topLinks a {
@@ -1093,9 +1117,9 @@ div.topLinks a {
 
 div.topLinks a:hover {
        color : black;
-}
+} */
 
-div.topLinks a.feedback {
+#header a.feedback {
        color : #009900;
 }
 
@@ -1156,6 +1180,14 @@ div#hotkey_help_overlay ul {
        margin : 0px;
 }
 
+div#hotkey_help_overlay a {
+       color : #88b0f0;
+}
+
+div#hotkey_help_overlay a:hover {
+       color : white;
+}
+
 div#hotkey_help_overlay li {
        margin : 0px;
 }
@@ -1261,9 +1293,16 @@ div.dlgSecCont {
        font-weight : normal;
 }
 
+div.dlgSecCont hr {
+       height : 0px;
+       line-height : 0px;
+       border : 0px solid transparent;
+       margin : 2px;
+}
+
 div.dlgSecCont > * {
-       margin-top : 4px;
-       vertical-align : bottom;
+       position : relative;
+       top : -2px;
 }
 
 div.dlgButtons {
@@ -1271,11 +1310,6 @@ div.dlgButtons {
        clear : both;
 }
 
-pre, code {
-       font-size : 12px;
-       font-family : monospace;
-}
-
 span.prefsLabelEntry {
        padding : 2px;
 }
@@ -1470,6 +1504,12 @@ div.fatalError textarea {
        padding : 0px;
 }
 
+#header-wrap {
+       border-width : 0px;
+       margin : 0px;
+       padding : 0px;
+}
+
 #content-wrap {
        padding : 0px;
        border-width : 0px;
@@ -1481,6 +1521,7 @@ div.fatalError textarea {
        border-color : #88b0f0;
        border-left-width : 0px;
        border-bottom-width : 0px;
+       border-top-width : 0px;
 }
 
 #headlines-wrap-inner {
@@ -1522,8 +1563,15 @@ div.fatalError textarea {
 }
 
 #header {
-       padding : 4px 8px 0px 8px;
        border-width : 0px;
+       text-align : right;
+       color : gray;
+       padding : 5px 5px 0px 0px;
+       margin : 0px;
+       position : absolute;
+       right : 0px;
+       top : 0px;
+       z-index : 5;
 }
 
 #footer {
@@ -1619,3 +1667,39 @@ span.labelFixedLength {
 .dijitDialog .dijitToolbar {
        border : 1px solid #c0c0c0;
 }
+
+a.bookmarklet {
+       color : #4684ff;
+       border : 1px solid #ecf4ff;
+       padding : 2px;
+}
+
+#newVersionIcon {
+       margin-left : 5px;
+       vertical-align : middle;
+       position : relative;
+       top : -1px;
+}
+
+.player {
+       display : inline-block;
+       color : gray;
+       font-size : 11px;
+       font-family : sans-serif;
+       border : 1px solid gray;
+       padding : 0px 4px 0px 4px;
+       margin : 0px 2px 0px 2px;
+       width : 50px;
+       text-align : center;
+       background : white;
+}
+.player.playing {
+       color : #00c000;
+       border-color : #00c000;
+}
+
+.player:hover {
+       background : #f0f0f0;
+       cursor : pointer;
+}
+