- Make fonts and colors more consistent (#1486565)

release-0.6
alecpl 14 years ago
parent 74fd1aec77
commit 0f8ff20ae2

@ -128,7 +128,7 @@
left: 20px;
right: 20px;
border: 1px solid #999999;
background-color: #F9F9F9;
background-color: #F2F2F2;
padding-bottom: 4ex;
overflow: auto;
}
@ -149,6 +149,7 @@
list-style: none;
margin: 0;
padding: 0;
background-color: #FFFFFF;
}
#directorylist ul li
@ -210,7 +211,7 @@
body.iframe,
#contact-frame
{
background-color: #F9F9F9;
background-color: #F2F2F2;
}
#contact-frame

@ -3,7 +3,7 @@
body
{
margin: 8px;
background-color: #F6F6F6; /* #EBEBEB; */
background-color: #F6F6F6;
color: #000000;
}
@ -32,9 +32,7 @@ th
h3
{
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #000000;
}
a, a:active, a:visited
@ -68,8 +66,6 @@ input[type="button"],
input[type="password"],
textarea
{
font-size: 9pt;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
padding: 1px;
padding-left: 3px;
padding-right: 3px;
@ -78,7 +74,7 @@ textarea
background-color: #ffffff;
}
input, textarea
input, textarea, select
{
font-size: 9pt;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
@ -322,6 +318,7 @@ img
.boxcontent
{
padding: 15px 10px 10px 10px;
background-color: #F2F2F2;
}
.boxcontent table td.title

@ -2,7 +2,7 @@
/* You can extend this CSS by adding your own CSS file with the the content_css option */
body, td, pre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

@ -18,12 +18,10 @@
padding: 1px 4px;
margin: 1px 0px;
font-size: 9pt;
font-family: "Courier New", Courier, monospace;
font-family: monospace;
}
.googie_edit_layer span {
font-size: 9pt;
font-family: "Courier New", Courier, monospace;
}
.googie_list {

@ -141,7 +141,6 @@
#messagetoolbar select,
#compose-container select
{
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
height: 21px;
@ -1234,7 +1233,7 @@ div.message-htmlpart div.rcmBody
min-height: 100px;
height: 100%;
font-size: 9pt;
font-family: "Courier New", Courier, monospace;
font-family: monospace;
}
#compose-attachments

@ -114,24 +114,24 @@ div.message-part div.pre
div.message-part blockquote
{
color: blue;
border-left: 2px solid blue;
border-right: 2px solid blue;
background-color: #F6F6F6;
margin: 0.5em 0em 0.5em 0em;
padding: 0.25em 1em 0.25em 1em;
color: blue;
border-left: 2px solid blue;
border-right: 2px solid blue;
background-color: #F6F6F6;
margin: 0.5em 0em 0.5em 0em;
padding: 0.25em 1em 0.25em 1em;
}
div.message-part blockquote blockquote
{
color: green;
border-left: 2px solid green;
border-right: 2px solid green;
color: green;
border-left: 2px solid green;
border-right: 2px solid green;
}
div.message-part blockquote blockquote blockquote
{
color: #990000;
border-left: 2px solid #bb0000;
border-right: 2px solid #bb0000;
color: #990000;
border-left: 2px solid #bb0000;
border-right: 2px solid #bb0000;
}

@ -91,7 +91,6 @@ span.tablink-selected a
{
width: 420px;
table-layout: fixed;
background-color: #F9F9F9;
}
#subscription-table
@ -196,6 +195,7 @@ span.tablink-selected a
bottom: 60px;
border: 1px solid #999999;
overflow: auto;
background-color: #F2F2F2;
}
#identity-details table td.title
@ -281,7 +281,7 @@ legend
body.iframe,
#prefs-frame
{
background-color: #F9F9F9;
background-color: #F2F2F2;
border: none;
}

Loading…
Cancel
Save