-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.css
More file actions
142 lines (122 loc) · 2.84 KB
/
Copy pathlayout.css
File metadata and controls
142 lines (122 loc) · 2.84 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
html body {
background-image: url('./images/background_night_sky.jpg');
background-size: cover;
}
/*all images*/
.container img {
width: 100%;
height: auto;
}
.main {
width: 95%;
}
#jon {
text-align: center;
}
#jon a {
font-size: 48px;
text-align: center;
text-decoration: none;
color:antiquewhite;
font-family: 'Droid Sans', serif;
font-size: 48px;
text-shadow: 4px 4px 4px #aaa;
}
#jon:hover {
color: black;
text-decoration: none;
}
#title {
font-size: 20px;
}
#cv {
font-size: 15px;
}
/*left-hand column*/
.col-md-8 {
border: solid antiquewhite;
border-radius: 10px;
padding: 25px;
margin-top: 25px;
}
/*active app image*/
.main-pic {
border: solid #000045;
border-radius: 10px;
border-width: 10px;
width: auto;
}
/*title tab panel window section*/
.col-md-12 {
/*padding: 95px;*/
margin: 5px 30px;
/*border:solid;*/
}
/*app title*/
h2.visitors a {
text-align: center;
font-size: 35px;
color: antiquewhite;
/*background-color: navy;*/
width: 50%;
font-family: 'Droid Sans', serif;
text-shadow: 4px 4px 4px #aaa;
}
/*app title hover*/
h2.visitors a:hover , .visitme:hover {
color: navy;
text-decoration: none;
background-color: antiquewhite;
border-radius: 5px;
}
/*tab panel windows*/
div.panel {
height: 200px;
padding: 10px;
border: solid #000045;
border-radius: 10px;
border-width: 10px;
overflow: scroll;
}
div.theDescription, div.theFeatures, div.theTechnology {
font-family: 'century gothic', 'trebuchet ms', arial;
}
#copyright {
color: gray;
margin-left: 40px;
}
/*right-hand column*/
.col-md-3 {
border:solid antiquewhite;
border-radius: 10px;
margin: 25px 30px;
color: antiquewhite;
}
/*label for thumbnail column*/
#instructions {
font-size: 25px;
text-align: center;
font-family: 'Droid Sans', serif;
text-shadow: 4px 4px 4px #888;
}
/*thumbnails*/
.thumbnails .row {
margin: 15px auto;
font-family: 'Droid Sans', serif;
padding: 10px;
}
#image_name {
margin: 5px auto;
text-align: center;
}
/*selection box*/
.selected {
border: solid blue;
border-width: 7px;
border-radius: 10px;
background-color: #FFFFF0;
color:navy;
font-size: 17px;
font-family: 'Droid Sans', serif;
text-shadow: 4px 4px 4px #888;
}