inmanis/templates/ycss.lucius

110 lines
2.3 KiB
Text
Raw Normal View History

2012-07-02 13:21:39 +00:00
body {
2012-08-05 21:09:15 +00:00
font-family: Georgia, Palatino, Serif;
2012-08-07 06:18:10 +00:00
background-color: #B2C2CA ;
2012-07-02 13:21:39 +00:00
color: #58686B;
2012-08-05 21:09:15 +00:00
font-size: 18px;
2012-07-02 13:21:39 +00:00
}
a, a:hover {
color: #3858AB;
2012-08-07 06:18:10 +00:00
text-decoration: none;
2012-07-02 13:21:39 +00:00
}
a:hover {
text-shadow: 0 0 1px #8DE;
}
a:visited {
color: #48588B;
}
.content {
width: 37em;
margin: 0 auto;
}
ul, ol {
li {
margin-bottom: 1em;
}
margin-bottom: 1em;
}
p { line-height: 1.5em; }
header {
2012-07-03 06:49:48 +00:00
background-color: #B2C2CA ;
/* background: url("@{StaticR img_skin_side_up_png}") repeat; */
2012-07-02 13:21:39 +00:00
text-align: center;
top: 0;
2012-07-02 21:48:41 +00:00
margin: 0;
padding: 1em 1em 2em 1em;
border-bottom: solid 1px #889;
2012-07-02 13:21:39 +00:00
h1 {
color: #78888B;
text-shadow: 1px 1px 1px #E4EEF2, -1px -1px 1px #000102;
font-weight: bold;
font-size: 8em;
margin: 0;
}
h2 {
font-size: 2em;
2012-07-02 14:51:41 +00:00
color: #78888B;
text-shadow: 0.5px 0.5px 0.5px #E4EEF2, -0.5px -0.5px 0.5px #000102;
2012-07-02 13:21:39 +00:00
margin: 0;
}
}
2012-08-07 06:18:10 +00:00
footer {
.content > div {font-size: .9em}
background-color: #B2C2CA ;
padding: 1em 1em 2em 1em;
border-top: solid 1px #889;
/* background: url("@{StaticR img_skin_side_up_png}") repeat; */
text-align: left;
}
2012-07-02 21:48:41 +00:00
#main {
2012-08-07 06:18:10 +00:00
background-color: #F2FAFF;
2012-07-02 21:48:41 +00:00
margin-top: 0;
border-top: solid 1px #FFF;
2012-07-03 21:23:02 +00:00
padding: 2em 0;
2012-07-02 21:48:41 +00:00
}
2012-08-05 21:09:15 +00:00
form label {
width: 5em;
display: inline-block;
text-align: right;
margin-right: 1em;
}
form div { margin: 1em auto; }
2012-08-06 11:18:55 +00:00
form input {
border-radius: 3px;
background: #E0E8EC;
box-shadow: 1px 1px 2px #000 inset;
border: 0; padding: .3em; width: 30em; }
form input[type="submit"] {
margin: 0 auto;
display: block;
width: 5em;
box-shadow: 1px 1px 2px #000;
font-weight: bold;
text-shadow: 0 1px #FFF;
border: solid 1px;}
form input[type="submit"]:hover {
color: #034;
background-color:#E3EBEE;
box-shadow: 1px 1px 4px #034;
}
form input[type="submit"]:active {
box-shadow: 1px 1px 1px #000;
background-color: #F4FAFF;
}
2012-08-07 15:38:54 +00:00
.entryLine {
display: block;
line-height: 2em;
height: 2em; }
.vote { width: 2.1em;
line-height: 1em;
margin-right: 1em;
text-align: center;
float:left; }
.yeah, .neah {
border: solid 1px;
background: #CCC;
cursor: pointer;
2012-08-07 22:22:23 +00:00
width: 3em;
font-size: .75em;
2012-08-07 15:38:54 +00:00
}