2010-10-31 22:50:48 +00:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
margin-left: 10%;
|
|
|
|
margin-right: 10%;
|
|
|
|
margin-top: 2ex;
|
|
|
|
margin-bottom: 3ex;
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
2010-11-19 17:19:41 +00:00
|
|
|
/*background-color: #fff1db;*/
|
|
|
|
background-color: white;
|
|
|
|
/*
|
|
|
|
background-image: url("gradient.png");
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
background-image: url("gradient2.png");
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
background-image: url("gradient3.png");
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
background-image: url("gradient4.png");
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
*/
|
|
|
|
background-image: url("gradient5.png");
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
.heading {
|
|
|
|
border: 0;
|
|
|
|
color: black;
|
|
|
|
font-size: xx-large;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-bottom: 1ex;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
margin-bottom: 2ex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.heading tr {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
.heading td {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
.heading a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.subtitle {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.toc {
|
|
|
|
padding-left: 2ex;
|
|
|
|
border: 1px solid #aaaaaa;
|
|
|
|
background-color: white;
|
|
|
|
padding-bottom: 1ex;
|
|
|
|
border-radius: 10px;
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
}
|
2011-09-28 07:47:54 +00:00
|
|
|
.toc ul {
|
|
|
|
margin: 0; list-style-type: none;
|
|
|
|
}
|
2010-11-19 17:19:41 +00:00
|
|
|
hr {
|
|
|
|
margin-top: 3ex;
|
|
|
|
margin-bottom: 3ex;
|
|
|
|
width: 50%;
|
2010-10-31 22:50:48 +00:00
|
|
|
}
|
|
|
|
.note {
|
2010-11-19 17:19:41 +00:00
|
|
|
margin-top: 10ex;
|
2010-10-31 22:50:48 +00:00
|
|
|
text-align: center;
|
|
|
|
font-size: x-small;
|
|
|
|
}
|
|
|
|
h1 {
|
2010-11-19 17:19:41 +00:00
|
|
|
font-size: x-large;
|
2010-11-01 10:28:23 +00:00
|
|
|
margin-top: 2ex;
|
2010-11-19 17:19:41 +00:00
|
|
|
color: black;
|
|
|
|
margin-left: 2%;
|
|
|
|
margin-right: 2%;
|
2010-10-31 22:50:48 +00:00
|
|
|
}
|
2010-11-19 17:19:41 +00:00
|
|
|
h2 {
|
|
|
|
font-size: large;
|
2010-11-06 10:26:26 +00:00
|
|
|
margin-left: 5%;
|
|
|
|
margin-right: 5%;
|
|
|
|
}
|
2010-11-01 10:28:23 +00:00
|
|
|
p {
|
|
|
|
margin-left: 5%;
|
|
|
|
margin-right: 5%;
|
|
|
|
}
|
2010-11-02 20:28:56 +00:00
|
|
|
ul {
|
|
|
|
margin-left: 5%;
|
|
|
|
margin-right: 5%;
|
|
|
|
}
|
|
|
|
li {
|
2010-11-06 10:26:26 +00:00
|
|
|
margin-left: 3%;
|
2010-11-02 20:28:56 +00:00
|
|
|
margin-top: 0.5ex;
|
|
|
|
margin-bottom: 0.5ex;
|
|
|
|
}
|
2010-10-31 22:50:48 +00:00
|
|
|
tt {
|
2010-11-19 17:19:41 +00:00
|
|
|
padding-left: 0.5ex;
|
|
|
|
padding-right: 0.5ex;
|
2010-10-31 22:50:48 +00:00
|
|
|
background: #dddddd;
|
|
|
|
}
|
2010-11-19 17:19:41 +00:00
|
|
|
#rgb {
|
2010-11-19 17:24:03 +00:00
|
|
|
width: 33%;
|
2010-11-19 17:19:41 +00:00
|
|
|
margin: 3ex auto;
|
|
|
|
}
|
|
|
|
.button {
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: x-large;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
padding: 2ex;
|
|
|
|
border-radius: 10px;
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
}
|
|
|
|
#r {
|
|
|
|
background-color: #884444;
|
|
|
|
border: 2px solid #880000;
|
|
|
|
}
|
|
|
|
#g {
|
|
|
|
background-color: #448844;
|
|
|
|
border: 2px solid #006600;
|
|
|
|
}
|
|
|
|
#b {
|
|
|
|
background-color: #444488;
|
|
|
|
border: 2px solid #000088;
|
|
|
|
}
|
2011-09-13 22:42:45 +00:00
|
|
|
#y {
|
|
|
|
background-color: #888844;
|
2011-09-27 18:17:34 +00:00
|
|
|
border: 2px solid #666600;
|
2011-09-13 22:42:45 +00:00
|
|
|
}
|
2012-12-11 16:52:56 +00:00
|
|
|
|
|
|
|
#main-support {
|
|
|
|
background-color: #448888;
|
|
|
|
border: 2px solid #008888;
|
|
|
|
}
|
2013-04-16 12:06:16 +00:00
|
|
|
|
|
|
|
code.commands {
|
|
|
|
display:block;
|
|
|
|
margin-top: 0.4em;
|
|
|
|
padding: 0.7em;
|
|
|
|
background: #ccc;
|
|
|
|
background: rgba(200, 200, 200, 0.4);
|
|
|
|
white-space: pre;
|
|
|
|
}
|
2016-08-21 23:26:39 +00:00
|
|
|
|
|
|
|
code.fingerprint {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 140%;
|
|
|
|
}
|