-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgojohnny.css
executable file
·120 lines (102 loc) · 1.66 KB
/
gojohnny.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
/*
Panglossa go!Johnny PHP library
version 8.0
release 2017-07-05
Please see the readme.txt file that goes with this source.
Licensed under the GPL, please see:
http://www.gnu.org/licenses/gpl-3.0-standalone.html
panglossa@yahoo.com.br
Araçatuba - SP - Brazil - 2017
*/
body {
background-color:black;
}
#main{
color:black;
background-color:rgb(225,225,225);
position:absolute;
top:1em;
left:10%;
width:76%;
border-radius: 1em;
padding:1em;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
font-size:200%;
}
h2 {
font-size:175%;
}
h3 {
font-size:150%;
}
h4 {
font-size:135%;
}
h5 {
font-size:120%;
}
h6 {
font-size:110%;
}
p{
}
/*********************************************/
#modal{
position:fixed;
left:0px;
top:0px;
width:100%;
height:100%;
background-color:rgba(50,50,50,0.9);
text-align:left;
padding-top:3%;
z-index:99999;
}
#modal_content{
background-color:white;
color:black;
padding-top:2em;
padding-bottom:2em;
margin-left:15%;
margin-right:15%;
height:80%;
overflow:auto;
padding:1em;
border-radius:5px;
}
#modal_close{
cursor:pointer;
background-color:transparent;
position:relative;
top:-20px;
float:right;
margin-right:2em;
box-shadow: 0px 0px 20px silver;
border-radius:50%;
}
#modal_close:hover{
box-shadow: 0px 0px 25px white;
}
#fixedmodalbuttons{
position:fixed;
top:10%;
right:20%;
}
#fixedmodalbuttons tr td{
text-align:right;
}
#fixedmodalbuttons img{
height:16px;
}
a:link:after, a:visited:after {content:"";}
.error{
margin:1cm;
padding:1cm;
background-color:red;
color:yellow;
border-radius: 1em;
font-size:125%;
}