-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscu3HD_patch.css
135 lines (127 loc) · 2.35 KB
/
scu3HD_patch.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
body{
font-family: "Open Sans";
background-color: green;
background-image: url(img/skyscraper.jpg);
background-position: center;
padding-top: 130px;
}
table, th, td {
border: 4px solid gold;
/* margin-left: 300px;*/
}
table{ height: 90px;
width: 100%;
}
.container:not(:first-child){
background:repeating-linear-gradient(-45deg, rgb(86, 86, 86), rgb(86, 86, 86) 5px, rgb(216, 177, 4) 5px, rgb(216, 177, 4) 10px);
border: solid 24px #d8b102;
border-radius: 25px;
}
.nav.glyphicon {
color: black;
font-size: 2.3em;
}
.shadow{
color: white;
background-color: rgba(0, 0, 0, 0.70);
border-radius: 25px;
}
.navbar{
background-color: #565656;
}
#main_text{
text-align: center;
padding-left: 50px;
padding-right: 50px;
background-color: purple;
background-image: url(img/simcity_city.jpg);
}
.title{
text-align: center;
border: solid 5px;
color: #d8b102;
background-color: rgba(0, 0, 0, 0.49);
border-color: rgba(0, 0, 0, 0.8);
border-radius: 25px;
}
.myborders{
border: solid 4px;
border-color: rgba(0, 0, 0, 0.49);
border-radius: 25px;
}
}
hr {
height: 30px;
border-style: solid;
border-color: #d8b102;
border-width: 1px 0 0 0;
border-radius: 20px;
}
hr:before {
display: block;
content: "";
height: 30px;
margin-top: -31px;
border-style: solid;
border-color: #d8b102;
border-width: 0 0 1px 0;
border-radius: 20px;
}
/* hr before the FAQ*/
.#faq_hr{
border: 4px solid gold;
margin-left: 90px;
}
div.gradient {
border-radius: 999em;
width: 100%;
height: auto;
padding: 15px;
line-height: 0;
}
.navbar-default .navbar-nav>li>a {
font-size: 1.4em;
border-radius: 50px;
background-color: black;
color: #d8b102;
}
.navbar-brand{
border-radius: 25px;
background-color: black;
color: #d8b102;
}
#main_text{
font-size: 1.4em;
}
#main_text>div>h1{
text-align: center;
}
.navbar-default .navbar-brand {
color: #d8b102;
}
.image3{
background-image: url(img/Low_res/under_construction.png);
}
.image2{
background-image: url(img/linux.jpg);
}
.image1{
background-image: url(http://rootgamer.com/wp-content/uploads/2013/03/featured_600_224_simcity_3000.jpg);
}
.image {
width: 100%;
height: 190px;
background-size: cover;
background-position: center center;
}
#fire{
color: orange;
font-size: 50px;
}
.warning{
color: red;
animation: blinker 1s linear infinite;
}
.textz{
text-align: left;
}