-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradstyle.css
executable file
·105 lines (87 loc) · 1.62 KB
/
gradstyle.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
body {
font-family: 'Driod Sans', sans-serif;
font-size: 16px;
/*padding: 50px;*/
color: black;
/* max-width: 1000px; */
/*background-color: #eee;*/
/* background-image: url("Images/backgrnd.JPG");
background-size: 100;
background-repeat: no-repeat; */
}
/*
.headliner {
margin: 0px 0px 42px 0;
}
*/
.headliner h1{
margin: 0px 0px -6px 0;
color: #73000a;
font-size: 48px;
font-style: bold;
}
.navbar{
font-size: 20px;
font-family: 'Driod Sans', sans-serif;
font-weight: bold;
color: white;
background-color: #73000a;
margin-bottom: 0px;
border-bottom: 0px;
/*padding: 0 30px;
border-style: solid;
border-width: 3px;
border-color: black;
border-radius: 0;
/*background-color: #eee;
/* background-image: url("Images/backgrnd.JPG");
background-size: 100;
background-repeat: no-repeat;
*/
}
.navbar-default{
color: white;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
color: white;
}
.navbar-default .navbar-nav > li > a:hover{
color: grey;
}
.navbar a{
color: white;
}
.poster {
height: 460px;
margin-top: -69px;
overflow: hidden;
padding: 0px;
width: 100%;
}
.poster img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 100%;
}
.tinytron h1{
padding-top: 10px;
background-color: #73000a;
font-size: 36px;
font-family: 'Driod Sans', sans-serif;
font-weight: bold;
/*font-style: bold;*/
color: white;
/*border-style: solid;
border-width: 3px;
border-color: black; */
padding: 10px 10px 10px 10px;
text-align: center;
}
.container {
text-align: center;
}