forked from HPQC-LABS/HPQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nike.css
117 lines (111 loc) · 4.19 KB
/
nike.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
#header{ margin-top: 40px; }
/*Formatting for main div that contains all biography/person contents on the people page*/
.peopleBio { border-radius: 8px;
width: 80%;
margin: auto;
background-color: white;
box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
/*Formatting the container of each bio entry*/
.personBio { min-height: 400px;
background-color: rgb(253, 252, 252);
margin: 15px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
width: 90%;
display: inline-block; }
/*Biography text formatting*/
.personBio p { padding: 00px;
color: black;
text-align: left; }
.personBio h1 { font-size: 20px; }
.personBio h3 { text-align: center; }
.personBio ul { color: black;
list-style-type: disc;
display: block;
text-align: left;
list-style-position:inside }
.personBio li { color: black;
display: list-item;
margin-bottom: 0px; }
.pubLink { color: black !important; }
.peopleList h1 { font-size: 9px; }
.personBio img { padding-right: 20px;
padding-left: 20px;
padding-top: 25px;
padding-bottom: 0px;
width: 100%;
height: auto;
max-width: 150px;
float: left; }
.peopleTitle { font-size: 26px;
text-align: center;
padding-top: 60px; }
/*Text Formatting for mobile screens*/
@media screen and (min-width: 430px)
{ .band { grid-gap: 20px; }
.peopleList h1{font-size: 12px; }
.personBio h1 {font-size: 25px; }
.card span {font-size: 9px;
font-weight: bold;
color: #999;
text-transform: capitalize; /*uppercase;*/
letter-spacing: .05em;
margin: 2em 0 0 0; }
.card article {padding: 10px; }
.peopleTitle h2{font-size: 30px; }}
/*Text Formatting for Desktop screens*/
@media screen and (min-width: 560px)
{ .personBio img{padding-right: 20px;
padding-bottom: 20px;
width: 100%;
height: auto;
max-width: 200px;
float: left; }
.personBio h1{ font-size: 30px; }
.peopleList h1{font-size: 18px; }
.card span{ font-size: 12px;
font-weight: bold;
color: #999;
text-transform: capitalize; /*uppercase;*/
letter-spacing: .05em;
margin: 2em 0 0 0; }
.peopleTitle h2{font-size: 35px; }
#header{ text-align: center;
font-size: 40px; } }
/*Biography formatting for mobile Screens*/
@media screen and (max-width: 480px)
{.featured{ width:100%; }
.container{ width:100%; }
.peopleBio{ border-radius: 8px; /*for the rounded corners*/
width: 100%;
margin: 0;
background-color: white; }
.personBio img{/*margin: 0;*/
display: block;
margin: auto;
margin-left: auto;
margin-right: auto;
padding-left: 90px;
padding-right: 180px;
padding-bottom: 20px;
width: 50%;
/* Doesn't doo much: text-align: center; */
max-width: 150px; }
.personBio{ min-height: 650px;
background-color: rgb(253, 252, 252);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
height: 100%;
overflow: hidden;
margin: 0; }
.personBio p{ text-align: left;
margin: 0;
position: relative;
display: inline-block; }
.newSection { width: 100%;
margin: auto;
margin-bottom: 30px; }
.personImg { display: block;
margin-left: 20px;
margin-right: 50px; } }