Created
April 21, 2015 23:36
-
-
Save max6cn/795c8948640e4c73f21a to your computer and use it in GitHub Desktop.
Stylish Yellow Theme For GCJ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background-color: #fdf6e3; | |
color: black; | |
font-family: 'Source Serif Pro',Arial, sans-serif; | |
font-size: 18px; | |
line-height: 140%; | |
text-shadow: 0px 1px 1px #fff; | |
} | |
h3 { font-size: 180%; | |
font-weight: bold; | |
font-family: 'Source Sans Pro', Arial, sans-serif; | |
background-color: #ede6c3; | |
} | |
h4 { | |
font-size: 180%; | |
font-weight: bold; | |
font-family: 'Source Sans Pro', Arial, sans-serif; | |
background-color: #fcf4e2; | |
} | |
div.dsb-blue-border{ | |
background-color: #fcf4e2; | |
} | |
.dsb-content-pages { | |
background-color: #fdf6e3; | |
padding: 1em; | |
display: none; | |
min-height: 45em; | |
height: auto !important; | |
height: 45em; | |
} | |
div.dsb-problem-tab-open div.dynamic-link { | |
color: black; | |
cursor: default; | |
font-weight: bold; | |
text-decoration: none; | |
background-color: #fdf6e3; | |
} | |
div.dsb-clar-tab-open div.dynamic-link, | |
div.dsb-submissions-tab-open div.dynamic-link, | |
div.dsb-analysis-tab-open div.dynamic-link { | |
color: black; | |
cursor: default; | |
font-weight: bold; | |
text-decoration: none; | |
background-color: #fdf6e3; | |
} | |
div.dsb-clar-tab-close div.dynamic-link, | |
div.dsb-submissions-tab-close div.dynamic-link, | |
div.dsb-problem-tab-close div.dynamic-link, | |
div.dsb-analysis-tab-close div.dynamic-link { | |
background-color: #fdf6e3; | |
cursor: pointer; | |
} | |
/* Simulate links */ | |
div.dsb-problem-tab-open div.dynamic-link div, | |
div.dsb-analysis-tab-open div.dynamic-link div { | |
color: black; | |
text-decoration: none; | |
display: inline; | |
} | |
div.dsb-problem-tab-close div.dynamic-link div, | |
div.dsb-analysis-tab-close div.dynamic-link div { | |
color: blue; | |
text-decoration: underline; | |
display: inline; | |
} | |
div.dsb-green-border { | |
position: relative; | |
padding: 0.45em; | |
background-color: #fcf4e2; | |
-moz-border-radius: 0.2em; | |
-webkit-border-radius: 0.2em; | |
-khtml-border-radius: 0.2em; | |
border-radius: 0.2em; | |
} | |
#dsb-border-inner { | |
background-color: #fcf4e2; | |
padding: 0.5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment