1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00

css font size normalization

This commit is contained in:
Andrew Dolgov 2008-05-18 06:40:21 +01:00
parent d97e02ad35
commit 442a9b8c0e

View File

@ -43,7 +43,7 @@ div.postReply div.postHeader {
div.postReply div.postContent { div.postReply div.postContent {
padding : 10px; padding : 10px;
font-size : 10pt; font-size : 14px;
} }
div.postReply div.postContent img { div.postReply div.postContent img {
@ -68,14 +68,14 @@ div.postReply img.tagsPic {
} }
div.postReply span.author { div.postReply span.author {
font-size : 9pt; font-size : 12px;
} }
ul.feedList { ul.feedList {
list-style-type : none; list-style-type : none;
margin : 5px; margin : 5px;
padding : 0px 0px 0px 5px; padding : 0px 0px 0px 5px;
font-size : 9pt; font-size : 12px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif; font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
} }
@ -83,7 +83,7 @@ ul.feedList li.feedCat {
margin : 0px; margin : 0px;
padding : 3px 0px 3px 0px; padding : 3px 0px 3px 0px;
color : #707070; color : #707070;
font-size : 9pt; font-size : 11px;
} }
ul.feedList li.feedCat a { ul.feedList li.feedCat a {
@ -163,11 +163,11 @@ ul.feedList img, img.tinyFeedIcon {
} }
h1 { h1 {
font-size : 16pt; font-size : 18px;
} }
h2 { h2 {
font-size : 14pt; font-size : 16px;
font-weight : bold; font-weight : bold;
border-width : 0px 0px 1px 0px; border-width : 0px 0px 1px 0px;
border-style : solid; border-style : solid;
@ -175,7 +175,7 @@ h2 {
} }
h3 { h3 {
font-size : 12pt; font-size : 14px;
font-weight : bold; font-weight : bold;
border-width : 0px 0px 1px 0px; border-width : 0px 0px 1px 0px;
border-style : solid; border-style : solid;
@ -238,7 +238,7 @@ input.editbox {
position : absolute; position : absolute;
display : none; display : none;
float : right; float : right;
font-size : 9pt; font-size : 12px;
z-index : 998; z-index : 998;
-moz-border-radius : 2px; -moz-border-radius : 2px;
padding : 5px 5px 5px 5px; padding : 5px 5px 5px 5px;
@ -278,7 +278,7 @@ input.editbox {
} }
#dispSwitch { #dispSwitch {
font-size : 8pt; font-size : 11px;
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;
@ -575,11 +575,11 @@ div.helpResponse {
div.infoBoxContents { div.infoBoxContents {
padding : 10px; padding : 10px;
margin-bottom : 5px; margin-bottom : 5px;
font-size : 9pt; font-size : 12px;
} }
div.infoBoxContents td { div.infoBoxContents td {
font-size : 9pt; font-size : 12px;
} }
div.infoBoxContents a { div.infoBoxContents a {
@ -594,12 +594,12 @@ div.helpResponse h1, div.infoBoxContents h1 {
/* border-width : 0px 0px 1px 0px; /* border-width : 0px 0px 1px 0px;
border-style : solid; border-style : solid;
border-color : #c0c0c0; */ border-color : #c0c0c0; */
font-size : 16pt; font-size : 18px;
} }
div.helpResponse h2, div.infoBoxContents h2 { div.helpResponse h2, div.infoBoxContents h2 {
/* border-width : 0px 0px 0px 0px; */ /* border-width : 0px 0px 0px 0px; */
font-size : 12pt; font-size : 16px;
} }
pre { pre {
@ -630,7 +630,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 : 9pt; 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;
@ -646,7 +646,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 : 9pt; 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;
@ -661,13 +661,13 @@ div.notice {
width : 60%; width : 60%;
padding : 5px; padding : 5px;
margin : 0px 0px 5px 0px; margin : 0px 0px 5px 0px;
font-size : 9pt; font-size : 12px;
} }
div.warning { div.warning {
background : #fff7d5; background : #fff7d5;
border : 1px solid #d7c47a; border : 1px solid #d7c47a;
font-size : 9pt; font-size : 12px;
width : 60%; width : 60%;
padding : 5px; padding : 5px;
margin : 0px 0px 5px 0px; margin : 0px 0px 5px 0px;
@ -684,7 +684,7 @@ div.error {
background : #ffcccc; background : #ffcccc;
padding : 5px; padding : 5px;
margin : 0px 0px 5px 0px; margin : 0px 0px 5px 0px;
font-size : 9pt; font-size : 12px;
} }
ul.nomarks { ul.nomarks {
@ -729,7 +729,7 @@ span.feed_error {
} }
/* .prefGenericAddBox { /* .prefGenericAddBox {
font-size : 9pt; font-size : 12px;
} */ } */
body.logoutBody { body.logoutBody {
@ -753,7 +753,7 @@ div.logoutContent {
} }
.small { .small {
font-size : 9pt; font-size : 12px;
} }
table.innerFeedTable td { table.innerFeedTable td {
@ -762,7 +762,7 @@ table.innerFeedTable td {
} }
td.selectPrompt { td.selectPrompt {
font-size : 9pt; font-size : 12px;
color : gray; color : gray;
} }
@ -776,46 +776,37 @@ table.headlinesSubToolbar {
height : 25px; height : 25px;
right : 0px; right : 0px;
background-color : white; background-color : white;
font-size : 11px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
color : gray;
} }
input#subtoolbar_search_box { input#subtoolbar_search_box {
height : 10px; height : 10px;
font-size : 7pt; font-size : 9px;
vertical-align : middle; vertical-align : middle;
} }
table.headlinesSubToolbar td.headlineActions { table.headlinesSubToolbar td.headlineActions {
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
color : gray;
padding : 0px 5px 0px 5px; padding : 0px 5px 0px 5px;
} }
table.headlinesSubToolbar td.headlineActionsRTL { table.headlinesSubToolbar td.headlineActionsRTL {
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
color : gray;
padding : 0px 5px 0px 5px; padding : 0px 5px 0px 5px;
} }
table.headlinesSubToolbar td.headlineTitle { table.headlinesSubToolbar td.headlineTitle {
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
color : gray;
padding : 0px 5px 0px 5px; padding : 0px 5px 0px 5px;
text-align : right; text-align : right;
} }
table.headlinesSubToolbar td.headlineTitleRTL { table.headlinesSubToolbar td.headlineTitleRTL {
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
color : gray;
padding : 0px 5px 0px 5px; padding : 0px 5px 0px 5px;
text-align : left; text-align : left;
} }
span.contentPreview { span.contentPreview {
font-size : 9pt; font-size : 12px;
color : gray; color : gray;
font-weight : normal; font-weight : normal;
} }
@ -846,6 +837,7 @@ table.headlinesList td.hlUpdated {
color : gray; color : gray;
text-align : right; text-align : right;
width : 100px; width : 100px;
cursor : pointer;
} }
table.headlinesList tr td { table.headlinesList tr td {
@ -870,7 +862,7 @@ div.postReply span.tagList {
div.postHeader div { div.postHeader div {
padding-bottom : 3px; padding-bottom : 3px;
font-size : 10pt; font-size : 12px;
/* font-family : "Lucida Grande", Tahoma, sans-serif; */ /* font-family : "Lucida Grande", Tahoma, sans-serif; */
} }
@ -879,7 +871,7 @@ div.postHeader div {
} }
#allEntryTags { #allEntryTags {
font-size : 9pt; 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;
@ -902,7 +894,7 @@ td.hlFeed {
} }
span.hlFeed, span.hlFeed a { span.hlFeed, span.hlFeed a {
font-size : 9pt; font-size : 12px;
color : gray; color : gray;
} }
@ -979,7 +971,7 @@ div.cdmArticleUnread div.cdmHeader span.titleWrap a {
} }
div.cdmFooter { div.cdmFooter {
font-size : 9pt; font-size : 12px;
color : black; color : black;
padding : 5px; padding : 5px;
color : gray; color : gray;
@ -1035,7 +1027,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 : 9pt; font-size : 12px;
} }
div.cdmHeader a:hover { div.cdmHeader a:hover {
@ -1061,7 +1053,7 @@ img.closeButton {
} }
span.groupPrompt { span.groupPrompt {
font-size : 9pt; font-size : 12px;
color : #4684ff; color : #4684ff;
} }
@ -1151,7 +1143,7 @@ span.subscribers {
div.subscribers { div.subscribers {
color : #808080; color : #808080;
font-size : 9pt; font-size : 12px;
float : right; float : right;
} }
@ -1176,7 +1168,7 @@ ul.compact li {
} }
div.browserFeedInfo { div.browserFeedInfo {
font-size : 9pt; 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; */
@ -1197,7 +1189,7 @@ div.cdmContent a:hover {
a.cdmToggleLink { a.cdmToggleLink {
color : #808080; color : #808080;
font-size : 9pt; font-size : 12px;
} }
a.cdmToggleLink:hover { a.cdmToggleLink:hover {
@ -1227,7 +1219,7 @@ a.cdmToggleLink:hover {
#debug_output li { #debug_output li {
margin : 0px; margin : 0px;
padding : 0px; padding : 0px;
font-size : 8pt; font-size : 11px;
} }
#dialog_overlay { #dialog_overlay {
@ -1373,7 +1365,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 : 9pt; font-size : 12px;
text-align : center; text-align : center;
color : #909090; color : #909090;
padding : 0.5em; padding : 0.5em;
@ -1423,7 +1415,7 @@ div.whiteBox {
right : 5px; right : 5px;
height : 40px; height : 40px;
color : #4684ff; color : #4684ff;
font-size : 9pt; font-size : 12px;
} }
#feeds-holder { #feeds-holder {
@ -1451,7 +1443,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 : 9pt; font-size : 12px;
} }
div.headlines_normal { div.headlines_normal {
@ -1464,7 +1456,7 @@ div.headlines_normal {
top : 85px; top : 85px;
right : 0px; right : 0px;
overflow : hidden; overflow : hidden;
font-size : 9pt; font-size : 12px;
border-collapse : collapse; border-collapse : collapse;
/* css hack for IE */ /* css hack for IE */
width: expression((parseInt(document.documentElement.clientWidth)-260)+'px'); width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
@ -1480,7 +1472,7 @@ div.headlines_cdm {
top : 85px; top : 85px;
right : 0px; right : 0px;
overflow : hidden; overflow : hidden;
font-size : 9pt; font-size : 12px;
border-collapse : collapse; border-collapse : collapse;
width: expression((parseInt(document.documentElement.clientWidth)-260)+'px'); width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
} }
@ -1506,7 +1498,7 @@ div.headlines_cdm {
height : 20px; height : 20px;
text-align : center; text-align : center;
color : gray; color : gray;
font-size : 9pt; 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;
@ -1544,7 +1536,7 @@ div.headlines_cdm {
border-style : solid; border-style : solid;
border-color : #c0c0c0; border-color : #c0c0c0;
background-color : #fafafa; */ background-color : #fafafa; */
font-size : 9pt; font-size : 12px;
} }
#headlinesInnerContainer { #headlinesInnerContainer {
@ -1560,14 +1552,14 @@ div.headlines_cdm {
#prefHeader { #prefHeader {
color : #4684ff; color : #4684ff;
font-size : 9pt; font-size : 12px;
margin : 10px; margin : 10px;
height : 33px; height : 33px;
} }
div.return { div.return {
float : right; float : right;
font-size : 9pt; font-size : 12px;
margin-right : 10px; margin-right : 10px;
} }
@ -1597,7 +1589,7 @@ div.return a:hover {
border-style : solid; border-style : solid;
height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px'); height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px');
width: expression((parseInt(document.documentElement.clientWidth)-25)+'px'); width: expression((parseInt(document.documentElement.clientWidth)-25)+'px');
font-size : 10pt; font-size : 12px;
} }
#userSwitch { #userSwitch {
@ -1807,6 +1799,10 @@ table.headlinesList tr.feedTitle td {
padding-left : 5px; padding-left : 5px;
} }
td.hlContent, td.hlContentL, td.hlContentH {
cursor : pointer;
}
td.hlContentH a, td.hlContentH span { td.hlContentH a, td.hlContentH span {
color : #00cc00; color : #00cc00;
} }
@ -1838,7 +1834,7 @@ div#hotkey_help_overlay {
top : 30px; top : 30px;
z-index : 999; z-index : 999;
color : white; color : white;
font-size : 11pt; font-size : 15px;
} }
div#hotkey_help_overlay h1 { div#hotkey_help_overlay h1 {
@ -1875,7 +1871,7 @@ div#hotkey_help_overlay h1 {
} }
div#hotkey_help_overlay h2 { div#hotkey_help_overlay h2 {
font-size : 13pt; font-size : 16px;
border-width : 0px; border-width : 0px;
margin : 0.3em 0px 0.3em 0px; margin : 0.3em 0px 0.3em 0px;
text-align : center; text-align : center;
@ -1922,12 +1918,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 : 11pt; font-size : 13px;
} }
div.prefKbdHelp { div.prefKbdHelp {
float : right; float : right;
font-size : 9pt; font-size : 12px;
margin-right : 15px; margin-right : 15px;
} }