]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
user details for user manager
[tt-rss.git] / tt-rss.css
index 26d2d98a6e67f46d7fac1033b45afa43c098b8b7..ca591c50ecfb8c304fb2724e62e1fd4f0a2153ef 100644 (file)
@@ -6,201 +6,352 @@ body {
        font-family : sans-serif;
 }
 
-h1 {
-       font-size : 16pt;       
+/* common styles */
+
+table.main td.headerBox {
+       background-image : url("images/vgrad_light_rev2.png");
+       background-position : top left;
+       background-repeat : repeat-x;
 }
 
-h2 {
-       font-size : 14pt;
-       font-color : bold;
-       border-width : 0px 0px 1px 0px;
+table.main td.header {
+       padding : 10px 10px 10px 30px;
+       height : 80px;
+       font-size : 24pt;
+       font-weight : bold;     
+}
+
+table.main td.mainToolbar {
+       border-width : 0px 0px 0px 0px;
        border-style : solid;
-       border-color : #e0e0e0;
+       border-color : #c0c0c0;
+       padding : 3px 25px 3px 10px;
 }
 
-hr {
-       border-width : 0px 0px 1px 0px;
-       border-style : dashed;
-       border-color : #e0e0e0;
+table.main td.prefsToolbar {
+       padding : 0px 5px 5px 0px;
 }
 
-a {
-       color : black;
-       text-decoration : none;
+table.main td.feeds {
+       width : 300px;
+       height : 100%;
+       border-width : 1px 0px 0px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       padding : 0px;
 }
 
-a:hover {
+table.main td.headlinesToolbarBox {
+       padding : 10px;
+       border-width : 0px 0px 1px 1px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       background-image : url("images/vgrad_light.png");
+       background-position : bottom left;
+       background-repeat : repeat-x;
+}
+
+table.main td.footer {
+       border-width : 1px 0px 0px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       padding : 10px;
+       text-align : center;
+       font-size : x-small;
+       background-image : url("images/vgrad_light_rev2.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+       color : gray;
+}
+
+table.main td.footer a {
+       color : gray;
+}
+
+table.main td.footer a:hover {
        color : #5050aa;
 }
 
-table.feedOverview {
-       margin : 5px;
-       border : 1px solid #c0c0c0;
-       background : #f0f0f0;
-       -moz-border-radius : 5px;
-       padding : 5px;
-       font-size : small;
+table.main td.headlines {
+       height : 25%;
+       border-width : 0px 0px 1px 1px;
+       border-style : solid;
+       border-color : #c0c0c0;
 }
 
-table.feeds {
-       font-size : small;
+table.main td.content {
+       height : 100%;
+       background-image : url("images/vgrad_light_rev.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+       border-width : 0px 0px 0px 1px;
+       border-style : solid;
+       border-color : #c0c0c0;
 }
 
-table.feeds td.footer {
-       font-weight : bold;
+table.main td.prefContent {
+       height : 100%;
+       background-image : url("images/vgrad_light_rev.png");
+       background-position : top left;
+       background-repeat : repeat-x;
        border-width : 1px 0px 0px 0px;
-       border-color : #d0d0d0;
        border-style : solid;
-       text-align : right;
-       font-size : small;
+       border-color : #c0c0c0;
+       padding : 20px;
 }
 
-table.headlinesList td.search {
-       font-size : small;
-/*     border-width : 0px 0px 1px 0px;
-       border-color : #d0d0d0;
-       border-style : solid;
-       padding-bottom : 3px; */
+div.postReply {
+       background-image : url("images/vgrad_light_rev.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+       height : 100%;
+       padding : 10px;
+}
+
+div.postReply a {
+       color : #5050aa;
 }
 
-td.headlinesToolbar {
+div.postReply a:hover {
+       color : black;
+}
+
+div.postReply div.postHeader {
+       background : white;
+       border : 1px solid #c0c0c0;
+       padding : 5px;
+}
+
+div.postReply div.postContent {
        padding : 10px;
 }
 
-td.headlinesTitle {
-       text-align : right;
-       font-size : large;
-       font-weight : bold;
+div.postReply div.postIcon {
+       float : right;
+       border : 0px;
+       margin : 10px 0px 10px 10px;
+}
+
+ul.feedList {
+       list-style-type : none;
+       margin : 0px;
+       padding : 10px; 
+}
+
+ul.feedList li {
+       margin : 2px;
+}
+
+ul.feedList li.oddSelected, ul.feedList li.evenSelected,
+       li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
+       li.oddSelectedUnread {
+       background-color : white;
+} 
+
+li.oddSelected a, li.evenSelected a,
+       li.oddUnreadSelected a, li.evenUnreadSelected a {
+       color : #5050aa;
+}
+
+ul.feedlist 
+       li.virtSelected,
+       li.virtUnreadSelected,
+       li.virtSelectedUnread,
+       li.feedSelected, 
+       li.labelSelected, 
+       li.feedUnreadSelected, 
+       li.labelUnreadSelected,
+       li.feedSelectedUnread,
+       li.labelSelectedUnread {
+       background-color : white;
+}
+
+ul.feedlist 
+       li.feedSelected a, 
+       li.labelSelected a, 
+       li.feedUnreadSelected a, 
+       li.labelUnreadSelected a, 
+       li.virtSelected a, 
+       li.virtUnreadSelected a,
+       li.virtSelectedUnread a {
+       color : #5050aa;
+}
+
+ul.feedList li.feed {
+       display : block;
+}
+
+ul.feedList img, img.feedIcon {
+       margin : 0px 3px 0px 0px;
+       width : 16px;
+       height : 16px;
+}
+
+h1 {
+       font-size : 16pt;       
 }
 
-table.headlinesList td.title, table.headlinesHeader td.title {
+h2 {
+       font-size : 14pt;
        font-weight : bold;
-       font-size : large;
        border-width : 0px 0px 1px 0px;
-       border-color : #d0d0d0;
        border-style : solid;
-       text-align : right;
-       padding-bottom : 3px;
+       border-color : #e0e0e0;
 }
 
-table.headlinesList td.feedLastUpdateNotice {
-       font-size : x-small;
+h3 {
+       font-size : 12pt;
+       font-weight : bold;
        border-width : 0px 0px 1px 0px;
-       border-color : #d0d0d0;
        border-style : solid;
-       text-align : left;
-       padding-bottom : 3px;
-       color : #a0a0a0;
+       border-color : #e0e0e0;
 }
 
-table.headlinesList td.headlineUpdated {
-       width : 200px;
+hr {
+       border-width : 0px 0px 1px 0px;
+       border-style : dashed;
+       border-color : #e0e0e0;
 }
 
-input {
-       border : 1px solid #a0a0a0;
+a {
+       color : black;
+       text-decoration : none;
 }
 
-table.main td.toolbar {
-       height : 40px;
-       background-color : #f0f0f0;
-       padding-right : 10px;
-       padding-left : 10px;
-       font-size : small;
+a:hover {
+       color : #5050aa;
 }
 
-#notify {
-       font-weight : bold;
-       border : 1px solid #c0c0c0;
-       font-size : small;
+#piggie {
+       width : 400;
+       height : 400;
+       left : 50;
+       background-color : white;
        display : none;
-       background : white;
-       -moz-border-radius : 5px;
-       padding : 3px 10px 3px 10px;
-       width : 300px;
+       z-index : 3;
+       background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
+       background-position : center center;
+       background-repeat : no-repeat;
+       position : absolute;
+       border : 1px solid pink;        
+       margin-left : auto;
+       margin-right : auto;
+       -moz-border-radius : 10px;
+       opacity : 0.8;
 }
 
-table.main td.header {
-       font-size : 21pt;
-       background-color : #f0f0f0;
-       background-image : url("images/header.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       height : 50px;
-       padding-left : 80px;
-       padding-top : 30px;
-       font-weight : bold;
-       color : black;
+#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
+#iedit_purgintl, #iedit_ulogin, #iedit_ulevel {
+       width : 100%;
+       padding-left : 2px;
 }
 
-table.main td.feeds {
-       width : 250px;
-       border-width : 1px 1px 0px 0px;
-       border-color : #c0c0c0;
-       border-style : solid;
-       padding : 10px;
+input.editbox {
+       width : 200px;
+       padding-left : 2px;
 }
 
-div.headlineToolbar {
-       border-width : 1px 0px 0px 0px;
-       border-color : #c0c0c0;
+#notify {
+       font-size : 10pt;
+       text-align : right;
+       color : gray;
        border-style : solid;
-       padding : 10px;
+       border-width : 0px 0px 1px 1px;
+       border-color : #e0e0e0;
+       background-color : white;
+       padding : 3px;
+       width : 350px;
 }
 
-table.main td.headlines {
-       height : 25%;
-       border-width : 1px 0px 0px 0px;
-       border-color : #c0c0c0;
-       border-style : solid;
+#dispSwitch {
+       text-align : right;
+       padding : 5px 5px 5px 0px;
+       font-size : x-small;
 }
 
-table.main td.prefContent {
-       padding : 10px;
-       border-width : 1px 0px 0px 0px;
-       border-color : #c0c0c0;
-       border-style : solid;
+#dispSwitch a {
+       color : gray;
+}
 
+#dispSwitch a:hover {
+       color : #5050aa;
 }
 
-table.main td.headlinesToolbarBox {
+div.expPane {
+       margin : 15px;
+}
+
+iframe {
+       border : 0px solid white;
+}
+
+iframe.feedsFrame {
+       width : 100%;
+       height : 90%;
+       margin : 0px;
        padding : 0px;
-       height : 20px;
-       border-width : 1px 0px 0px 0px;
-       border-color : #c0c0c0;
-       border-style : solid;
 }
 
-table.main td.content {
+iframe.contentFrame, iframe.headlinesFrame {
+       width : 100%;
        padding : 0px;
-       border-width : 1px 0px 0px 0px;
-       border-color : #c0c0c0;
-       border-style : solid;
+       margin : 0px;
+       height : 100%;
 }
 
-td.content a {
-       color : #5050aa;
+.button {
+       border : 1px solid #d0d0d0;
+       background-image : url("images/button.png");
+       background-position : top;
+       background-repeat : repeat-x;
+       background-color : white;
+       color : black;  
+}
+
+.button:hover {
+       background : white;
        text-decoration : none;
+       color : black;
 }
 
-/*
-td.content a:hover {
-       text-decoration : underline;
-} */
+a.button {
+       padding : 2px 5px 2px 5px;
+       font-size : small;
+}
 
-table.main td.notify {
-       height : 40px;
-       border-width : 1px 0px 0px 0px;
-       border-color : #c0c0c0;
-       border-style : solid;
-       font-size : x-small;
-       text-align : center;
-       color : gray;
-       background-color : #f0f0f0;
-       background-image : url("images/header_rev.png");
-       background-position : top left;
-       background-repeat : repeat-x;
+.evenUnreadSelected, .evenSelectedUnread, {
+       background-color : #e0e0ff;
+       font-weight : bold;
+}
+
+.oddUnreadSelected, .oddSelectedUnread, .feedSelectedUnread,  {
+       background-color : #e0e0ff;
+       font-weight : bold;
+}
+
+.evenSelected {
+       background-color : #e0e0ff;
+}
+
+.oddSelected {
+       background-color : #e0e0ff;
+} 
 
+.feedUnreadSelected, .feedSelectedUnread, 
+.virtUnreadSelected, .virtSelectedUnread,
+.labelUnreadSelected, .labelSelectedUnread {
+       background-color : #e0e0ff;
+       font-weight : bold;
+}
+
+.feedUnread, .labelUnread, .virtUnread {
+       font-weight : bold;
+}
+
+.disabledButton {
+       border : 1px solid #c0c0c0;
+       background-color : white;
+       color : gray;   
 }
 
 .evenGrayed {
@@ -229,6 +380,12 @@ table.main td.notify {
        display : none;
 }
 
+input {
+       border : 1px solid #a0a0a0;
+}
+
+/* preferences */
+
 table.prefAddFeed td {
        padding : 2px;
 }
@@ -237,168 +394,175 @@ table.prefAddFeed input {
        width : 250px;
 }
 
-/*
-table.prefAddFeed {
-       border : 1px solid #c0c0c0;
-       padding : 10px;
-       -moz-border-radius : 5px;
-       background-color : #f0f0f0;
-       background-image : url("images/form.png");
-       background-position : bottom left;
-       background-repeat : repeat-x;
-} */
-
-table.prefFeedList tr.title td, table.prefFilterList tr.title td {
+table.prefFeedList tr.title td, table.prefFilterList tr.title td,
+       table.headlinesList tr.title td, table.prefLabelList tr.title td,
+       table.prefPrefsList tr.title td {
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-color : #f0f0f0;
        border-style : solid;
 }
 
-.evenUnreadSelected, .evenSelectedUnread {
-       background-color : #e0e0ff;
-       font-weight : bold;
+a.helpLink {
+       color : #808080;
 }
 
-.oddUnreadSelected, .oddSelectedUnread {
-       background-color : #e0e0ff;
-       font-weight : bold;
+a.helpLink:hover {
+       color : #5050aa;
 }
 
-.evenSelected {
-       background-color : #e0e0ff;
+div.helpResponse, div.userDetails {
+       margin : 10px;
+       background-image : url("images/vgrad_light_rev2.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+       padding : 10px 20px 10px 20px;
+       border : 1px solid #f0f0f0;
 }
 
-.oddSelected {
-       background-color : #e0e0ff;
+div.helpResponse h1, div.userDetails h1 {
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       font-size : 16pt;
 }
 
-a.disabledButton {
-       font-family : tahoma, sans-serif;
-       border : 1px solid #d0d0d0;
-       background-color : white;
-       color : #909090;        
-       padding : 2px 10px 2px 10px;
-       font-size : small;
+div.helpResponse h2, div.userDetails h2 {
+       border-width : 0px 0px 0px 0px;
+       font-size : 12pt;
 }
 
-a.disabledButton:hover {
-       background : white;
-       text-decoration : none;
-       color : #909090;
+pre {
+       border : 1px solid #c0c0c0;
+       padding : 5px;
+       background : #f0f0f0;
 }
 
-.button {
-       font-family : tahoma, sans-serif;
-       border : 1px solid #d0d0d0;
-       background-image : url("images/button.png");
-       background-position : top;
-       background-repeat : repeat-x;
-       background-color : white;
-       color : black;  
-       padding : 2px 10px 2px 10px;
-       font-size : small;
+#userDlg {
+       left : 400px;
+       top : 18px;
+       background : #fffff0;
+       z-index : 3;
+       position : absolute;
+       border : 1px solid #c0c0c0;
+       padding : 10px;
+       display : none;
 }
 
-.button:hover {
-       background : white;
-       text-decoration : none;
-       color : black;
+#qafInput {
+       width : 300px;
 }
 
-.buttonWarn {
-       font-family : tahoma, sans-serif;
-       border : 1px solid #d0d0d0;
-       background-image : url("images/button.png");
-       background-position : top;
-       background-repeat : repeat-x;
-       background-color : white;
-       color : black;  
-       padding : 2px 10px 2px 10px;
-       font-size : small;
+input.extSearch {
+       width : 200px;
 }
 
-.buttonWarn:hover {
-       background : #fff0f0;
-       text-decoration : none;
-       color : black;
+table.main td.prefsTabs {
+       padding-left : 15px;
 }
 
-td.headlineUpdateMark {
-       width : 25px;
-       text-align : center;
+input.prefsTab {
+       border-width : 1px 1px 0px 1px;
+       border-color : #c0c0c0; 
+       padding : 2px 7px 2px 7px;
+       margin : 0px 1px 0px 0px;
+       width : 150px;
+       background-image : url("images/vgrad_light_rev2.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+       -moz-border-radius : 7px 7px 0px 0px;
 }
 
-div.errorBox {
-       border : 1px solid #c0c0c0;
-       padding : 20px;
-       margin : 20px;
-       background : #f0f0f0;
-}
-table.postTable tr.titleTop, table.postTable tr.titleBottom {
-       background : #f0f0f0;
+input.prefsTabSelected {
+       border-width : 1px 1px 0px 1px;
+       border-color : #c0c0c0; 
+       padding : 2px 7px 2px 7px;
+       margin : 0px 1px 0px 0px;
+       width : 150px;
+       background : white;
+       font-weight : bold;
+       background-position : top left;
+       background-repeat : repeat-x;
+       -moz-border-radius : 7px 7px 0px 0px;
 }
 
-table.postTable td.titleIcon {
-       border-width : 0px 0px 1px 0px;
-       border-color : #d0d0d0;
-       border-style : solid;
-}
 
-table.postTable tr.titleTop td {
-       padding : 5px 10px 0px 10px;
+input.prefsTab:hover {
+       background : white;
 }
 
-table.postTable tr.titleBottom td {
-       padding : 3px 10px 5px 10px;
-       border-width : 0px 0px 1px 0px;
-       border-color : #d0d0d0;
-       border-style : solid;
+div.warning {
+       background : #fffff0;
+       border : 1px solid #c0c0c0;
+       padding : 5px;
+       margin : 5px;
+       font-size : x-small;
+}
 
+div.notice {
+       background : #ffffff;
+       border : 1px solid #c0c0c0;
+       padding : 5px;
+       margin : 5px;
+       font-size : x-small;
 }
 
-table.postTable td.post {
-       padding : 20px;
+ul.nomarks {
+       list-style-type : none;
+       margin : 0px;
+       padding : 10px; 
+}
 
+div.bigErrorMsg {
+       border : 1px solid #c0c0c0;
+       background : #fff0f0;
+       padding : 30px;
+       margin : 20px;
 }
 
-#piggie {
-       width : 400;
-       height : 400;
-       left : 50;
-       background-color : white;
-       display : none;
+#splash {
        z-index : 3;
-       background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
-       background-position : center center;
-       background-repeat : no-repeat;
+       width : 100%;
+       height : 100%;
        position : absolute;
-       border : 1px solid pink;        
-       margin-left : auto;
-       margin-right : auto;
-       -moz-border-radius : 10px;
-       opacity : 0.8;
+       text-align : center;
+       background-image : url("images/vgrad_light_rev.png");
+       background-color : white;
+       background-position : top left;
+       background-repeat : repeat-x;
 }
 
-img.feedIcon {
-       margin : 3px;
-       border : 1px solid #c0c0c0;
+td.innerSplash {
+       margin : 35px;
 }
 
-#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr {
-       width : 100%;
-       padding-left : 2px;
+div.prefHelp, td.prefHelp {
+       font-size : x-small;
+       color : gray;
+       padding : 5px;
 }
 
-div.expPane {
-       margin : 15px;
+td.welcomePrompt {
+       font-size : small;
+       color : gray;
+       text-align : right;
+       padding-right : 10px;
+
 }
 
-iframe.contentFrame, iframe.headlinesFrame {
-       width : 100%;
-       border-width : 0px;
-       padding : 0px;
-       margin : 0px;
-       height : 100%;
+table.loginForm {
+       background-image : url("images/vgrad_light_rev.png");
+       background-color : white;
+       background-position : top left;
+       background-repeat : repeat-x;
+}
+
+table.innerLoginForm {
+       border : 1px solid #f0f0f0;
+       padding : 50px;
+       background-color : white;
 }
 
+table.innerLoginForm td {
+       padding : 3px 3px 5px 3px;
+}