mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
144 lines
4.1 KiB
CSS
144 lines
4.1 KiB
CSS
@charset "UTF-8";
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("fonts/Regular/OpenSans-Regular.eot");
|
|
src: url("fonts/Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Regular/OpenSans-Regular.woff") format("woff"), url("fonts/Regular/OpenSans-Regular.ttf") format("truetype"), url("fonts/Regular/OpenSans-Regular.svg#OpenSansLight") format("svg");
|
|
font-weight: 300;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("fonts/Semibold/OpenSans-Semibold.eot");
|
|
src: url("fonts/Semibold/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Semibold/OpenSans-Semibold.woff") format("woff"), url("fonts/Semibold/OpenSans-Semibold.ttf") format("truetype"), url("fonts/Semibold/OpenSans-Semibold.svg#OpenSansSemibold") format("svg");
|
|
font-weight: 600;
|
|
font-style: normal; }
|
|
|
|
body {
|
|
font-size: 16px;
|
|
color: #444; }
|
|
|
|
a, a:visited {
|
|
color: #2c7edf;
|
|
text-decoration: none; }
|
|
|
|
a:hover {
|
|
color: #7cb2d7; }
|
|
|
|
h1, h2, h3, h4 {
|
|
color: #71337f; }
|
|
|
|
.aside {
|
|
border: 1px solid #777777;
|
|
background-color: #e6e6e6; }
|
|
|
|
.placeholder {
|
|
height: 1em;
|
|
width: 100%;
|
|
display: none; }
|
|
@media screen and (min-width: 1130px) {
|
|
.placeholder {
|
|
display: block; } }
|
|
|
|
@media screen and (min-width: 1130px) {
|
|
.padding-1-lr {
|
|
padding-left: 1em;
|
|
padding-right: 1em; } }
|
|
@media screen and (max-width: 1129px) {
|
|
.padding-1-lr {
|
|
padding-left: 1%;
|
|
padding-right: 1%; } }
|
|
|
|
@media screen and (min-width: 1130px) {
|
|
.padding-2-lr {
|
|
padding-left: 2em;
|
|
padding-right: 2em; } }
|
|
@media screen and (max-width: 1129px) {
|
|
.padding-2-lr {
|
|
padding-left: 2%;
|
|
padding-right: 2%; } }
|
|
|
|
.pull-right {
|
|
float: right; }
|
|
|
|
.pull-left {
|
|
float: left; }
|
|
|
|
.nospam {
|
|
display: none; }
|
|
|
|
.pure-g-r [class*="pure-u"] {
|
|
font-family: "Open Sans", "Ubuntu", "Hiragino Sans GB", "WenQuanYi Micro Hei", "WenQuanYi Zen Hei", "STHeiti", "微软雅黑", sans-serif; }
|
|
|
|
#wrapper {
|
|
background-color: #FFFFFF; }
|
|
@media screen and (min-width: 1130px) {
|
|
#wrapper {
|
|
margin: 0 5% 0 5%;
|
|
width: auto; } }
|
|
@media screen and (max-width: 1129px) {
|
|
#wrapper {
|
|
width: 100%; } }
|
|
|
|
#header {
|
|
margin-bottom: 1em;
|
|
background-color: #71337f; }
|
|
#header h1 {
|
|
color: white;
|
|
font-weight: normal; }
|
|
#header .tagline {
|
|
margin-bottom: 1.2em;
|
|
color: #e3c8e9; }
|
|
#header .pure-menu {
|
|
background-color: transparent; }
|
|
#header .pure-menu li {
|
|
background-color: #71337f;
|
|
height: 100%; }
|
|
#header .pure-menu li.pure-menu-selected, #header .pure-menu li.pure-menu-selected:hover {
|
|
background-color: white; }
|
|
#header .pure-menu li.pure-menu-selected a, #header .pure-menu li.pure-menu-selected a:hover, #header .pure-menu li.pure-menu-selected:hover a, #header .pure-menu li.pure-menu-selected:hover a:hover {
|
|
font-weight: bold;
|
|
color: #71337f; }
|
|
#header .pure-menu li a {
|
|
color: white; }
|
|
#header .pure-menu li a:hover {
|
|
background-color: transparent !important;
|
|
color: #71337f; }
|
|
#header .pure-menu li:hover {
|
|
background-color: white; }
|
|
|
|
#mirrorlist {
|
|
width: 100%;
|
|
border-spacing: 0; }
|
|
#mirrorlist thead, #mirrorlist tbody, #mirrorlist tr {
|
|
width: 100%; }
|
|
#mirrorlist th {
|
|
color: #71337f; }
|
|
#mirrorlist th, #mirrorlist td {
|
|
text-align: left;
|
|
padding: 4px 0;
|
|
background-color: transparent; }
|
|
#mirrorlist thead > tr {
|
|
border-bottom: 1px solid #DDD; }
|
|
#mirrorlist tbody > tr:nth-child(even) {
|
|
background-color: #f6ecf8; }
|
|
#mirrorlist .distribution {
|
|
width: 20%; }
|
|
@media screen and (max-width: 768px) {
|
|
#mirrorlist .distribution {
|
|
width: 60%; } }
|
|
#mirrorlist .description {
|
|
width: 40%; }
|
|
@media screen and (max-width: 768px) {
|
|
#mirrorlist .description {
|
|
display: none; } }
|
|
#mirrorlist .update {
|
|
width: 20%; }
|
|
@media screen and (max-width: 768px) {
|
|
#mirrorlist .update {
|
|
display: none; } }
|
|
#mirrorlist .help {
|
|
width: 20%; }
|
|
@media screen and (max-width: 768px) {
|
|
#mirrorlist .help {
|
|
width: 40%; } }
|