set cached styles

pull/1/head
ansuz 8 years ago
parent 85b49d5ec8
commit e712025a4e

@ -416,6 +416,7 @@
padding: 5px; padding: 5px;
box-sizing: border-box; box-sizing: border-box;
font-size: 30px; font-size: 30px;
border-bottom: 1px solid #d9d9d9;
} }
#cryptpadTopBar > span { #cryptpadTopBar > span {
vertical-align: middle; vertical-align: middle;
@ -457,7 +458,7 @@
html.cp, html.cp,
.cp body { .cp body {
font-size: .875em; font-size: .875em;
background-color: #fff; background-color: #fafafa;
color: #555; color: #555;
font-family: Georgia,Cambria,serif; font-family: Georgia,Cambria,serif;
height: 100%; height: 100%;
@ -534,11 +535,14 @@ html.cp,
} }
.cp a { .cp a {
cursor: pointer; cursor: pointer;
color: #3333ff; color: #41b7d8;
text-decoration: none; text-decoration: none;
} }
.cp a:hover { .cp a:hover {
color: #0000cc; color: #279ebf;
}
.cp a:visited {
color: #558;
} }
.cp img { .cp img {
height: auto; height: auto;
@ -565,7 +569,7 @@ html.cp,
width: 100%; width: 100%;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
background: #fff; background: #fafafa;
padding: 10px 0; padding: 10px 0;
position: relative; position: relative;
} }
@ -663,14 +667,14 @@ html.cp,
.cp .btn-default:hover { .cp .btn-default:hover {
background-color: #d8d8d8; background-color: #d8d8d8;
} }
.cp .mainOverlay { .cp #main .mainOverlay {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background-color: #000; background-color: #000;
opacity: 0.3; opacity: 0.35;
} }
.cp #mainBlock.hidden { .cp #mainBlock.hidden {
display: none; display: none;
@ -682,8 +686,6 @@ html.cp,
left: 0; left: 0;
bottom: 0; bottom: 0;
right: 0; right: 0;
background: url('/customize/bg3.jpg') no-repeat center center;
background-size: cover;
} }
.cp #noscriptContainer #noscript { .cp #noscriptContainer #noscript {
width: 1000px; width: 1000px;
@ -711,6 +713,7 @@ html.cp,
} }
.cp #main_other { .cp #main_other {
padding: 0 15vw; padding: 0 15vw;
background-color: #fafafa;
} }
.cp .category { .cp .category {
margin-top: 5px; margin-top: 5px;

Loading…
Cancel
Save