fixed font sizes

This commit is contained in:
Sebastian Mendel
2005-11-18 11:47:01 +00:00
parent a63eeefe84
commit f23e91f363
4 changed files with 19 additions and 53 deletions

View File

@@ -12,6 +12,8 @@ $Source$
- removed superuser check for dbstats - removed superuser check for dbstats
* css/phpmyadmin.css.php: * css/phpmyadmin.css.php:
- small improvements - small improvements
* themes/darkblue_orange/css/*
- fixed font sizes
2005-11-17 Marc Delisle <lem9@users.sourceforge.net> 2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: patch #1353283, thanks to Isaac Bennetch * Documentation.html: patch #1353283, thanks to Isaac Bennetch

View File

@@ -9,8 +9,8 @@ body {
/* gecko FIX, font size is not correctly assigned to all child elements */ /* gecko FIX, font size is not correctly assigned to all child elements */
body * { body * {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: inherit;
font-size: 10px; font-size: inherit;
} }
select{ select{
@@ -50,7 +50,6 @@ div#left_tableList {
list-style-position: outside; list-style-position: outside;
margin: 0; margin: 0;
padding: 0; padding: 0;
font-size: 10px;
} }
div#left_tableList a { div#left_tableList a {

View File

@@ -5,9 +5,12 @@ body{
color: #000000; color: #000000;
background-color: #ffffff; background-color: #ffffff;
} }
body * {
font-family: inherit;
font-size: inherit;
}
h1{ h1{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 160%;
font-size: 16px;
font-weight: bold; font-weight: bold;
color: #000000; color: #000000;
} }
@@ -19,8 +22,6 @@ table{
border-spacing: 0; border-spacing: 0;
} }
th{ th{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold; font-weight: bold;
color: #000000; color: #000000;
background-color: #e5e5e5; background-color: #e5e5e5;
@@ -30,8 +31,6 @@ th{
padding: 2px; padding: 2px;
} }
td{ td{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000; color: #000000;
background-color: #ffffff; background-color: #ffffff;
border-width: 1px; border-width: 1px;

View File

@@ -17,29 +17,23 @@ body {
/* gecko FIX, font size is not correctly assigned to all child elements */ /* gecko FIX, font size is not correctly assigned to all child elements */
body * { body * {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: inherit;
font-size: 10px; font-size: inherit;
} }
pre, tt, code{ pre, tt, code{
font-size: 11px; font-size: 110%;
} }
a:link, a:visited, a:active{ a:link, a:visited, a:active{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none; text-decoration: none;
color: #333399; color: #333399;
} }
a:hover{ a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: underline; text-decoration: underline;
color: #cc0000; color: #cc0000;
} }
th{ th{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold; font-weight: bold;
color: #000000; color: #000000;
background-color: #ff9900; background-color: #ff9900;
@@ -58,8 +52,6 @@ th a:hover{
text-decoration: none; text-decoration: none;
} }
.tblcomment{ .tblcomment{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal; font-weight: normal;
color: #000099; color: #000099;
} }
@@ -70,44 +62,29 @@ th.td{
background-image: none; background-image: none;
} }
td{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
form{ form{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
} }
select, textarea, input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
select, textarea{ select, textarea{
color: #000000; color: #000000;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
input.textfield{ input.textfield{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000; color: #000000;
/*background-color: #FFFFFF;*/ /*background-color: #FFFFFF;*/
} }
h1{ h1{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 180%;
font-size: 18px;
font-weight: bold; font-weight: bold;
} }
h2{ h2{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 130%;
font-size: 13px;
font-weight: bold; font-weight: bold;
} }
h3{ h3{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%;
font-size: 12px;
font-weight: bold; font-weight: bold;
} }
dfn{ dfn{
@@ -126,8 +103,6 @@ fieldset fieldset {
margin: 0.8em; margin: 0.8em;
} }
legend { legend {
font-family: Verdana, Arial, Helvetica, sans-serif;
size: 10px;
color: #666699; color: #666699;
font-weight: bold; font-weight: bold;
background-color: #ffffff; background-color: #ffffff;
@@ -157,7 +132,7 @@ button.mult_submit {
visibility: inherit; visibility: inherit;
cursor: move; cursor: move;
position: absolute; position: absolute;
font-size: 11px; font-size: 110%;
border: 1px dashed #000000; border: 1px dashed #000000;
} }
@@ -372,10 +347,10 @@ fieldset.confirmation legend {
/* end messageboxes */ /* end messageboxes */
.print{font-family:arial;font-size:8pt;} .print{font-size:8pt;}
/* MySQL Parser */ /* MySQL Parser */
.syntax {font-family: sans-serif; font-size: 10px;} .syntax {}
.syntax_comment { padding-left: 4pt; padding-right: 4pt;} .syntax_comment { padding-left: 4pt; padding-right: 4pt;}
.syntax_digit {} .syntax_digit {}
.syntax_digit_hex {} .syntax_digit_hex {}
@@ -458,13 +433,9 @@ img, input, select, button {
/* disabled text */ /* disabled text */
.disabled, .disabled a:link, disabled a:active, .disabled a:visited { .disabled, .disabled a:link, disabled a:active, .disabled a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666; color: #666666;
} }
.disabled a:hover { .disabled a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666; color: #666666;
text-decoration: none; text-decoration: none;
} }
@@ -475,19 +446,16 @@ tr.disabled td, td.disabled {
/* some styles for IDs: */ /* some styles for IDs: */
#buttonNo{ #buttonNo{
color: #CC0000; color: #CC0000;
font-size: 10px;
font-weight: bold; font-weight: bold;
padding: 0px 10px 0px 10px; padding: 0px 10px 0px 10px;
} }
#buttonYes{ #buttonYes{
color: #006600; color: #006600;
font-size: 10px;
font-weight: bold; font-weight: bold;
padding: 0px 10px 0px 10px; padding: 0px 10px 0px 10px;
} }
#buttonGo{ #buttonGo{
color: #006600; color: #006600;
font-size: 10px;
font-weight: bold; font-weight: bold;
padding: 0px 10px 0px 10px; padding: 0px 10px 0px 10px;
} }
@@ -503,7 +471,7 @@ tr.disabled td, td.disabled {
width: 95%; width: 95%;
height: 95%; height: 95%;
font-family: "Courier New", Courier, mono; font-family: "Courier New", Courier, mono;
font-size: 11px; font-size: 110%;
} }
#TooltipContainer { #TooltipContainer {
@@ -517,8 +485,6 @@ tr.disabled td, td.disabled {
color: #006600; color: #006600;
border: 0.1em solid #000000; border: 0.1em solid #000000;
padding: 0.5em; padding: 0.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
} }
fieldset { fieldset {