* lightblue.css: indented
This commit is contained in:
parent
d47c334596
commit
d39cafe6d6
1 changed files with 36 additions and 36 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
/***************************************************************************
|
/****************************************************************************
|
||||||
* *
|
* *
|
||||||
* contented3 - An open source xhtml/css website template by Contented *
|
* contented3 - An open source xhtml/css website template by Contented *
|
||||||
* Designs. You're free to modify it and use it for any purpose without *
|
* Designs. You're free to modify it and use it for any purpose without *
|
||||||
* cost or obligation. We'd prefer that you leave the link to our website *
|
* cost or obligation. We'd prefer that you leave the link to our website *
|
||||||
* in the footer but it's not required. *
|
* in the footer but it's not required. *
|
||||||
* *
|
* *
|
||||||
* If you have comments or questions, please contact us at *
|
* If you have comments or questions, please contact us at *
|
||||||
* http://www.ContentedDesigns.com. Thanks! *
|
* http://www.ContentedDesigns.com. Thanks! *
|
||||||
* *
|
* *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
padding:0px;
|
padding:0px;
|
||||||
|
|
@ -111,18 +111,18 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #3366CC;
|
color: #3366CC;
|
||||||
/*background-color: #FFFFFF;*/
|
/*background-color: #FFFFFF;*/
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline:none;
|
outline:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #0033CC;
|
color: #0033CC;
|
||||||
/*background-color: #FFFFFF;*/
|
/*background-color: #FFFFFF;*/
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -133,12 +133,12 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
color:#3366CC;
|
color:#3366CC;
|
||||||
/*background-color:#FFFFFF;*/
|
/*background-color:#FFFFFF;*/
|
||||||
font-size:3em;
|
font-size:3em;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
margin:0px 0px 10px 0px;
|
margin:0px 0px 10px 0px;
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#slogan {
|
#slogan {
|
||||||
|
|
@ -170,7 +170,7 @@ ul#menu {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
/*width:650px;*/
|
/*width:650px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#menu li {
|
ul#menu li {
|
||||||
|
|
@ -201,7 +201,7 @@ ul#menu a.selected:visited { background: #3366CC; color: #FFFFFF; }
|
||||||
padding:1em;
|
padding:1em;
|
||||||
margin:1em;
|
margin:1em;
|
||||||
/*width:650px;
|
/*width:650px;
|
||||||
float:left;*/
|
float:left;*/
|
||||||
clear:left;
|
clear:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -217,16 +217,16 @@ ul#menu a.selected:visited { background: #3366CC; color: #FFFFFF; }
|
||||||
}
|
}
|
||||||
|
|
||||||
#foot a {
|
#foot a {
|
||||||
color:#3366CC;
|
color:#3366CC;
|
||||||
background-color:#FFFFFF;
|
background-color:#FFFFFF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#foot a:hover {
|
#foot a:hover {
|
||||||
color:#0033CC;
|
color:#0033CC;
|
||||||
background-color:#FFFFFF;
|
background-color:#FFFFFF;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#copyright {
|
#copyright {
|
||||||
|
|
@ -248,10 +248,10 @@ ul#menu a.selected:visited { background: #3366CC; color: #FFFFFF; }
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table_form_label {
|
.table_form_label {
|
||||||
text-align:right;
|
text-align:right;
|
||||||
padding-right:1em;
|
padding-right:1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table_form_submit {
|
.table_form_submit {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
|
|
||||||
Reference in a new issue