Convert end of lines.

This commit is contained in:
Michal Čihař
2010-04-09 11:13:20 +02:00
parent 5603e1a683
commit 12b5d8d20b
2 changed files with 916 additions and 916 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,116 +1,116 @@
/* global styles */ /* global styles */
body { body {
padding-bottom: 1em; padding-bottom: 1em;
} }
img { img {
border: 0; border: 0;
} }
a { a {
color: #004C96; color: #004C96;
} }
a:hover, a:active { a:hover, a:active {
color: #000; color: #000;
} }
h1 { h1 {
font-size: 1.5em; font-size: 1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
} }
/* language selection box */ /* language selection box */
#select_lang { #select_lang {
position: absolute; position: absolute;
right: 1em; right: 1em;
top: 1em; top: 1em;
} }
/* menu */ /* menu */
#menu { #menu {
float: left; float: left;
width: 200px; width: 200px;
} }
#menu ul { #menu ul {
margin: 1em 1em 1em 0.5em; margin: 1em 1em 1em 0.5em;
padding: 0 0.5em; padding: 0 0.5em;
list-style: none; list-style: none;
} }
#menu li a { #menu li a {
padding: 3px; padding: 3px;
font-weight: bold; font-weight: bold;
display: block; display: block;
color: #669; color: #669;
text-decoration: none; text-decoration: none;
zoom: 1; /* IE fix */ zoom: 1; /* IE fix */
} }
#menu li a:hover, #menu li a:active { #menu li a:hover, #menu li a:active {
color: #C00; color: #C00;
} }
/* page contents and footer layout */ /* page contents and footer layout */
#page { #page {
margin-left: 200px; margin-left: 200px;
} }
#footer { #footer {
margin-top: 1em; margin-top: 1em;
} }
#footer a { #footer a {
margin-right: 0.5em; margin-right: 0.5em;
text-decoration: none; text-decoration: none;
font-size: small; font-size: small;
} }
/* phpMyAdmin logo colors */ /* phpMyAdmin logo colors */
.blue { .blue {
color: #7584B3; color: #7584B3;
} }
.orange { .orange {
color: #FFAD17; color: #FFAD17;
} }
.red { .red {
color: #C00; color: #C00;
} }
/* main page messages */ /* main page messages */
div.notice, div.warning, div.error { div.notice, div.warning, div.error {
margin: 0.5em 0; margin: 0.5em 0;
padding: 10px 10px 10px 36px; padding: 10px 10px 10px 36px;
border: 1px solid #000; border: 1px solid #000;
background: #FFD url(../themes/original/img/b_tipp.png) no-repeat 10px 0.8em; background: #FFD url(../themes/original/img/b_tipp.png) no-repeat 10px 0.8em;
} }
div.notice h4, div.warning h4, div.error h4 { div.notice h4, div.warning h4, div.error h4 {
font-weight: bold; font-weight: bold;
font-size: large; font-size: large;
margin: 0 0 0.2em 0; margin: 0 0 0.2em 0;
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
} }
div.notice { div.notice {
border-color: #FFD700; border-color: #FFD700;
background-color: #FFD; background-color: #FFD;
background-image: url(../themes/original/img/s_notice.png); background-image: url(../themes/original/img/s_notice.png);
} }
div.notice h4 { div.notice h4 {
border-color: #FFD700; border-color: #FFD700;
} }
div.notice[id^=version_check] { div.notice[id^=version_check] {
border-color: #002DFF; border-color: #002DFF;
background-color: #EEF; background-color: #EEF;
@@ -120,270 +120,270 @@ div.notice[id^=version_check] h4 {
border-color: #002DFF; border-color: #002DFF;
} }
div.warning { div.warning {
border-color: #C00; border-color: #C00;
background-color: #FFC; background-color: #FFC;
background-image: url(../themes/original/img/s_warn.png); background-image: url(../themes/original/img/s_warn.png);
} }
div.warning h4 { div.warning h4 {
color: #C00; color: #C00;
border-color: #C00; border-color: #C00;
} }
div.error { div.error {
border-color: #D00; border-color: #D00;
background-color: #FFC; background-color: #FFC;
background-image: url(../themes/original/img/s_error.png); background-image: url(../themes/original/img/s_error.png);
} }
div.error h4 { div.error h4 {
color: #D00; color: #D00;
border-color: #D00; border-color: #D00;
} }
/* form tabs */ /* form tabs */
ul.tabs { ul.tabs {
margin: 0; margin: 0;
padding: 0 0 7px 0; padding: 0 0 7px 0;
list-style: none; list-style: none;
font-weight: bold; font-weight: bold;
} }
ul.tabs li { ul.tabs li {
float: left; float: left;
} }
ul.tabs li a { ul.tabs li a {
display: block; display: block;
margin: 2px 2px 0; margin: 2px 2px 0;
padding: 2px 8px; padding: 2px 8px;
background: #DEE1FF; background: #DEE1FF;
white-space: nowrap; white-space: nowrap;
text-decoration: none; text-decoration: none;
border: 1px #9AA4FF solid; border: 1px #9AA4FF solid;
border-bottom: none; border-bottom: none;
} }
ul.tabs li a:hover, ul.tabs li a:active, ul.tabs li a.active { ul.tabs li a:hover, ul.tabs li a:active, ul.tabs li a.active {
margin: 0; margin: 0;
padding: 2px 10px 4px; padding: 2px 10px 4px;
background: #F7FBFF; background: #F7FBFF;
} }
ul.tabs li a:hover, ul.tabs li a:active { ul.tabs li a:hover, ul.tabs li a:active {
color: #C00; color: #C00;
} }
.tabs_contents { .tabs_contents {
border-top: 2px #66B solid; border-top: 2px #66B solid;
} }
.tabs_contents fieldset { .tabs_contents fieldset {
margin-top: 0; margin-top: 0;
border-top: none; border-top: none;
} }
.tabs_contents legend { .tabs_contents legend {
display: none; display: none;
} }
/* "restore default value" and "set value: foo" buttons */ /* "restore default value" and "set value: foo" buttons */
.restore-default img, .set-value img { .restore-default img, .set-value img {
margin-bottom: -3px; margin-bottom: -3px;
} }
/* forms */ /* forms */
fieldset { fieldset {
padding: 0; padding: 0;
margin-top: 1em; margin-top: 1em;
border: 2px #DEE1FF solid; border: 2px #DEE1FF solid;
background: #DEE1FF; background: #DEE1FF;
} }
.form { .form {
border: 2px #DEE1FF solid; border: 2px #DEE1FF solid;
} }
fieldset legend { fieldset legend {
margin-left: 1em; margin-left: 1em;
padding: 2px 8px; padding: 2px 8px;
font-weight: bold; font-weight: bold;
background: #F7FBFF; background: #F7FBFF;
border: 1px #9AA4FF solid; border: 1px #9AA4FF solid;
} }
fieldset p { fieldset p {
margin: 0; margin: 0;
padding: 0.5em; padding: 0.5em;
background: #DEE1FF; background: #DEE1FF;
} }
fieldset .errors { /* form error list */ fieldset .errors { /* form error list */
margin: 0 -2px 1em -2px; margin: 0 -2px 1em -2px;
padding: 0.5em 1.5em; padding: 0.5em 1.5em;
background: #FBEAD9; background: #FBEAD9;
border: 1px #C83838 solid; border: 1px #C83838 solid;
border-width: 1px 0; border-width: 1px 0;
list-style: none; list-style: none;
font-family: sans-serif; font-family: sans-serif;
font-size: small; font-size: small;
} }
fieldset .inline_errors { /* field error list */ fieldset .inline_errors { /* field error list */
margin: 0.3em 0.3em 0.3em 0; margin: 0.3em 0.3em 0.3em 0;
padding: 0; padding: 0;
list-style: none; list-style: none;
color: #9A0000; color: #9A0000;
font-size: small; font-size: small;
} }
fieldset table { fieldset table {
background: #FFF; background: #FFF;
} }
fieldset th { fieldset th {
width: 40%; width: 40%;
min-width: 350px; min-width: 350px;
padding: 0.3em 0.3em 0.3em 0.5em; padding: 0.3em 0.3em 0.3em 0.5em;
text-align: left; text-align: left;
vertical-align: top; vertical-align: top;
} }
fieldset th small { fieldset th small {
display: block; display: block;
} }
fieldset .doc { fieldset .doc {
margin-left: 1em; margin-left: 1em;
} }
fieldset td { fieldset td {
padding-top: 0.3em; padding-top: 0.3em;
vertical-align: top; vertical-align: top;
} }
fieldset th small { fieldset th small {
font-weight: normal; font-weight: normal;
font-family: sans-serif; font-family: sans-serif;
font-size: x-small; font-size: x-small;
color: #666; color: #666;
} }
fieldset th, fieldset td { fieldset th, fieldset td {
border-top: 1px #555 dotted; border-top: 1px #555 dotted;
} }
fieldset .lastrow, .form .lastrow { fieldset .lastrow, .form .lastrow {
background: #F7FBFF; background: #F7FBFF;
padding: 0.5em; padding: 0.5em;
text-align: center; text-align: center;
} }
.form .lastrow { .form .lastrow {
border-top: 1px #555 dotted; border-top: 1px #555 dotted;
} }
fieldset .lastrow input, .form .lastrow input { fieldset .lastrow input, .form .lastrow input {
font-weight: bold; font-weight: bold;
} }
/* simple form, without header and legend */ /* simple form, without header and legend */
fieldset.simple { fieldset.simple {
border-top-color: #DEE1FF; border-top-color: #DEE1FF;
} }
fieldset.simple legend { fieldset.simple legend {
display: none; display: none;
} }
fieldset.simple th, fieldset.simple td { fieldset.simple th, fieldset.simple td {
border-top: none; border-top: none;
border-bottom: 1px #555 dotted; border-bottom: 1px #555 dotted;
} }
fieldset.simple .lastrow { fieldset.simple .lastrow {
border: 0; border: 0;
} }
/* form elements */ /* form elements */
span.checkbox { span.checkbox {
padding: 2px; padding: 2px;
} }
.custom { /* customized field */ .custom { /* customized field */
background: #FFC; background: #FFC;
} }
span.checkbox.custom { span.checkbox.custom {
padding: 1px; padding: 1px;
border: 1px #EDEC90 solid; border: 1px #EDEC90 solid;
background: #FFC; background: #FFC;
} }
input[type="text"], select, textarea { input[type="text"], select, textarea {
border: 1px #A7A6AA solid; border: 1px #A7A6AA solid;
} }
input[type="text"]:focus, select:focus, textarea:focus { input[type="text"]:focus, select:focus, textarea:focus {
border: 1px #6676FF solid; border: 1px #6676FF solid;
background: #F7FBFF; background: #F7FBFF;
} }
.green { /* default form button */ .green { /* default form button */
color: #080; color: #080;
} }
table.datatable { table.datatable {
margin: 0.5em 0 1em; margin: 0.5em 0 1em;
} }
table.datatable th { table.datatable th {
padding: 0 1em 0 0.5em; padding: 0 1em 0 0.5em;
border-bottom: 2px #66F solid; border-bottom: 2px #66F solid;
text-align: left; text-align: left;
} }
table.datatable td { table.datatable td {
padding: 1px 0.5em; padding: 1px 0.5em;
border-bottom: 1px #DEE1FF solid; border-bottom: 1px #DEE1FF solid;
} }
/* textarea with config file's contents */ /* textarea with config file's contents */
#textconfig { #textconfig {
width: 100%; width: 100%;
border: 0; border: 0;
} }
/* error list */ /* error list */
dd { dd {
margin-left: 0.5em; margin-left: 0.5em;
} }
dd:before { dd:before {
content: "\25B8 "; content: "\25B8 ";
} }
/* links on failed validation page, when saving a form */ /* links on failed validation page, when saving a form */
a.btn { a.btn {
padding: 1px 5px; padding: 1px 5px;
text-decoration: none; text-decoration: none;
background: #E2E8FF; background: #E2E8FF;
border: 1px #A6C8FF solid; border: 1px #A6C8FF solid;
border-top-color: #AFD0FF; border-top-color: #AFD0FF;
border-left-color: #AFD0FF; border-left-color: #AFD0FF;
font-weight: bold; font-weight: bold;
} }
a.btn:hover, a.btn:active { a.btn:hover, a.btn:active {
background: #E6F5FF; background: #E6F5FF;
color: #004C96; color: #004C96;
} }