2009-12-19 22:55:58 -05:00
|
|
|
body {
|
2010-08-03 01:13:31 -04:00
|
|
|
font-size: 13px;
|
2009-12-21 11:41:45 -05:00
|
|
|
line-height: 20px;
|
|
|
|
color: #191933;
|
2010-08-03 01:13:31 -04:00
|
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
2010-09-27 15:21:45 -04:00
|
|
|
.container {
|
2010-01-17 18:33:31 -05:00
|
|
|
width: 950px;
|
2010-09-27 15:21:45 -04:00
|
|
|
margin: 0;
|
|
|
|
padding: 80px 0px 50px 50px;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
2010-03-07 21:57:08 -05:00
|
|
|
p, li {
|
2009-12-21 11:41:45 -05:00
|
|
|
width: 625px;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
2009-12-21 11:41:45 -05:00
|
|
|
a {
|
|
|
|
color: #000055;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2010-08-23 22:08:33 -04:00
|
|
|
margin-top: 50px;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
2009-12-21 11:41:45 -05:00
|
|
|
br.clear {
|
|
|
|
height: 0;
|
|
|
|
clear: both;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
2010-02-21 17:59:17 -05:00
|
|
|
ul {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
2009-12-21 11:41:45 -05:00
|
|
|
b.header {
|
|
|
|
color: #000055;
|
|
|
|
display: block;
|
|
|
|
margin: 40px 0 5px 0;
|
|
|
|
font-size: 16px;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
2009-12-24 12:54:12 -05:00
|
|
|
li {
|
2010-02-21 18:37:52 -05:00
|
|
|
margin-bottom: 10px;
|
2009-12-24 12:54:12 -05:00
|
|
|
}
|
2009-12-23 19:42:18 -05:00
|
|
|
table {
|
|
|
|
margin: 16px 0 0 13px; padding: 0;
|
|
|
|
width: 625px;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
2009-12-23 19:42:18 -05:00
|
|
|
tr, td {
|
|
|
|
margin: 0; padding: 0;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
2009-12-23 19:42:18 -05:00
|
|
|
td {
|
|
|
|
padding: 9px 15px 9px 0;
|
|
|
|
}
|
2010-02-13 16:23:03 -05:00
|
|
|
code, pre, tt, textarea {
|
2009-12-19 22:55:58 -05:00
|
|
|
font-family: Monaco, Consolas, "Lucida Console", monospace;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
2009-12-23 19:42:18 -05:00
|
|
|
color: #191955;
|
2009-12-26 02:17:34 -05:00
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
2009-12-23 19:42:18 -05:00
|
|
|
tt {
|
|
|
|
background: #f8f8ff;
|
|
|
|
border: 1px solid #dedede;
|
|
|
|
font-size: 85%;
|
|
|
|
padding: 0px 0.2em;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
|
|
|
pre {
|
2009-12-23 19:42:18 -05:00
|
|
|
border-left: 6px solid #222255;
|
|
|
|
margin-left: 13px;
|
|
|
|
padding: 3px 0 3px 12px;
|
2009-12-19 22:55:58 -05:00
|
|
|
font-size: 12px;
|
2009-12-21 11:41:45 -05:00
|
|
|
}
|
2010-02-22 17:14:51 -05:00
|
|
|
pre.no_bar {
|
|
|
|
border-left: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
2009-12-21 11:41:45 -05:00
|
|
|
div.code {
|
|
|
|
position: relative;
|
|
|
|
border: 1px solid #cacaca;
|
2010-02-21 17:30:41 -05:00
|
|
|
background: #fafaff;
|
2009-12-21 11:41:45 -05:00
|
|
|
padding: 7px 0 10px 0;
|
|
|
|
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
|
|
|
|
-webkit-box-shadow: 0px 0px 7px #cacaca;
|
2010-09-27 15:21:45 -04:00
|
|
|
zoom: 1;
|
2009-12-21 11:41:45 -05:00
|
|
|
}
|
|
|
|
div.code button {
|
|
|
|
position: absolute;
|
|
|
|
right: 8px; bottom: 8px;
|
2009-12-23 19:42:18 -05:00
|
|
|
}
|
2010-02-13 16:23:03 -05:00
|
|
|
div.code pre, div.code textarea {
|
2009-12-23 19:42:18 -05:00
|
|
|
float: left;
|
2010-01-17 18:33:31 -05:00
|
|
|
width: 450px;
|
2010-02-21 17:30:41 -05:00
|
|
|
background: #fafaff;
|
2009-12-23 19:42:18 -05:00
|
|
|
border-left: 1px dotted #559;
|
|
|
|
padding: 0 0 0 12px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
div.code pre:first-child {
|
|
|
|
border-left: 0;
|
2010-02-13 16:23:03 -05:00
|
|
|
}
|
|
|
|
|
2010-02-21 14:30:21 -05:00
|
|
|
#fadeout {
|
|
|
|
z-index: 50;
|
|
|
|
position: fixed;
|
|
|
|
left: 0; top: 0; right: 0;
|
2010-02-21 16:13:09 -05:00
|
|
|
height: 100px;
|
2010-02-21 14:30:21 -05:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 255)), to(rgba(255, 255, 255, 0)));
|
|
|
|
background: -moz-linear-gradient(top, rgba(255, 255, 255, 255), rgba(255, 255, 255, 0));
|
|
|
|
}
|
|
|
|
|
|
|
|
#flybar {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 100;
|
|
|
|
height: 50px;
|
2010-03-08 19:27:38 -05:00
|
|
|
min-width: 490px;
|
2010-02-21 16:13:09 -05:00
|
|
|
left: 40px; right: 40px; top: 25px;
|
2010-02-21 17:30:41 -05:00
|
|
|
padding-left: 235px;
|
2010-09-27 15:21:45 -04:00
|
|
|
background: #eee;
|
2010-02-21 14:30:21 -05:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#d0d0d0));
|
|
|
|
background: -moz-linear-gradient(top, #f5f5f5, #d0d0d0);
|
2010-08-04 23:14:34 -04:00
|
|
|
border: 1px solid #aaa;
|
2010-02-21 14:30:21 -05:00
|
|
|
-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;
|
2010-08-04 23:14:34 -04:00
|
|
|
-webkit-box-shadow: 0 0 7px #aaa; -moz-box-shadow: 0 0 7px #aaa;
|
2010-02-21 14:30:21 -05:00
|
|
|
}
|
|
|
|
#logo {
|
2010-02-21 16:13:09 -05:00
|
|
|
display: block;
|
2010-02-21 14:30:21 -05:00
|
|
|
width: 215px; height: 50px;
|
2010-02-26 19:10:56 -05:00
|
|
|
background: url('../images/logo.png');
|
2010-02-21 14:30:21 -05:00
|
|
|
position: absolute;
|
2010-02-21 16:13:09 -05:00
|
|
|
top: 0px; left: 10px;
|
2010-02-21 14:30:21 -05:00
|
|
|
}
|
2010-02-25 20:39:34 -05:00
|
|
|
#error {
|
|
|
|
position: absolute;
|
|
|
|
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
|
2010-09-27 15:21:45 -04:00
|
|
|
right: 15px; top: 15px; left: 730px;
|
2010-02-25 20:39:34 -05:00
|
|
|
height: 15px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
background: #fdcdcc;
|
|
|
|
color: #864544;
|
|
|
|
border: 1px solid #864544;
|
2010-08-03 01:13:31 -04:00
|
|
|
font-size: 10px;
|
|
|
|
line-height: 15px;
|
2010-02-25 20:39:34 -05:00
|
|
|
overflow: hidden;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2010-02-21 14:30:21 -05:00
|
|
|
.navigation {
|
|
|
|
height: 50px;
|
2010-08-03 01:13:31 -04:00
|
|
|
font-size: 11px;
|
|
|
|
line-height: 50px;
|
2010-02-21 14:30:21 -05:00
|
|
|
text-transform: uppercase;
|
2010-02-21 16:13:09 -05:00
|
|
|
position: relative;
|
|
|
|
float: left;
|
|
|
|
padding: 0 20px;
|
2010-02-21 14:30:21 -05:00
|
|
|
border: 1px solid #bbb;
|
2010-03-08 06:34:07 -05:00
|
|
|
border-top: 0; border-bottom: 0; border-left-width: 0;
|
2010-02-21 14:30:21 -05:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2010-02-27 02:21:26 -05:00
|
|
|
body.full_screen .navigation {
|
|
|
|
position: static;
|
|
|
|
}
|
2010-03-08 06:34:07 -05:00
|
|
|
.navigation.toc {
|
|
|
|
border-left-width: 1px;
|
2010-02-21 16:13:09 -05:00
|
|
|
}
|
2010-02-21 23:29:31 -05:00
|
|
|
.navigation:hover,
|
|
|
|
.navigation.active {
|
2010-09-27 15:21:45 -04:00
|
|
|
background: #eee;
|
2010-02-21 14:30:21 -05:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#c0c0c0));
|
|
|
|
background: -moz-linear-gradient(top, #f0f0f0, #c0c0c0);
|
|
|
|
}
|
2010-08-04 23:14:34 -04:00
|
|
|
.navigation .button {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2010-02-21 14:30:21 -05:00
|
|
|
.navigation .contents {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
background: #fff;
|
2010-08-04 23:14:34 -04:00
|
|
|
top: 51px; left: 0;
|
2010-02-21 14:30:21 -05:00
|
|
|
padding: 5px 0;
|
2010-09-27 15:21:45 -04:00
|
|
|
margin-left: -1px;
|
|
|
|
border: 1px solid #aaa; border-top: 0;
|
2010-02-21 14:30:21 -05:00
|
|
|
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
|
|
|
|
-webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0;
|
|
|
|
-webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0;
|
2010-08-04 23:14:34 -04:00
|
|
|
-webkit-box-shadow: 0 5px 10px #999; -moz-box-shadow: 0 5px 10px #999;
|
2010-02-21 14:30:21 -05:00
|
|
|
}
|
2010-02-21 23:29:31 -05:00
|
|
|
.navigation.active .contents {
|
2010-02-21 14:30:21 -05:00
|
|
|
display: block;
|
|
|
|
}
|
2010-02-21 16:13:09 -05:00
|
|
|
.navigation .contents.repl_wrapper {
|
|
|
|
left: -162px;
|
2010-02-21 16:36:34 -05:00
|
|
|
width: 700px;
|
2010-02-21 16:13:09 -05:00
|
|
|
padding: 0;
|
|
|
|
}
|
2010-02-27 02:21:26 -05:00
|
|
|
body.full_screen .navigation .contents.repl_wrapper {
|
|
|
|
position: fixed;
|
|
|
|
width: auto; height: auto;
|
2010-09-27 15:21:45 -04:00
|
|
|
left: 60px; top: 77px; right: 60px; bottom: 30px;
|
2010-02-27 02:21:26 -05:00
|
|
|
}
|
2010-02-21 16:13:09 -05:00
|
|
|
.navigation .contents.repl_wrapper .code {
|
|
|
|
-webkit-box-shadow: none; -moz-box-shadow: none;
|
|
|
|
background: transparent;
|
|
|
|
border: 0;
|
2010-02-27 02:21:26 -05:00
|
|
|
position: static;
|
2010-02-21 16:13:09 -05:00
|
|
|
}
|
2010-02-27 02:21:26 -05:00
|
|
|
body.full_screen .navigation .contents.repl_wrapper .code {
|
|
|
|
height: 100%;
|
|
|
|
padding: 0; margin: 0;
|
|
|
|
}
|
2010-02-21 16:36:34 -05:00
|
|
|
.navigation .code button {
|
|
|
|
bottom: 10px;
|
2010-02-27 02:21:26 -05:00
|
|
|
text-transform: none;
|
2010-09-27 15:21:45 -04:00
|
|
|
line-height: 14px;
|
|
|
|
left: auto; right: auto;
|
2010-02-27 02:21:26 -05:00
|
|
|
}
|
2010-09-27 15:21:45 -04:00
|
|
|
.navigation .code .run {
|
|
|
|
width: 40px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
.navigation .code .full_screen, .navigation .code .minimize {
|
2010-02-27 02:21:26 -05:00
|
|
|
left: 10px;
|
|
|
|
display: none;
|
2010-09-27 15:21:45 -04:00
|
|
|
width: 90px;
|
2010-02-21 16:36:34 -05:00
|
|
|
}
|
2010-09-27 15:21:45 -04:00
|
|
|
body.minimized .code .full_screen, body.full_screen .code .minimize {
|
2010-02-27 02:21:26 -05:00
|
|
|
display: inline;
|
|
|
|
}
|
2010-02-21 14:30:21 -05:00
|
|
|
.navigation .contents a {
|
|
|
|
display: block;
|
2010-03-08 06:34:07 -05:00
|
|
|
width: 290px;
|
2010-02-21 14:30:21 -05:00
|
|
|
text-transform: none;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: normal;
|
|
|
|
height: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
padding: 4px 10px;
|
|
|
|
}
|
|
|
|
.navigation .contents a:hover {
|
|
|
|
background: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark {
|
|
|
|
display: block;
|
|
|
|
width: 0; height: 0;
|
|
|
|
position: relative;
|
|
|
|
top: -90px;
|
|
|
|
}
|
|
|
|
|
2010-02-21 16:13:09 -05:00
|
|
|
#repl_source, #repl_results {
|
|
|
|
background: transparent;
|
2010-02-25 21:10:32 -05:00
|
|
|
outline: none;
|
2010-02-27 02:21:26 -05:00
|
|
|
margin: 5px 0 20px;
|
2010-02-13 16:23:03 -05:00
|
|
|
}
|
2010-02-27 02:21:26 -05:00
|
|
|
#repl_source_wrap {
|
2010-02-21 16:13:09 -05:00
|
|
|
margin-left: 5px;
|
2010-02-27 02:21:26 -05:00
|
|
|
height: 250px;
|
|
|
|
width: 307px;
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
2010-02-21 16:13:09 -05:00
|
|
|
}
|
2010-02-27 02:21:26 -05:00
|
|
|
#repl_source {
|
|
|
|
width: 96%;
|
2010-09-27 15:21:45 -04:00
|
|
|
height: 250px;
|
2010-02-27 02:21:26 -05:00
|
|
|
border: 0;
|
|
|
|
resize: none;
|
|
|
|
}
|
2010-02-21 16:13:09 -05:00
|
|
|
#repl_results {
|
|
|
|
font-family: Monaco, Consolas, "Lucida Console", monospace;
|
|
|
|
text-transform: none;
|
|
|
|
font-weight: normal;
|
2010-02-27 02:21:26 -05:00
|
|
|
height: 260px;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
overflow-y: auto;
|
|
|
|
width: 370px;
|
|
|
|
}
|
|
|
|
body.full_screen #repl_results, body.full_screen #repl_source_wrap {
|
|
|
|
width: auto; height: auto;
|
|
|
|
position: absolute;
|
|
|
|
margin-bottom: 0;
|
|
|
|
top: 10px; left: 10px; right: 10px; bottom: 40px;
|
|
|
|
}
|
2010-09-27 15:21:45 -04:00
|
|
|
body.full_screen #repl_source {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2010-02-27 02:21:26 -05:00
|
|
|
body.full_screen #repl_source_wrap {
|
|
|
|
right: 50%;
|
|
|
|
}
|
|
|
|
body.full_screen #repl_results {
|
|
|
|
left: 50%;
|
|
|
|
}
|