-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyle.css
More file actions
148 lines (115 loc) · 3.08 KB
/
style.css
File metadata and controls
148 lines (115 loc) · 3.08 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(http://fonts.googleapis.com/css?family=Abel|Satisfy);
/*
Royale: A responsive HTML5 website template by HTML5Templates.com
Released for free under the Creative Commons Attribution 3.0 license (html5templates.com/license)
Visit http://html5templates.com for more great templates or follow us on Twitter @HTML5T
*/
/*********************************************************************************/
/* Global */
/*********************************************************************************/
body {
margin: 0px;
padding: 0px;
background: #151515 /*url(images/img01.png)*/ repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #808080;
}
h1, h2, h3 {
margin: 0px;
padding: 0px;
font-family: 'Oswald', sans-serif;
font-weight: 200;
color: #4F4F4F;
}
p, ol, ul {
margin-top: 0px;
}
p {
line-height: 150%;
}
strong {
font-weight: 700;
}
a {
color: #292929;
}
.alignleft {
float: left;
margin-top: 5px;
margin-right: 30px;
}
/* Header */
#header-wrapper {
overflow: hidden;
height: 65px;
background: url(images/img01.jpg) repeat-x left top;
}
/* Wrapper */
#wrapper {
overflow: hidden;
padding: 15px 0px;
background: #FFFFFF;
}
/* Copyright */
#copyright {
overflow: hidden;
height: 50px;
}
#copyright p {
padding: 15px 0px 0px 0px;
text-align: center;
font-size: 11pt;
color: #555;
}
#copyright a {
color: #888;
}
/* Image style */
.image-style1 {
padding: 9px;
background: #FFFFFF;
border: 1px solid #EEEEEE;
}
/* Reusable Buttons */
.button {
text-align: center;
}
.button a {
display: inline-block;
outline: 0;
white-space: nowrap;
margin-top: 20px;
padding: 10px 30px 10px 30px;
background: #23272D;
box-shadow: inset 0px 0px 0px 1px #363E46, 0px 2px 3px 0px rgba(0,0,0,0.25);
border: solid 1px #363E46;
border-radius: 6px;
background-image: -moz-linear-gradient(top, #686E76, #21252B);
background-image: -webkit-linear-gradient(top, #686E76, #21252B);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#686E76), to(#21252B));
background-image: -ms-linear-gradient(top, #686E76, #21252B);
background-image: -o-linear-gradient(top, #686E76, #21252B);
background-image: linear-gradient(top, #686E76, #21252B);
text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
font-size: 14pt;
color: #FFFFFF;
}
pre{
padding: 10px 30px 10px 30px;
border: solid 1px #DDDDDD;
}
code {
font-family: courier, serif;
font-size: 12pt;
line-height: 120%;
}
/* List style1 */
.list-style1 {
margin: 0px;
padding: 30px 0px 0px 0px;
}
.list-style1 li {
padding: 0px 0px 15px 0px;
}