-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (67 loc) · 1.31 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
/* Test Test Test */
body {
/* background: lightblue; */
width: auto;
height: auto;
overflow: auto;
}
/* Header */
header {
display: block;
margin: 0;
border: 2px solid darkslategray;
height: 100px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
padding: 0;
text-align: center;
background:
/* On "top" */
repeating-linear-gradient(
45deg,
transparent,
transparent 5px,
#eee 10px,
#efefef 10px
),
/* on "bottom" */
linear-gradient(
to bottom,
#FFFFFF,
#b2c4d6
);
}
header img {
display: inline-block;
max-width: 76px;
}
.col-sm .align_left {
margin-top: 20px;
text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
-moz-text-shadow: 0 0 2px #000;
-webkit-text-shadow: 0 0 2px #000;
}
.align_left {
text-align: left;
}
.align_right {
text-align: right;
}
.toplogo {
margin-top: 13px;
text-shadow: 2px 2px 4px #111; /* horizontal-offset vertical-offset 'blur' colour */
-moz-text-shadow: 2px 2px 4px #111;
-webkit-text-shadow: 2px 2px 4px #111;
display:inline-block;
}
.color_restn {
color: #606060;
margin-left: 17px;
}
.color_dotio {
color: #75a3d2;
margin-left: -7px;
}
.titleletters {
font-size: x-large;
}