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;
|
2016-12-07 00:54:30 -05:00
|
|
|
background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAADCAIAAABee8vuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB1JREFUeNpi/P79O8PgAyzMzMyD0FlMDIMSAAQYAC22AvZUamhbAAAAAElFTkSuQmCC);
|
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;
|
2015-08-30 06:09:02 -04:00
|
|
|
clear: both;
|
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
|
|
|
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
|
|
|
}
|
2016-12-08 03:19:55 -05:00
|
|
|
h2 {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
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;
|
2016-09-24 08:00:36 -04:00
|
|
|
width: 690px;
|
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;
|
2011-01-02 21:43:53 -05:00
|
|
|
vertical-align: top;
|
2009-12-23 19:42:18 -05:00
|
|
|
}
|
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;
|
|
|
|
}
|
2016-12-11 18:46:02 -05:00
|
|
|
blockquote {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
code, pre, pre > code, 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
|
|
|
}
|
2015-08-30 06:37:52 -04:00
|
|
|
p > code, li > code {
|
2010-12-24 14:02:10 -05:00
|
|
|
display: inline-block;
|
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
|
|
|
}
|
2016-12-11 18:46:02 -05:00
|
|
|
blockquote > pre {
|
|
|
|
margin: 0;
|
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-12-07 00:21:34 -05:00
|
|
|
.timestamp {
|
2014-02-18 11:49:46 -05:00
|
|
|
font-size: 11px;
|
2010-12-07 00:21:34 -05:00
|
|
|
font-weight: normal;
|
2014-02-18 11:49:46 -05:00
|
|
|
text-transform: uppercase;
|
2010-12-07 00:21:34 -05:00
|
|
|
}
|
2014-02-15 15:31:06 -05:00
|
|
|
div.anchor {
|
|
|
|
position: relative;
|
|
|
|
top: -90px;
|
2014-02-18 00:45:49 -05:00
|
|
|
margin: 0 0 -20px;
|
2014-02-15 15:31:06 -05:00
|
|
|
}
|
2009-12-21 11:41:45 -05:00
|
|
|
div.code {
|
|
|
|
position: relative;
|
2010-12-12 14:11:33 -05:00
|
|
|
background: #fff;
|
2010-12-24 14:02:10 -05:00
|
|
|
border: 1px solid #d8d8d8;
|
|
|
|
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.23);
|
|
|
|
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.23);
|
|
|
|
box-shadow: 0px 0px 4px rgba(0,0,0,0.23);
|
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;
|
2015-08-30 06:09:02 -04:00
|
|
|
border: 1px dotted #d0d0d0;
|
|
|
|
border-top-width: 0;
|
|
|
|
border-bottom-width: 0;
|
|
|
|
border-right-width: 0;
|
2016-09-24 08:00:36 -04:00
|
|
|
margin: 15px 3px;
|
|
|
|
padding: 0 0 26px 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-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;
|
2013-02-25 03:23:08 -05:00
|
|
|
outline: none;
|
2015-08-30 06:09:02 -04:00
|
|
|
float: left;
|
|
|
|
width: 242px;
|
|
|
|
margin-left: 10px;
|
2010-02-21 14:30:21 -05:00
|
|
|
}
|
2016-12-07 01:13:47 -05:00
|
|
|
#logo svg {
|
|
|
|
width: 225px;
|
|
|
|
height: 40px;
|
2013-02-25 03:23:08 -05:00
|
|
|
margin: 5px 0 0 3px;
|
|
|
|
}
|
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 {
|
2015-08-30 06:09:02 -04:00
|
|
|
z-index: 100;
|
2010-12-12 21:41:04 -05:00
|
|
|
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
|
|
|
}
|
2011-09-18 21:53:08 -04:00
|
|
|
.navigation .code a.minibutton.permalink {
|
|
|
|
top: 38px;
|
|
|
|
display: block;
|
|
|
|
}
|
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;
|
2016-12-07 00:54:30 -05:00
|
|
|
background: #181a3a url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACZJREFUeNpi/P//PyMDBYCJgULAAsQD64JRL1ApDP6PeoEyABBgAKOyBSJI2bJcAAAAAElFTkSuQmCC);
|
2010-12-12 21:41:04 -05:00
|
|
|
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;
|
2016-12-07 00:54:30 -05:00
|
|
|
background: url(data:image/png;base64,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
|
2010-12-12 21:41:04 -05:00
|
|
|
}
|
|
|
|
.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;
|
2016-11-20 20:05:19 -05:00
|
|
|
-webkit-tab-size: 2;
|
|
|
|
-moz-tab-size: 2;
|
|
|
|
-o-tab-size: 2;
|
|
|
|
tab-size: 2;
|
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
|
|
|
}
|
2014-03-17 20:01:58 -04:00
|
|
|
#repl_results.error {
|
|
|
|
color: red
|
|
|
|
}
|
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-12-24 14:02:10 -05:00
|
|
|
#repl_source {
|
|
|
|
padding-left: 5px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border: 0;
|
|
|
|
overflow-y: auto;
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
#repl_results_wrap {
|
|
|
|
white-space: pre;
|
2010-02-27 02:21:26 -05:00
|
|
|
}
|
2010-12-24 14:02:10 -05:00
|
|
|
#repl_results {
|
|
|
|
text-transform: none;
|
|
|
|
overflow-y: auto;
|
|
|
|
left: 50%;
|
|
|
|
border-left-color: #555;
|
|
|
|
}
|
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;
|
2016-12-07 00:54:30 -05:00
|
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAWCAIAAACOpGH9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNpifvr0KRMDAwPT////4RjE//fvHxiD+Mjsv3//4uSD2FD1AAEGAHv9O3d7p0bEAAAAAElFTkSuQmCC) repeat-x left top;
|
2010-12-12 15:02:27 -05:00
|
|
|
}
|
|
|
|
.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;
|
2016-12-07 00:54:30 -05:00
|
|
|
background-image: url(data:image/gif;base64,R0lGODlhAQAYALMAADOtbj3BeyqVXDq6dTClZy2gYzKoazu+eDm1cyyaYDaycj7DfAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABgAAAQMcMlJZzgDKWBISUIEADs=);
|
2010-12-12 21:41:04 -05:00
|
|
|
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;
|
2016-12-07 00:54:30 -05:00
|
|
|
background-image: url(data:image/gif;base64,R0lGODlhAQAYAMQAAFZWVn19fW1tbXd3d3FxcWtra1tbW3V1dWVlZWJiYlJSUnx8fF9fX3l5eWlpaXNzc35+fgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABgAAAURICSOYrA0w/EQQuEgCWMASggAOw==);
|
2010-12-12 21:41:04 -05:00
|
|
|
text-shadow: none;
|
2013-02-25 03:23:08 -05:00
|
|
|
}
|
2014-03-17 20:01:58 -04:00
|
|
|
.minibutton.error {
|
|
|
|
opacity: 0.5;
|
|
|
|
color: #600;
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
|
|
|
|
2015-08-30 06:09:02 -04:00
|
|
|
@media (max-width: 820px) {
|
|
|
|
.container {
|
|
|
|
width: auto;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
p, li, table {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
#fadeout {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#flybar {
|
|
|
|
position: static;
|
|
|
|
height: auto;
|
|
|
|
min-width: 245px;
|
|
|
|
}
|
|
|
|
#logo {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
.navigation {
|
|
|
|
float: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
div.code pre, div.code textarea {
|
|
|
|
border-left: none;
|
|
|
|
border-top-width: 1px;
|
|
|
|
width: auto;
|
|
|
|
float: none;
|
2016-09-24 08:00:36 -04:00
|
|
|
margin: 5px;
|
|
|
|
padding: 10px 5px;
|
2015-08-30 06:09:02 -04:00
|
|
|
}
|
|
|
|
div.code pre:first-child {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
}
|