2013-04-03 09:14:01 -04:00
|
|
|
body {
|
|
|
|
color: #222222;
|
|
|
|
font: 20px/1.3em Palatino,Georgia,serif;
|
2013-04-05 09:30:50 -04:00
|
|
|
background-color: #F1F1F1;
|
2013-04-08 03:44:45 -04:00
|
|
|
margin: 10px;
|
2013-04-05 09:30:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
body.article {
|
2013-04-08 03:44:45 -04:00
|
|
|
color: #222222;
|
|
|
|
font: 20px/1.3em Palatino,Georgia,serif;
|
|
|
|
background-color: #F1F1F1;
|
2013-04-03 09:14:01 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a, a:hover, a:visited {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
header {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-04-05 09:30:50 -04:00
|
|
|
#article header {
|
|
|
|
text-align: left;
|
|
|
|
border-bottom: 1px solid #222222;
|
|
|
|
}
|
|
|
|
|
|
|
|
#article header a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#article header .vieworiginal a {
|
|
|
|
color: #888888;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main, #article {
|
2013-04-03 09:14:01 -04:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main ul#links {
|
|
|
|
padding: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main ul#links li {
|
|
|
|
display: inline;
|
2013-04-08 03:44:45 -04:00
|
|
|
}
|
|
|
|
#links a, #backhome a{
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 5px 10px;
|
|
|
|
}
|
|
|
|
#links a:hover, #backhome a{
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: #040707;
|
|
|
|
color: #F1F1F1;
|
2013-04-03 09:14:01 -04:00
|
|
|
}
|
|
|
|
|
2013-04-05 09:30:50 -04:00
|
|
|
#main #entries {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main #entries .entrie {
|
|
|
|
color: rgb(46, 46, 46);
|
|
|
|
position:relative;
|
|
|
|
background-color: #ffffff;
|
2013-04-08 03:44:45 -04:00
|
|
|
padding: 15px;
|
|
|
|
height: 6em;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
-webkit-box-shadow: 0px 0px 2px -1px #000;
|
|
|
|
box-shadow: 0px 0px 2px -1px #000;
|
2013-04-05 09:30:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#main #entries .entrie h2 a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main #entries .entrie h2 a:hover {
|
|
|
|
color: #F5BE00;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main #entries .entrie .tools {
|
|
|
|
position:absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
text-align: right;
|
2013-04-08 03:44:45 -04:00
|
|
|
margin-left: -20px;
|
2013-04-05 09:30:50 -04:00
|
|
|
}
|
|
|
|
|
2013-04-03 09:14:01 -04:00
|
|
|
#main a.tool {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
2013-04-08 03:44:45 -04:00
|
|
|
text-align: center;
|
2013-04-03 09:14:01 -04:00
|
|
|
}
|