-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
144 lines (120 loc) · 2.01 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
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
144
/*
@author resume.io
*/
:root {
--color1: #00ffcc;
--color2: #000;
}
#projcontainer {
height: 10%;
}
hr {
width: 100%;
}
iframe {
width: 260px;
height: 315px;
position: static;
}
.neeson {
background-image: url(img/neeson.png);
width: 100%;
height: 100%;
}
.smalltitleicon {
position: absolute;
top: 0.8rem;
left: -4.7rem;
width: 2.4rem;
height: 2.4rem;
background-size: contain;
background-repeat: no-repeat;
}
.bg-grey {
background-color: #f6f6f6;
}
.logo {
font-size: 200px;
}
@media screen and (max-width: 768px) {
.col-sm-4 {
text-align: center;
margin: 25px 0;
}
}
#stance {
position: absolute;
height: 60%;
display: inline-block;
padding-top: 5%;
/*transform: rotate(-45deg);*/
left: -4%;
z-index: 1;
padding-top: 6rem;
}
.jumbotron {
background-color: var(--color1);
color: var(--color2);
padding: 100px;
margin-bottom: 0px;
}
.container-fluid {
padding: 60px 50px;
}
/* Add an orange color to all icons and set the font-size */
.logo-small {
color: var(--color1);
font-size: 50px;
}
.logo {
color: var(--color1);
font-size: 200px;
}
.navbar {
margin-bottom: 0;
background-color: var(--color1);
/*z-index: 9999;*/
border: 0;
font-size: 12px !important;
line-height: 1.42857143 !important;
letter-spacing: 4px;
border-radius: 0;
}
.navbar li a,
.navbar .navbar-brand {
color: var(--color2) !important;
}
.navbar-nav li a:hover,
.navbar-nav li.active a {
color: var(--color2) !important;
background-color: #000 !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
color: var(--color2) !important;
}
#synonymbox {
background-color: black;
color: white;
font-style: italic;
border: 10px solid black;
border-radius: 15px;
}
.thumbnail {
padding: 0 0 15px 0;
border-bottom: 1px solid gray;
}
.thumbnail:hover {
border-bottom: 10px solid var(--color1);
}
.thumbnail img {
/*width: 400px;*/
/*height: 400px;*/
margin-top: 10px;
margin-bottom: 10px;
border: 5px solid white;
border-radius: 10px;
}
.item-caption {
color: #0000ff !important;
}