2012-03-14 13:49:05 +00:00
|
|
|
body {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2011-12-14 15:45:09 +00:00
|
|
|
.title {
|
2012-03-05 15:15:47 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 40px;
|
|
|
|
line-height: 48px;
|
2012-01-03 11:10:50 +00:00
|
|
|
}
|
|
|
|
|
2012-03-29 14:35:52 +00:00
|
|
|
.tw-tiddler-missing .title {
|
2012-03-29 13:58:30 +00:00
|
|
|
font-style: italic;
|
2012-03-29 14:32:36 +00:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tw-edit-field {
|
|
|
|
border: 1px dotted #888;
|
2012-03-29 13:58:30 +00:00
|
|
|
}
|
|
|
|
|
2012-04-10 12:51:58 +00:00
|
|
|
textarea.tw-edit-field {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2012-04-01 10:49:32 +00:00
|
|
|
canvas.tw-edit-field {
|
|
|
|
cursor: crosshair;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
}
|
|
|
|
|
2012-04-02 12:09:24 +00:00
|
|
|
img, canvas {
|
2012-03-20 13:30:59 +00:00
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2012-01-25 22:35:28 +00:00
|
|
|
a.tw-tiddlylink-external::before {
|
2012-03-05 15:15:47 +00:00
|
|
|
content: "\27a0\00a0";
|
2012-01-05 20:10:25 +00:00
|
|
|
}
|
|
|
|
|
2012-01-03 11:10:50 +00:00
|
|
|
a:hover {
|
2012-03-05 15:15:47 +00:00
|
|
|
text-decoration: none;
|
|
|
|
background: #88aaff;
|
|
|
|
color: #005580;
|
2012-01-03 11:10:50 +00:00
|
|
|
}
|
|
|
|
|
2012-01-14 15:49:12 +00:00
|
|
|
a.tw-tiddlylink {
|
2012-03-05 15:15:47 +00:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
2012-01-05 20:10:25 +00:00
|
|
|
}
|
|
|
|
|
2012-01-14 15:49:12 +00:00
|
|
|
a.tw-tiddlylink-resolves {
|
2012-03-05 15:15:47 +00:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
2012-01-03 11:10:50 +00:00
|
|
|
}
|
2012-01-05 20:10:25 +00:00
|
|
|
|
2012-01-14 15:49:12 +00:00
|
|
|
a.tw-tiddlylink-missing {
|
2012-03-05 15:15:47 +00:00
|
|
|
font-style: italic;
|
2012-01-19 11:56:23 +00:00
|
|
|
}
|
|
|
|
|
2012-01-21 14:00:09 +00:00
|
|
|
.splitLabel {
|
2012-03-05 15:15:47 +00:00
|
|
|
font-size: 9.5px;
|
|
|
|
margin-right: 5px;
|
2012-01-19 11:56:23 +00:00
|
|
|
}
|
|
|
|
|
2012-01-21 14:00:09 +00:00
|
|
|
.splitLabelLeft {
|
2012-03-05 15:15:47 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 3px 2px 3px 5px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
background-color: #ccc;
|
2012-01-19 11:56:23 +00:00
|
|
|
}
|
|
|
|
|
2012-01-21 14:00:09 +00:00
|
|
|
.splitLabelRight {
|
2012-03-05 15:15:47 +00:00
|
|
|
padding: 3px 5px 3px 2px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
background-color: #eee;
|
2012-01-25 15:35:52 +00:00
|
|
|
}
|
2012-03-02 00:48:05 +00:00
|
|
|
|
2012-03-02 16:35:18 +00:00
|
|
|
.javascript-source {
|
2012-03-05 15:15:47 +00:00
|
|
|
border: 1px solid #888;
|
|
|
|
padding: 18px 18px 18px 18px;
|
|
|
|
-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
|
|
|
|
-moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
|
|
|
|
box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
|
2012-03-02 16:35:18 +00:00
|
|
|
}
|
|
|
|
|
2012-03-02 00:48:05 +00:00
|
|
|
.javascript-source .javascript-boolean {
|
2012-03-13 16:45:55 +00:00
|
|
|
color: #066;
|
2012-03-02 00:48:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.javascript-source .javascript-identifier {
|
2012-03-13 16:45:55 +00:00
|
|
|
color: #606;
|
2012-03-02 00:48:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.javascript-source .javascript-keyword {
|
2012-03-13 16:45:55 +00:00
|
|
|
color: #008;
|
2012-03-05 15:15:47 +00:00
|
|
|
font-weight: bold;
|
2012-03-02 00:48:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.javascript-source .javascript-null {
|
2012-03-13 16:45:55 +00:00
|
|
|
color: #080;
|
2012-03-02 00:48:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.javascript-source .javascript-numeric {
|
2012-03-13 16:45:55 +00:00
|
|
|
color: #066;
|
2012-03-02 00:48:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.javascript-source .javascript-punctuator {
|
2012-03-13 16:45:55 +00:00
|
|
|
color: #660;
|
2012-03-02 00:48:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.javascript-source .javascript-string {
|
2012-03-13 16:45:55 +00:00
|
|
|
color: #080;
|
2012-03-02 00:48:05 +00:00
|
|
|
}
|
|
|
|
|
2012-03-02 15:54:05 +00:00
|
|
|
.javascript-source .javascript-comment {
|
2012-03-13 16:45:55 +00:00
|
|
|
color: #800;
|
2012-03-05 15:15:47 +00:00
|
|
|
padding: 4px 4px 4px 4px;
|
|
|
|
border: 1px solid #feed77;
|
|
|
|
background: #feed77;
|
|
|
|
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dede80),color-stop(7%,#feed77),color-stop(92%,#feed77),color-stop(100%,#dede80));
|
|
|
|
background: -webkit-linear-gradient(72deg,rgba(255, 255, 255, 0.5) 8%,rgba(255, 255, 255, 0.1) 80%),-webkit-linear-gradient(top,#dede80 0,#feed77 7%,#feed77 92%,#dede80 100%);
|
|
|
|
background: -moz-linear-gradient(72deg,rgba(255, 255, 255, 0.5) 8%,rgba(255, 255, 255, 0.1) 80%), -moz-linear-gradient(top,#dede80 0,#feed77 7%,#feed77 92%,#dede80 100%);
|
|
|
|
background: -o-linear-gradient(72deg,rgba(255, 255, 255, 0.5) 8%,rgba(255, 255, 255, 0.1) 80%), -o-linear-gradient(top,#dede80 0,#feed77 7%,#feed77 92%,#dede80 100%);
|
|
|
|
background: -ms-linear-gradient(72deg,rgba(255, 255, 255, 0.5) 8%,rgba(255, 255, 255, 0.1) 80%), -ms-linear-gradient(top,#dede80 0,#feed77 7%,#feed77 92%,#dede80 100%);
|
|
|
|
background: linear-gradient(72deg,rgba(255, 255, 255, 0.5) 8%,rgba(255, 255, 255, 0.1) 80%), linear-gradient(top,#dede80 0,#feed77 7%,#feed77 92%,#dede80 100%);
|
|
|
|
-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
|
|
|
|
-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
|
|
|
|
box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
|
2012-03-02 15:54:05 +00:00
|
|
|
}
|
|
|
|
|
2012-03-02 14:21:02 +00:00
|
|
|
.javascript-source .javascript-block-comment {
|
2012-03-05 15:15:47 +00:00
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
2012-03-02 14:21:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.javascript-source .javascript-line-comment {
|
2012-03-05 15:15:47 +00:00
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
2012-03-02 14:21:02 +00:00
|
|
|
}
|
|
|
|
|
2012-03-14 13:49:05 +00:00
|
|
|
.navigation-panel div {
|
2012-03-11 19:09:04 +00:00
|
|
|
position: absolute;
|
2012-03-07 17:44:12 +00:00
|
|
|
left: 0;
|
2012-03-14 13:49:05 +00:00
|
|
|
top: 0;
|
2012-03-13 15:12:58 +00:00
|
|
|
min-width: 16px;
|
2012-03-16 15:11:37 +00:00
|
|
|
height: 100%; /* Makes the element the same height as the body, since the body is position: relative */
|
2012-03-07 17:44:12 +00:00
|
|
|
}
|
2012-03-02 14:21:02 +00:00
|
|
|
|
2012-03-13 15:12:58 +00:00
|
|
|
.navigation-panel div ul {
|
2012-04-10 12:51:58 +00:00
|
|
|
position: relative;
|
|
|
|
top: 0;
|
2012-03-13 15:12:58 +00:00
|
|
|
margin: 0 0 0 0;
|
|
|
|
padding: 0px 4px 0px 4px;
|
|
|
|
list-style: none;
|
|
|
|
background: #ddd;
|
2012-03-14 17:41:33 +00:00
|
|
|
border-right: 1px solid #aaa;
|
2012-03-13 15:12:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.navigation-panel div ul li {
|
|
|
|
padding: 2px 4px 2px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navigation-panel .selected {
|
|
|
|
color: #fff;
|
|
|
|
background: #a55;
|
|
|
|
}
|
|
|
|
|
2012-03-16 15:11:37 +00:00
|
|
|
body {
|
|
|
|
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.in-zoomer {
|
|
|
|
-webkit-transition: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zoomer-panel div {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
min-width: 16px;
|
|
|
|
height: 100%; /* Makes the element the same height as the body, since the body is position: relative */
|
|
|
|
}
|
|
|
|
|
|
|
|
body.in-zoomer .zoomer-panel div {
|
2012-03-20 13:30:59 +00:00
|
|
|
background: rgba(235,235,235,0.5);
|
2012-03-16 15:11:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body.in-zoomer iframe {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|