-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsafe.css
More file actions
98 lines (84 loc) · 1.42 KB
/
safe.css
File metadata and controls
98 lines (84 loc) · 1.42 KB
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
/* Copyright (c) 2013-2018 CIYAM Developers */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
* html .clearfix,* html .group{height:1%;overflow:visible;}
*+html .clearfix,*+html .group{min-height:1%;}
.clearfix:after {clear:both;content:".";display:block;height:0;visibility:hidden;font-size:0;}
html
{
height: 100%;
min-height: 100%;
}
h2 a
{
color: black;
}
h3
{
color: #30D0F0;
font-size: 30px;
margin: 0;
padding: 0;
font-weight: 400;
margin-bottom: 20px;
margin-top: 10px;
}
h3.right-top
{
color: #888;
width: auto;
float: right;
margin-top: 26px;
}
pre
{
font-size: 15px;
}
body
{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
padding: 0px;
margin: 0px;
height: 100%;
min-height: 100%;
background: url(background_texture.png) #ccc;
}
#content
{
width: 100%;
margin: 0px auto;
text-align: center;
height: auto !important;
height: 100%;
min-height: 100%;
}
#header
{
width: 990px;
height: 90px;
margin: 0px auto;
background: url(logo.png) center left no-repeat;
display: block;
position: relative;
}
#header #appname a
{
clear: both;
color: #888;
float: left;
font-size: 1.6em;
margin-top: 35px;
padding-left: 118px;
text-decoration: none;
}
#main
{
text-align: center;
width: 990px;
margin: 0 auto;
padding-bottom: 40px;
}
#main #text
{
text-align: left;
}