homepageTheme/theme/static/css/light.css

60 lines
758 B
CSS
Raw Normal View History

2019-05-11 11:50:39 +00:00
/* Main colors */
body {
2019-05-22 18:05:09 +00:00
color: #000;
2019-05-11 11:50:39 +00:00
}
body > * {
2019-05-22 18:05:09 +00:00
background: #000;
color: #FFF;
}
a {
color: #FFF;
text-decoration: underline;
font-style: none;
2019-05-11 11:50:39 +00:00
}
.main1 {
2019-05-22 18:05:09 +00:00
background: #FFF;
color: #000;
2019-05-25 01:53:52 +00:00
overflow: hidden;
2019-05-22 18:05:09 +00:00
}
.main1 a {
color: #000;
2019-05-11 11:50:39 +00:00
}
2019-05-22 18:05:09 +00:00
.main3 {
2019-05-11 11:50:39 +00:00
background: #FFF;
2019-05-22 18:05:09 +00:00
box-shadow: 0 0 1em #000;
}
2019-05-25 01:53:52 +00:00
/* header */
header nav li a {
font-style: none;
text-decoration: none;
}
header nav > ul > li {
background: #FFF;
}
header nav > ul > li > div > a {
background: #000;
}
2019-05-22 18:05:09 +00:00
/* Page */
2019-07-25 15:59:20 +00:00
.page_title {
border-bottom: #000 solid 0.1em;
}
.page_title a {
text-decoration: none;
}
.page_title .translations {
font-size: 50%;
}
.page_title .translations a {
color: #888;
font-style: italic;
}
.details, .details a {
2019-05-22 18:05:09 +00:00
color: #888;
2019-07-25 15:59:20 +00:00
font-style: italic;
2019-05-11 11:50:39 +00:00
}