css: more font size tweaking

This commit is contained in:
Andrew Dolgov 2010-01-13 11:37:02 +03:00
parent 6ab0418915
commit ae096313ed

View File

@ -40,7 +40,7 @@ div.postReply div.postHeader {
div.postReply div.postContent { div.postReply div.postContent {
padding : 10px; padding : 10px;
font-size : 14px; font-size : 12px;
} }
div.postReply div.postContent img { div.postReply div.postContent img {
@ -98,7 +98,7 @@ div.articleNote {
} }
div.postReply span.author { div.postReply span.author {
font-size : 14px; font-size : 12px;
} }
ul.feedList img.hlLoading { ul.feedList img.hlLoading {
@ -111,7 +111,7 @@ ul.feedList {
list-style-type : none; list-style-type : none;
margin : 5px 5px 5px 0px; margin : 5px 5px 5px 0px;
padding : 0px 0px 0px 5px; padding : 0px 0px 0px 5px;
font-size : 14px; font-size : 12px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif; font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
} }
@ -119,7 +119,7 @@ ul.feedList li.feedCat, ul.feedList li.virtCat {
margin : 0px; margin : 0px;
padding : 3px 0px 3px 0px; padding : 3px 0px 3px 0px;
color : #707070; color : #707070;
font-size : 14px; font-size : 12px;
} }
ul.feedList img.catCollapse { ul.feedList img.catCollapse {
@ -139,7 +139,7 @@ ul.feedList li.feedCatSelected {
margin : 0px; margin : 0px;
padding : 3px 0px 3px 0px; padding : 3px 0px 3px 0px;
color : #4684ff; color : #4684ff;
font-size : 14px; font-size : 12px;
} }
ul.feedList li.feedCatSelected span.catTitle { ul.feedList li.feedCatSelected span.catTitle {
@ -229,7 +229,7 @@ h2 {
} }
h3 { h3 {
font-size : 14px; font-size : 12px;
font-weight : bold; font-weight : bold;
border-width : 0px 0px 1px 0px; border-width : 0px 0px 1px 0px;
border-style : solid; border-style : solid;
@ -283,7 +283,7 @@ input.editbox {
position : absolute; position : absolute;
display : none; display : none;
float : right; float : right;
font-size : 14px; font-size : 12px;
z-index : 998; z-index : 998;
padding : 5px 5px 5px 5px; padding : 5px 5px 5px 5px;
} }
@ -322,7 +322,7 @@ input.editbox {
} }
#dispSwitch { #dispSwitch {
font-size : 14px; font-size : 12px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif; font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
text-align : right; text-align : right;
float : right; float : right;
@ -554,7 +554,7 @@ a.helpLink:hover {
div#errorBox { div#errorBox {
background-color : #ffcccc; background-color : #ffcccc;
border : 1px solid #ff0000; border : 1px solid #ff0000;
font-size : 14px; font-size : 12px;
position: relative; position: relative;
overflow : hidden; overflow : hidden;
left : -4px; left : -4px;
@ -610,11 +610,11 @@ html>body #infoBox, html>body #errorBox {
div.infoBoxContents { div.infoBoxContents {
padding : 10px; padding : 10px;
margin-bottom : 5px; margin-bottom : 5px;
font-size : 14px; font-size : 12px;
} }
div.infoBoxContents td { div.infoBoxContents td {
font-size : 14px; font-size : 12px;
} }
div.infoBoxContents a { div.infoBoxContents a {
@ -653,7 +653,7 @@ div.prefsTab {
border-style : solid; border-style : solid;
margin : 0px 0px 0px 5px; margin : 0px 0px 0px 5px;
padding : 3px 5px 3px 5px; padding : 3px 5px 3px 5px;
font-size : 14px; font-size : 12px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif; font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
border-collapse : collapse; border-collapse : collapse;
min-width : 100px; min-width : 100px;
@ -672,7 +672,7 @@ div.prefsTabSelected {
margin : 0px 0px 0px 5px; margin : 0px 0px 0px 5px;
padding : 3px 5px 3px 5px; padding : 3px 5px 3px 5px;
background-color : #ecf4ff; background-color : #ecf4ff;
font-size : 14px; font-size : 12px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif; font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
border-collapse : collapse; border-collapse : collapse;
font-weight : bold; font-weight : bold;
@ -691,13 +691,13 @@ div.notice {
width : 60%; width : 60%;
padding : 5px; padding : 5px;
margin : 0px 0px 5px 0px; margin : 0px 0px 5px 0px;
font-size : 14px; font-size : 12px;
} }
div.warning { div.warning {
background : #fff7d5; background : #fff7d5;
border : 1px solid #d7c47a; border : 1px solid #d7c47a;
font-size : 14px; font-size : 12px;
width : 60%; width : 60%;
padding : 5px; padding : 5px;
margin : 0px 0px 5px 0px; margin : 0px 0px 5px 0px;
@ -717,7 +717,7 @@ div.error {
background : #ffcccc; background : #ffcccc;
padding : 5px; padding : 5px;
margin : 0px 0px 5px 0px; margin : 0px 0px 5px 0px;
font-size : 14px; font-size : 12px;
} }
ul.nomarks { ul.nomarks {
@ -752,7 +752,7 @@ span.feed_error {
} }
.small { .small {
font-size : 13px; font-size : 11px;
} }
table.innerFeedTable td { table.innerFeedTable td {
@ -761,7 +761,7 @@ table.innerFeedTable td {
} }
td.selectPrompt { td.selectPrompt {
font-size : 14px; font-size : 12px;
color : gray; color : gray;
} }
@ -778,7 +778,7 @@ div.headlinesSubToolbar {
padding-right : 5px; padding-right : 5px;
right : 0px; right : 0px;
background-color : white; background-color : white;
font-size : 13px; font-size : 11px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif; font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
color : gray; color : gray;
} }
@ -795,7 +795,7 @@ div.headlinesSubToolbar div#subtoolbar_ftitle {
} }
span.contentPreview { span.contentPreview {
font-size : 14px; font-size : 12px;
color : gray; color : gray;
font-weight : normal; font-weight : normal;
} }
@ -869,7 +869,7 @@ div.postHeader div.postDateRTL {
div.postHeader div { div.postHeader div {
padding-bottom : 3px; padding-bottom : 3px;
font-size : 14px; font-size : 12px;
/* font-family : "Lucida Grande", Tahoma, sans-serif; */ /* font-family : "Lucida Grande", Tahoma, sans-serif; */
} }
@ -878,7 +878,7 @@ div.postHeader div {
} }
#allEntryTags { #allEntryTags {
font-size : 14px; font-size : 12px;
border-width : 0px 0px 1px 0px; border-width : 0px 0px 1px 0px;
border-style : solid; border-style : solid;
border-color : #c0c0c0; border-color : #c0c0c0;
@ -895,7 +895,7 @@ td.hlFeed {
} }
span.hlFeed, span.hlFeed a { span.hlFeed, span.hlFeed a {
font-size : 14px; font-size : 12px;
color : gray; color : gray;
} }
@ -974,7 +974,7 @@ div.cdmFooter input {
} }
div.cdmFooter { div.cdmFooter {
font-size : 14px; font-size : 12px;
color : black; color : black;
padding : 5px; padding : 5px;
color : gray; color : gray;
@ -1024,7 +1024,7 @@ div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
div.cdmHeader, div.cdmHeader a { div.cdmHeader, div.cdmHeader a {
color : #505050; color : #505050;
font-size : 14px; font-size : 12px;
} }
div.cdmHeader a:hover { div.cdmHeader a:hover {
@ -1072,7 +1072,7 @@ img.closeButton {
} }
span.groupPrompt { span.groupPrompt {
font-size : 14px; font-size : 12px;
color : #4684ff; color : #4684ff;
} }
@ -1132,7 +1132,7 @@ span.subscribers {
div.subscribers { div.subscribers {
color : #808080; color : #808080;
font-size : 14px; font-size : 12px;
float : right; float : right;
} }
@ -1157,7 +1157,7 @@ ul.compact li {
} }
div.browserFeedInfo { div.browserFeedInfo {
font-size : 14px; font-size : 12px;
/* border : 1px solid #88b0f0; /* border : 1px solid #88b0f0;
background-color : #ecf4ff; background-color : #ecf4ff;
-moz-border-radius : 5px; */ -moz-border-radius : 5px; */
@ -1178,7 +1178,7 @@ div.cdmContent a:hover {
a.cdmToggleLink { a.cdmToggleLink {
color : #808080; color : #808080;
font-size : 14px; font-size : 12px;
} }
a.cdmToggleLink:hover { a.cdmToggleLink:hover {
@ -1313,7 +1313,7 @@ table.loginForm2 .loginBottom {
border-width : 1px 0px 0px 0px; border-width : 1px 0px 0px 0px;
border-color : #88b0f0; border-color : #88b0f0;
border-style : solid; border-style : solid;
font-size : 14px; font-size : 12px;
text-align : center; text-align : center;
color : #909090; color : #909090;
padding : 0.5em; padding : 0.5em;
@ -1363,7 +1363,7 @@ div.whiteBox {
right : 5px; right : 5px;
height : 35px; height : 35px;
color : #4684ff; color : #4684ff;
font-size : 14px; font-size : 12px;
} }
#feeds-holder { #feeds-holder {
@ -1395,7 +1395,7 @@ div.whiteBox {
background-image : url("images/toolbar.png"); background-image : url("images/toolbar.png");
background-position : bottom left; background-position : bottom left;
background-repeat : repeat-x; background-repeat : repeat-x;
font-size : 14px; font-size : 12px;
} }
#toolbar input { #toolbar input {
@ -1412,7 +1412,7 @@ div.headlines_normal {
top : 70px; top : 70px;
right : 0px; right : 0px;
overflow : hidden; overflow : hidden;
font-size : 14px; font-size : 12px;
border-collapse : collapse; border-collapse : collapse;
} }
@ -1426,7 +1426,7 @@ div.headlines_cdm {
top : 70px; top : 70px;
right : 0px; right : 0px;
overflow : hidden; overflow : hidden;
font-size : 14px; font-size : 12px;
border-collapse : collapse; border-collapse : collapse;
} }
@ -1474,7 +1474,7 @@ div.headlines_cdm {
height : 20px; height : 20px;
text-align : center; text-align : center;
color : gray; color : gray;
font-size : 14px; font-size : 12px;
background-image : url("images/footer.png"); background-image : url("images/footer.png");
background-position : top left; background-position : top left;
background-repeat : repeat-x; background-repeat : repeat-x;
@ -1507,7 +1507,7 @@ div.headlines_cdm {
} }
#headlineActionsTop { #headlineActionsTop {
font-size : 14px; font-size : 12px;
} }
#headlinesInnerContainer { #headlinesInnerContainer {
@ -1523,14 +1523,14 @@ div.headlines_cdm {
#prefHeader { #prefHeader {
color : #4684ff; color : #4684ff;
font-size : 14px; font-size : 12px;
margin : 10px; margin : 10px;
height : 33px; height : 33px;
} }
div.return { div.return {
float : right; float : right;
font-size : 14px; font-size : 12px;
margin-right : 10px; margin-right : 10px;
} }
@ -1553,7 +1553,7 @@ div.return a:hover {
border-width : 1px 0px 0px 0px; border-width : 1px 0px 0px 0px;
border-color : #88b0f0; border-color : #88b0f0;
border-style : solid; border-style : solid;
font-size : 14px; font-size : 12px;
} }
#prefContent { #prefContent {
@ -1834,12 +1834,12 @@ div#hotkey_help_overlay table.hho td.content {
div#hotkey_help_overlay table.hho td.top, div#hotkey_help_overlay table.hho td.top,
div#hotkey_help_overlay table.hho td.bottom { div#hotkey_help_overlay table.hho td.bottom {
text-align : center; text-align : center;
font-size : 13px; font-size : 11px;
} }
div.prefKbdHelp { div.prefKbdHelp {
float : right; float : right;
font-size : 14px; font-size : 12px;
margin-right : 15px; margin-right : 15px;
} }
@ -1871,7 +1871,7 @@ div#l_progress_i {
} }
div.dlgSec { div.dlgSec {
font-size : 14px; font-size : 12px;
color : gray; color : gray;
font-weight : bold; font-weight : bold;
clear : both; clear : both;
@ -1883,7 +1883,7 @@ div.dlgSecCont {
left : 150px; left : 150px;
top : -20px; top : -20px;
float : left; float : left;
font-size : 14px; font-size : 12px;
font-weight : normal; font-weight : normal;
line-height : 200%; line-height : 200%;
} }
@ -1898,7 +1898,7 @@ div#label_test_result {
} }
pre, code { pre, code {
font-size : 14px; font-size : 12px;
font-family : monospace; font-family : monospace;
} }
@ -1954,11 +1954,11 @@ div#errorBox div#xebTitle {
padding : 4px 2px 4px 10px; padding : 4px 2px 4px 10px;
color : white; color : white;
font-weight : bold; font-weight : bold;
font-size : 14px; font-size : 12px;
} }
div#errorBox div#xebContent { div#errorBox div#xebContent {
font-size : 14px; font-size : 12px;
padding : 10px; padding : 10px;
} }
@ -2083,7 +2083,7 @@ div#auxDlg {
background-color : #fff7d5; background-color : #fff7d5;
color : black; color : black;
text-align : center; text-align : center;
font-size : 13px; font-size : 11px;
} }
div#auxDlg a { div#auxDlg a {