inmanis/templates/ycss.lucius

193 lines
4.3 KiB
Text
Raw Normal View History

2012-08-10 14:16:44 +00:00
2012-07-02 13:21:39 +00:00
body {
2012-08-05 21:09:15 +00:00
font-family: Georgia, Palatino, Serif;
2012-08-10 14:16:44 +00:00
background-color: #{altbackground};
color: #{altforeground};
2012-08-05 21:09:15 +00:00
font-size: 18px;
2012-07-02 13:21:39 +00:00
}
2012-08-10 14:16:44 +00:00
a { color: #{base00}; text-decoration: none; }
a:visited { color: #{base01}; }
a:hover { color: #{orange}; text-shadow: 0 0 1px #{shadoworange}; }
/* Layout */
2012-07-02 13:21:39 +00:00
.content {
width: 37em;
margin: 0 auto;
}
ul, ol {
2012-08-24 13:01:25 +00:00
padding: 0;
2012-07-02 13:21:39 +00:00
li {
margin-bottom: 1em;
}
margin-bottom: 1em;
}
p { line-height: 1.5em; }
header {
2012-08-21 11:43:44 +00:00
#{headerbackground}
2012-08-21 09:25:04 +00:00
/* background: #{altbackground}; */
2012-07-03 06:49:48 +00:00
/* 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;
2012-08-10 14:16:44 +00:00
border-bottom: solid 1px #{base03};
h1,h2 {
a, a:visited { color: #{base1}; }
2012-08-10 14:16:44 +00:00
text-shadow: 1px 1px 0px #{white}, -1px -1px 0px #{black};
2012-07-02 13:21:39 +00:00
font-weight: bold;
margin: 0;
}
h1 { font-size: 5em; }
2012-08-10 14:16:44 +00:00
h2 { font-size: 2em; }
2012-07-02 13:21:39 +00:00
}
2012-08-10 14:16:44 +00:00
2012-08-07 06:18:10 +00:00
footer {
padding: 1em 1em 2em 1em;
border-top: solid 1px #889;
text-align: left;
2012-08-21 09:48:31 +00:00
min-height: 4em;
.content > div {font-size: .9em;}
2012-08-07 06:18:10 +00:00
}
2012-07-02 21:48:41 +00:00
#main {
2012-08-10 14:16:44 +00:00
background-color: #{background};
color: #{foreground};
2012-07-02 21:48:41 +00:00
margin-top: 0;
2012-08-10 14:16:44 +00:00
border-top: solid 1px #{base3};
2012-07-03 21:23:02 +00:00
padding: 2em 0;
2012-08-21 11:43:44 +00:00
box-shadow: 0 16px 16px #{black};
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; }
form textarea,
form input {
2012-08-10 14:16:44 +00:00
color: #{base02};
border-radius: 3px;
2012-08-10 14:16:44 +00:00
background: #{base2};
box-shadow: 1px 1px 2px #{base03} inset;
2012-08-06 11:18:55 +00:00
border: 0; padding: .3em; width: 30em; }
/* Form Buttons */
form input[type="submit"] {
2012-08-10 14:16:44 +00:00
color: #{base1};
2012-08-06 11:18:55 +00:00
margin: 0 auto;
display: block;
width: 5em;
max-width: 5em;
2012-08-10 14:16:44 +00:00
box-shadow: 1px 1px 2px #{black};
2012-08-06 11:18:55 +00:00
font-weight: bold;
2012-08-10 14:16:44 +00:00
text-shadow: 0 1px #{white};
2012-08-06 11:18:55 +00:00
border: solid 1px;}
form input[type="submit"]:hover {
2012-08-10 14:16:44 +00:00
color: #{base0};
border-color: #{base0};
background-color:#{base2};
box-shadow: 1px 1px 4px #{black};
2012-08-06 11:18:55 +00:00
}
form input[type="submit"]:active {
2012-08-10 14:16:44 +00:00
box-shadow: -1px -1px 1px #{shadoworange};
background-color: #{lightorange};
border-color: #{orange};
color: #{orange};
2012-08-06 11:18:55 +00:00
}
/* URL Entry */
2012-08-07 15:38:54 +00:00
.entryLine {
display: block;
2012-08-19 12:45:48 +00:00
line-height: 3em;
height: 3em; }
2012-08-07 15:38:54 +00:00
.vote { width: 2.1em;
2012-08-19 12:45:48 +00:00
line-height: 1.5em;
2012-08-07 15:38:54 +00:00
margin-right: 1em;
text-align: center;
2012-08-20 10:18:21 +00:00
border-radius: 3px;
2012-08-07 15:38:54 +00:00
float:left; }
.yeah, .neah {
2012-08-10 14:16:44 +00:00
background-color: #{base2};
2012-08-20 10:18:21 +00:00
box-shadow: 0px 0px 2px #{base0} inset;
2012-08-20 12:28:56 +00:00
border-radius: 2px;
2012-08-07 15:38:54 +00:00
cursor: pointer;
2012-08-07 22:22:23 +00:00
width: 3em;
2012-08-10 09:41:23 +00:00
font-size: .75em; }
2012-08-20 15:45:17 +00:00
.neah { margin: 2px 0; }
.yeah:hover {
2012-08-20 11:24:50 +00:00
box-shadow: 0px 0px 4px #{orange} inset;
background-color: #{lightorange}; }
.neah:hover {
box-shadow: 0px 0px 4px #{cyan} inset;
2012-08-20 11:24:50 +00:00
background-color: #{lightcyan}; }
2012-08-21 09:53:44 +00:00
.secondline { font-size: .6em; color: #{base1}; margin: .7em 0 .3em; }
2012-08-10 09:41:23 +00:00
.yeah_voted .yeah {
2012-08-10 14:16:44 +00:00
background-color: #{lightorange};
color: #{orange};
2012-08-20 10:18:21 +00:00
box-shadow: 0px 0px 2px #{orange} inset;
2012-08-10 09:41:23 +00:00
}
.neah_voted .neah {
2012-08-10 14:16:44 +00:00
background-color: #{lightcyan};
color: #{cyan};
2012-08-20 10:18:21 +00:00
box-shadow: 0px 0px 2px #{cyan} inset;
2012-08-10 09:41:23 +00:00
}
2012-08-19 12:45:48 +00:00
.firstline,.secondline,.thirdline {
line-height: 1em;
height: 1em;
}
2012-08-20 12:28:56 +00:00
.thirdline { font-size: .8em;}
2012-08-20 15:45:17 +00:00
#loginmessage,#popin {
2012-08-11 22:38:38 +00:00
display: none;
position: fixed;
margin: 0;
padding: 0;
border: none;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: #{black};
}
2012-08-20 15:45:17 +00:00
#popin .insidebox,
#loginmessage .insidebox {
2012-08-20 15:45:17 +00:00
width: 37em;
2012-08-11 22:38:38 +00:00
margin: 0 auto;
padding: 1em;
position: relative;
top: 30%;
left: 0%;
background-color: #{background};
color: #{foreground};
2012-08-20 15:45:17 +00:00
box-shadow: 0 0 4px #{black};
2012-08-11 22:38:38 +00:00
}
2012-08-20 15:45:17 +00:00
#popin .button{
float: left;
2012-08-20 15:45:17 +00:00
margin: .2em;
border: solid 1px;
padding: 3px;
cursor: pointer;}
.flush { clear: both; }
2012-08-11 22:38:38 +00:00
#loginmessage .close {
float: right;
cursor: pointer;
}
2012-08-24 13:01:25 +00:00
#comments {
font-size: .9em;
2012-08-29 12:27:00 +00:00
li { border: 1px solid #{base2};
list-style-type: none;
padding: 10px;
2012-08-29 12:27:00 +00:00
border-radius: 2px; }
.meta { font-size: .7em; height: 1.7em;}
.actions { font-size: .7em; }
2012-08-29 14:00:07 +00:00
.content { min-height: 1.5em; color: #{base01} }
2012-08-29 12:27:00 +00:00
.actions > span:hover {
color: #{orange};
text-shadow: 0 0 1px #{shadoworange};
cursor: pointer;
}
}