2009-12-19 22:55:58 -05:00
|
|
|
body {
|
2010-12-12 14:34:33 -05:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 21px;
|
|
|
|
color: #333;
|
2010-12-12 14:11:33 -05:00
|
|
|
background: #f6f6f6 url(../images/background.png);
|
2010-12-12 14:34:33 -05:00
|
|
|
font-family: "Helvetica Neue", "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 {
|
2010-12-12 15:02:27 -05:00
|
|
|
color: #191933;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
2010-11-21 12:51:03 -05:00
|
|
|
h1, h2, h3, h4, h5, h6, b.header {
|
2010-12-12 14:34:33 -05:00
|
|
|
font-size: 18px;
|
|
|
|
color: #000;
|
2010-11-21 12:51:03 -05:00
|
|
|
margin-top: 40px;
|
|
|
|
margin-bottom: 15px;
|
2010-12-12 15:02:27 -05:00
|
|
|
text-shadow: #fff 0 1px 1px;
|
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 {
|
|
|
|
display: block;
|
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-11-21 19:53:31 -05:00
|
|
|
table.definitions {
|
|
|
|
width: auto;
|
|
|
|
margin: 30px 0;
|
2010-12-12 15:02:27 -05:00
|
|
|
border-left: 5px solid rgba(0,0,0,0.2);;
|
2010-11-21 19:53:31 -05:00
|
|
|
}
|
|
|
|
table.definitions td {
|
|
|
|
text-align: center;
|
|
|
|
padding: 5px 20px;
|
|
|
|
}
|
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;
|
2010-12-12 15:02:27 -05:00
|
|
|
color: #155;
|
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 {
|
2010-12-12 14:11:33 -05:00
|
|
|
background: #fff;
|
2009-12-23 19:42:18 -05:00
|
|
|
border: 1px solid #dedede;
|
|
|
|
padding: 0px 0.2em;
|
2009-12-19 22:55:58 -05:00
|
|
|
}
|
|
|
|
pre {
|
2010-12-12 15:02:27 -05:00
|
|
|
border-left: 5px solid rgba(0,0,0,0.2);
|
2009-12-23 19:42:18 -05:00
|
|
|
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;
|
|
|
|
}
|
2010-12-07 00:21:34 -05:00
|
|
|
.timestamp {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
color: black;
|
|
|
|
}
|
2009-12-21 11:41:45 -05:00
|
|
|
div.code {
|
|
|
|
position: relative;
|
2010-12-12 14:11:33 -05:00
|
|
|
background: #fff;
|
|
|
|
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
|
|
|
|
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
|
|
|
|
box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
|
2010-09-27 15:21:45 -04:00
|
|
|
zoom: 1;
|
2009-12-21 11:41:45 -05:00
|
|
|
}
|
2010-12-12 15:02:27 -05:00
|
|
|
div.code .minibutton {
|
2010-12-12 21:41:04 -05:00
|
|
|
text-transform: none;
|
2009-12-21 11:41:45 -05:00
|
|
|
position: absolute;
|
|
|
|
right: 8px; bottom: 8px;
|
2009-12-23 19:42:18 -05:00
|
|
|
}
|
2010-12-12 21:41:04 -05:00
|
|
|
div.code .load {
|
|
|
|
left: 8px; right: auto;
|
|
|
|
}
|
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-12-12 14:11:33 -05:00
|
|
|
background: #fff;
|
|
|
|
border-left: 1px dotted #d0d0d0;
|
2010-12-12 21:41:04 -05:00
|
|
|
margin: 10px 0 15px 3px;
|
|
|
|
padding: 0 0 0 12px;
|
2009-12-23 19:42:18 -05:00
|
|
|
}
|
|
|
|
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-12-21 21:28:31 -05:00
|
|
|
padding-left: 252px;
|
2010-09-27 15:21:45 -04:00
|
|
|
background: #eee;
|
2010-12-12 15:02:27 -05:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#dadada));
|
|
|
|
background: -moz-linear-gradient(top, #f8f8f8, #dadada);
|
2010-08-04 23:14:34 -04:00
|
|
|
border: 1px solid #aaa;
|
2010-12-12 14:11:33 -05:00
|
|
|
border-top: 1px solid #bbb;
|
|
|
|
border-bottom: 1px solid #888;
|
|
|
|
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
|
|
|
|
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
|
|
|
|
-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
|
|
|
|
box-shadow: 0 3px 5px rgba(0,0,0,0.1);
|
2010-02-21 14:30:21 -05:00
|
|
|
}
|
|
|
|
#logo {
|
2010-02-21 16:13:09 -05:00
|
|
|
display: block;
|
2010-12-21 21:28:31 -05:00
|
|
|
width: 225px; 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;
|
2010-12-21 22:02:53 -05:00
|
|
|
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
|
|
|
|
-webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0;
|
|
|
|
-webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0;
|
|
|
|
right: 0px; top: 0px; left: 726px; bottom: 0;
|
|
|
|
padding: 0 0 0 15px;
|
2010-02-25 20:39:34 -05:00
|
|
|
background: #fdcdcc;
|
2010-12-21 22:02:53 -05:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#ffedec), to(#ff9a95));
|
|
|
|
background: -moz-linear-gradient(top, #f8f8f8, #dadada);
|
|
|
|
color: #862322;
|
2010-08-03 01:13:31 -04:00
|
|
|
font-size: 10px;
|
2010-12-21 22:02:53 -05:00
|
|
|
line-height: 50px;
|
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-12-12 14:11:33 -05:00
|
|
|
border: 1px solid #aaa;
|
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-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-12-12 15:02:27 -05:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
|
|
|
|
background: -moz-linear-gradient(top, #eee, #f8f8f8);
|
2010-02-21 14:30:21 -05:00
|
|
|
}
|
2010-12-12 14:11:33 -05:00
|
|
|
.navigation.active {
|
|
|
|
height: 51px;
|
2010-12-12 21:41:04 -05:00
|
|
|
color: #000;
|
2010-12-12 14:11:33 -05:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#fff));
|
|
|
|
background: -moz-linear-gradient(top, #e5e5e5, #fff);
|
|
|
|
}
|
2010-08-04 23:14:34 -04:00
|
|
|
.navigation .button {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2010-12-12 21:41:04 -05:00
|
|
|
.navigation .button::selection {
|
|
|
|
background: transparent;
|
|
|
|
}
|
2010-02-21 14:30:21 -05:00
|
|
|
.navigation .contents {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
background: #fff;
|
2010-12-12 14:11:33 -05:00
|
|
|
opacity: 0.97;
|
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;
|
2010-12-12 21:41:04 -05:00
|
|
|
border: 1px solid #aaa;
|
2010-12-12 14:11:33 -05:00
|
|
|
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
|
|
|
|
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
|
|
|
-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
|
|
|
box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
2010-02-21 14:30:21 -05:00
|
|
|
}
|
2010-12-12 14:11:33 -05:00
|
|
|
.navigation .contents a {
|
|
|
|
display: block;
|
|
|
|
width: 290px;
|
|
|
|
text-transform: none;
|
|
|
|
text-decoration: none;
|
|
|
|
height: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
padding: 4px 10px;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
border-left: 0; border-right: 0;
|
|
|
|
}
|
|
|
|
.navigation .contents a:hover {
|
|
|
|
border-color: #ddd;
|
|
|
|
background: #eee;
|
|
|
|
}
|
2010-02-21 23:29:31 -05:00
|
|
|
.navigation.active .contents {
|
2010-02-21 14:30:21 -05:00
|
|
|
display: block;
|
|
|
|
}
|
2010-12-12 21:41:04 -05:00
|
|
|
.navigation .contents.menu {
|
|
|
|
border-top: 0;
|
|
|
|
-webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0;
|
|
|
|
-webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0;
|
|
|
|
}
|
|
|
|
.navigation .contents.repl_wrapper {
|
|
|
|
padding: 0;
|
|
|
|
position: fixed;
|
|
|
|
width: auto; height: auto;
|
|
|
|
left: 40px; top: 90px; right: 40px; bottom: 30px;
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eaeaea));
|
|
|
|
}
|
|
|
|
.navigation .repl_bridge {
|
|
|
|
position: absolute;
|
2010-12-21 21:35:43 -05:00
|
|
|
height: 12px;
|
|
|
|
left: -1px; right: -1px;
|
|
|
|
bottom: -14px;
|
2010-12-12 21:41:04 -05:00
|
|
|
border: 1px solid #aaa;
|
2010-12-21 21:35:43 -05:00
|
|
|
z-index: 5;
|
2010-12-12 21:41:04 -05:00
|
|
|
background: #fff;
|
2010-12-21 21:35:43 -05:00
|
|
|
display: none;
|
2010-12-12 21:41:04 -05:00
|
|
|
border-top-color: #fff; border-bottom-color: #fff;
|
|
|
|
}
|
2010-12-21 21:35:43 -05:00
|
|
|
.navigation.active .repl_bridge {
|
|
|
|
display: block;
|
|
|
|
}
|
2010-12-12 21:41:04 -05:00
|
|
|
.navigation .code .minibutton {
|
|
|
|
top: 10px; right: 10px;
|
|
|
|
width: 40px;
|
|
|
|
text-transform: none;
|
2010-02-21 16:13:09 -05:00
|
|
|
}
|
2010-02-21 14:30:21 -05:00
|
|
|
|
|
|
|
.bookmark {
|
|
|
|
display: block;
|
|
|
|
width: 0; height: 0;
|
|
|
|
position: relative;
|
|
|
|
top: -90px;
|
|
|
|
}
|
|
|
|
|
2010-12-12 21:41:04 -05:00
|
|
|
.navigation .contents.repl_wrapper .code {
|
2010-12-21 20:43:13 -05:00
|
|
|
cursor: text;
|
2010-12-12 21:41:04 -05:00
|
|
|
-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
|
|
|
|
background: #181a3a url(../images/banding.png);
|
|
|
|
border: 2px solid #555;
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 15px; left: 15px; right: 15px; bottom: 15px;
|
|
|
|
}
|
|
|
|
.repl_wrapper .screenshadow {
|
|
|
|
position: absolute;
|
|
|
|
width: 200px; height: 150px;
|
|
|
|
background: url(../images/screenshadow.png?2);
|
|
|
|
}
|
|
|
|
.repl_wrapper .screenshadow.tl {
|
|
|
|
top: 0; left: 0;
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
.repl_wrapper .screenshadow.tr {
|
|
|
|
top: 0; right: 0;
|
|
|
|
background-position: -200px 0;
|
|
|
|
}
|
|
|
|
.repl_wrapper .screenshadow.bl {
|
|
|
|
bottom: 0; left: 0;
|
|
|
|
background-position: 0 -150px;
|
|
|
|
}
|
|
|
|
.repl_wrapper .screenshadow.br {
|
|
|
|
bottom: 0; right: 0;
|
|
|
|
background-position: -200px -150px;
|
|
|
|
}
|
|
|
|
|
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-12-12 21:41:04 -05:00
|
|
|
color: #def;
|
2010-02-13 16:23:03 -05:00
|
|
|
}
|
2010-12-12 21:41:04 -05:00
|
|
|
#repl_results, #repl_source_wrap {
|
|
|
|
width: auto; height: auto;
|
|
|
|
position: absolute;
|
|
|
|
margin-bottom: 0;
|
|
|
|
top: 10px; left: 10px; right: 10px; bottom: 15px;
|
2010-02-21 16:13:09 -05:00
|
|
|
}
|
2010-12-12 21:41:04 -05:00
|
|
|
#repl_source_wrap {
|
|
|
|
margin-left: 5px;
|
2010-12-21 20:43:13 -05:00
|
|
|
width: 47%; right: 50%;
|
2010-12-12 21:41:04 -05:00
|
|
|
float: left;
|
|
|
|
}
|
2010-02-27 02:21:26 -05:00
|
|
|
#repl_source {
|
2010-12-12 21:41:04 -05:00
|
|
|
padding-left: 5px;
|
2010-12-21 20:43:13 -05:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2010-02-27 02:21:26 -05:00
|
|
|
border: 0;
|
2010-12-21 20:43:13 -05:00
|
|
|
overflow-y: auto;
|
2010-02-27 02:21:26 -05:00
|
|
|
resize: none;
|
|
|
|
}
|
2010-12-12 21:41:04 -05:00
|
|
|
#repl_results {
|
|
|
|
text-transform: none;
|
|
|
|
overflow-y: auto;
|
|
|
|
left: 50%;
|
|
|
|
border-left-color: #555;
|
2010-02-27 02:21:26 -05:00
|
|
|
}
|
2010-12-12 15:02:27 -05:00
|
|
|
|
|
|
|
/*----------------------------- Mini Buttons ---------------------------------*/
|
|
|
|
.minibutton {
|
|
|
|
cursor: pointer;
|
|
|
|
color: #333;
|
|
|
|
text-shadow: #eee 0 1px 1px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 11px;
|
|
|
|
padding: 5px 10px 6px;
|
|
|
|
height: 11px;
|
|
|
|
text-align: center;
|
|
|
|
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
|
2010-12-12 21:41:04 -05:00
|
|
|
box-shadow: 0 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
|
2010-12-12 15:02:27 -05:00
|
|
|
border: 1px solid #b2b2b2; border-top-color: #c9c9c9; border-bottom-color: #9a9a9a;
|
|
|
|
background: url(../images/button_bg.png) repeat-x left top;
|
|
|
|
}
|
|
|
|
.minibutton:active {
|
|
|
|
border-color: #aaa;
|
|
|
|
box-shadow: 0 1px 2px #e4e4e4; -webkit-box-shadow: 0 1px 2px #e4e4e4; -moz-box-shadow: 0 1px 2px #e4e4e4;
|
|
|
|
}
|
|
|
|
.minibutton::selection {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
.minibutton ::-moz-selection {
|
|
|
|
background: transparent;
|
2010-12-12 21:41:04 -05:00
|
|
|
}
|
|
|
|
.minibutton.ok {
|
|
|
|
color: #fff;
|
|
|
|
background-image: url(../images/button_bg_green.gif);
|
|
|
|
border-color: #4ba47c; border-top-color: #53b388; border-bottom-color: #459671;
|
|
|
|
text-shadow: #aaa 0 -1px 0;
|
|
|
|
}
|
|
|
|
.minibutton.dark {
|
|
|
|
border: 0;
|
|
|
|
color: #fff;
|
|
|
|
box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
|
|
|
|
background-image: url(../images/button_bg_dark.gif);
|
|
|
|
text-shadow: none;
|
2010-12-12 15:02:27 -05:00
|
|
|
}
|