-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
131 lines (114 loc) · 2.33 KB
/
style.css
File metadata and controls
131 lines (114 loc) · 2.33 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
* {
box-sizing: border-box;
}
#Grammicode-News {
background-color: white;
width: 175px;
padding: 10px;
font-family: arial;
margin: auto;
border-radius: 25px;
}
#image {
height: 25px;
width: 25px;
}
head {
background-color: black;
height: 50px;
}
.title {
text-transform: cursive;
background-color: cyan;
font-family: Arial;
padding: 20px;
opacity: 0.75;
width: 400px;
}
body {
background-image: url(https://raw.githubusercontent.com/Grammicode-Software/grammisoft.github.io/master/Laptops_Boys_480667_1366x768.jpg);
}
.info {
font-family: arial;
margin: auto;
background-color: white;
padding: 10px;
width: 75%;
border-radius: 25px;
color: black;
}
.links {
font-family: arial;
padding 5px;
width: 200px;
color: black;
background-color: cyan;
opacity: 0.75;
}
a:hover {
font-family: arial;
padding 10px;
width: 200px;
background-color: black;
color: white;
opacity: 1;
}
/* Start header CSS */
/* Style the header with a grey background and some padding */
.header {
overflow: hidden;
background-color: black;
padding: 10px 5px;
position: fixed;
}
/* Style the header links */
.header a {
float: left;
color: white;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
position: fixed;
}
/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
font-size: 25px;
font-weight: bold;
font-family: arial;
position: fixed;
}
/* Change the background color on mouse-over */
.header a:hover {
background-color: #ddd;
color: black;
}
/* Style the active/current link*/
.header a.active {
background-color: dodgerblue;
color: white;
}
/* Float the link section to the right */
.header-right {
float: right;
}
/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
.header a {
float: none;
display: block;
text-align: left;
}
.header-right {
float: none;
}
}
/*End header CSS*/
body.jobs {
background-image: url(https://raw.githubusercontent.com/Grammicode-Software/grammisoft.github.io/master/jobsback.jpg);
}
body.improve {
background-color: black;
}