This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
82 lines (66 loc) · 1.75 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
html, body, .container {height: 100%; }
body {background: #000; font-family:'Prociono'; font-size: 14px;}
@font-face
{
font-family: Prociono;
src: url(font/Prociono.ttf);
}
#main {padding:0;max-width: 31em;}
.row {margin:0;}
.col-xs-6, .col-xs-12 {margin:0; padding:0; position: relative;}
#page {max-height: 98%; overflow: auto;
padding-left: 9%; padding-right:9%;
cursor:default; position:absolute;
bottom:0; margin-bottom: 20px;
}
.page.row {
height:79%;position:relative;
background: #ccc;}
img{
width:100%;
padding-left: 3`0%;
opacity:0.4;
}
img:last-child{
opacity: 1;
}
pre {font-family:'Prociono'; font-size: 14px;
margin: 0; padding: 0; border: 0;
background-color: #ccc;
word-break: normal;
color:#000;
opacity: 0.67;
}
pre:last-child {color:#000; opacity: 1;}
pre.inter {text-align: center;
font-size: 14px;
margin: 3em;}
pre.inter.title{
margin-bottom: 4em;
font-size: 15px;
}
.menu.row {
height: 20%;
border-bottom-color:#111;
overflow:auto;
background-color: #222;
padding-top: 1px;
margin-top: 1px;
margin-left: 2%;
margin-right:2%;}
.button {
margin-bottom: 1px; margin-top: 0px;
margin-left:0px;margin-right: 0px;
border: 0px; padding: 2px;
background: #333; color: #ccc;
cursor:default;}
.button.selected {
background-color:#666;
position:relative;}
.button:hover {background-color: #666;}
.button:last-child {border-bottom: 0px solid #444}
.button.left {text-align: right; border-left:2px solid #444;}
.button.left:hover {border-left-color:#555 }
.button.right{text-align: left; border-right: 2px solid #444}
.button.right:hover {border-right-color:#555}
.noselect {-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}