320 lines
4.7 KiB
CSS
320 lines
4.7 KiB
CSS
/**
|
|
* ease.js color scheme
|
|
*
|
|
* Inspired by Tango Icon Theme
|
|
*/
|
|
|
|
html, body {
|
|
background-color: #eeeeec;
|
|
|
|
margin: 0px 0px 1.5em 0px;
|
|
padding: 0;
|
|
|
|
font-family: arial, serif;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#header {
|
|
position: relative;
|
|
|
|
background-color: #2e3436;
|
|
color: #babdb6;
|
|
}
|
|
|
|
#header-content {
|
|
background-image: url('images/logo.png');
|
|
background-repeat: no-repeat;
|
|
background-position: 0px 50px;
|
|
|
|
margin: 0px auto;
|
|
height: 150px;
|
|
width: 800px;
|
|
}
|
|
|
|
#header h1 {
|
|
display: none;
|
|
margin: 0.25em 0px 0px 0px;
|
|
|
|
font-size: 4.5em;
|
|
color: #619ddb;
|
|
}
|
|
|
|
#header h1 .suffix {
|
|
position: relative;
|
|
top: 0.15em;
|
|
|
|
font-size: 0.8em;
|
|
color: #ce5c00;
|
|
}
|
|
|
|
#header h2.desc {
|
|
display: none;
|
|
|
|
position: relative;
|
|
top: -1.50em;
|
|
left: 0.30em;
|
|
|
|
font-size: 0.6em;
|
|
font-weight: normal;
|
|
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
#content {
|
|
position: relative;
|
|
|
|
background-color: white;
|
|
background-image: -webkit-gradient(
|
|
linear,
|
|
left top,
|
|
left bottom,
|
|
color-stop(0, rgb(255,255,255)),
|
|
color-stop(1, rgb(238,238,236))
|
|
);
|
|
background-image: -moz-linear-gradient(
|
|
center top,
|
|
rgb(255,255,255) 0%,
|
|
rgb(238,238,236) 100%
|
|
);
|
|
|
|
border: 2px solid #babdb6;
|
|
border-top: 0px;
|
|
border-bottom-width: 4px;
|
|
border-radius: 0px 0px 0.5em 0.5em;
|
|
-moz-border-radius: 0px 0px 0.5em 0.5em;
|
|
|
|
margin: 0px auto;
|
|
padding: 0.5em 1em 1em 1em;
|
|
|
|
width: 800px;
|
|
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
#menu {
|
|
background-color: #3465a4;
|
|
border-bottom: 4px solid #204a87;
|
|
}
|
|
|
|
#menu ul {
|
|
padding: 0px;
|
|
height: 3.5em;
|
|
|
|
margin: 0px auto;
|
|
width: 800px;
|
|
}
|
|
|
|
#menu ul li {
|
|
list-style: none;
|
|
padding: 0px;
|
|
|
|
float: left;
|
|
line-height: 3em;
|
|
}
|
|
|
|
#menu a, #menu a:link {
|
|
display: inline-block;
|
|
padding: 0.25em 1.25em;
|
|
|
|
color: #041c40;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#menu a:hover,
|
|
body.index #about a,
|
|
body.blog #blog a,
|
|
body.download #download a,
|
|
body.man #manual a,
|
|
body.source #source a {
|
|
background-color: #204a87;
|
|
}
|
|
|
|
body.index #about a,
|
|
body.blog #blog a,
|
|
body.download #download a,
|
|
body.man #manual a,
|
|
body.source #source a {
|
|
color: #f57900;
|
|
}
|
|
|
|
p.copyright {
|
|
margin: 0;
|
|
padding: 1em;
|
|
|
|
color: #2e3436;
|
|
|
|
font-size: 0.7em;
|
|
text-align: center;
|
|
}
|
|
|
|
p.copyright a, p.copyright a:link {
|
|
color: #2e3436;
|
|
}
|
|
|
|
.btn {
|
|
display: inline-block;
|
|
|
|
background-color: #f57900;
|
|
color: white;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
text-shadow: black 1px 1px 1px;
|
|
|
|
padding: 0.25em 0.5em;
|
|
|
|
border: 1px solid #ce5c00;
|
|
border-radius: 0.25em;
|
|
-moz-border-radius: 0.25em;
|
|
|
|
background-image: -webkit-gradient(
|
|
linear,
|
|
left bottom,
|
|
left top,
|
|
color-stop(0, rgb(245,123,0)),
|
|
color-stop(1, rgb(206,93,0))
|
|
);
|
|
background-image: -moz-linear-gradient(
|
|
center bottom,
|
|
rgb(245,123,0) 0%,
|
|
rgb(206,93,0) 100%
|
|
);
|
|
}
|
|
|
|
.btn.go {
|
|
border: 1px solid #4e9a06;
|
|
|
|
background-image: -webkit-gradient(
|
|
linear,
|
|
left bottom,
|
|
left top,
|
|
color-stop(0, rgb(116,210,22)),
|
|
color-stop(1, rgb(139,226,52))
|
|
);
|
|
background-image: -moz-linear-gradient(
|
|
center bottom,
|
|
rgb(116,210,22) 0%,
|
|
rgb(139,226,52) 100%
|
|
);
|
|
}
|
|
|
|
.btn.med {
|
|
width: 75px;
|
|
|
|
font-size: 1.5em;
|
|
text-shadow: black 2px 2px 4px;
|
|
}
|
|
|
|
.btn.large {
|
|
width: 100px;
|
|
|
|
font-size: 2em;
|
|
text-shadow: black 2px 2px 5px;
|
|
}
|
|
|
|
#try-console {
|
|
width: 99%;
|
|
height: 10em;
|
|
|
|
font-size: 0.8em;
|
|
font-family: monospace;
|
|
}
|
|
|
|
blockquote.git-clone,
|
|
blockquote.shell
|
|
{
|
|
font-family: fixed;
|
|
font-weight: lighter;
|
|
}
|
|
|
|
span.shell-start {
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
/** index **/
|
|
.ex {
|
|
display: block;
|
|
|
|
position: relative;
|
|
top: -1em;
|
|
|
|
background-color: white;
|
|
|
|
border-width: 3px 1px;
|
|
border-style: solid;
|
|
border-color: #babdb6;
|
|
border-radius: 0.25em;
|
|
-moz-border-radius: 0.25em;
|
|
|
|
padding: 0.5em;
|
|
float: right;
|
|
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.excode {
|
|
width: 400px;
|
|
height: 10em;
|
|
|
|
font-family: monospace;
|
|
font-size: 0.7em;
|
|
white-space: pre;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.ex textarea {
|
|
width: 400px;
|
|
height: 10em;
|
|
|
|
border: none;
|
|
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.ex .btns {
|
|
border-top: 1px dotted #babdb6;
|
|
|
|
margin: 0px -0.25em;
|
|
padding: 0.25em;
|
|
}
|
|
|
|
.ex .btn {
|
|
float: right;
|
|
}
|
|
|
|
.info {
|
|
clear: both;
|
|
}
|
|
|
|
|
|
/** download **/
|
|
span.release-current {
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
span.release-current .version {
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
/** blog **/
|
|
h3.git-commit {
|
|
margin-bottom: 0.1em;
|
|
padding-bottom: 0.1em;
|
|
}
|
|
|
|
div.git-commit-author,
|
|
div.git-commit-date {
|
|
color: #2e3436;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
div.git-commit-date {
|
|
font-size: 0.8em;
|
|
}
|
|
|