Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6dcc109

Browse filesBrowse files
committed
Merge sebix/redesign with master
2 parents 00ee15a + 430b6b1 commit 6dcc109
Copy full SHA for 6dcc109

File tree

Expand file treeCollapse file tree

2 files changed

+170
-148
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+170
-148
lines changed

‎css/screen.css

Copy file name to clipboard
+92Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
html{
2+
-webkit-text-size-adjust: none;
3+
}
4+
5+
body {
6+
color: #000000;
7+
background-color: rgb(242, 242, 242);
8+
text-align: center;
9+
font-family: Helvetica, Arial, sans-serif;
10+
max-width: 75em;
11+
margin: 0 auto 1em auto;
12+
-moz-hyphens: auto;
13+
-ms-hyphens: auto;
14+
-o-hyphens: auto;
15+
-webkit-hyphens: auto;
16+
hyphens: auto;
17+
}
18+
a:active {
19+
color: #000099;
20+
}
21+
a:link {
22+
color: #000099;
23+
}
24+
a:visited {
25+
color: #990099;
26+
}
27+
28+
/*** HEADER ***/
29+
#header #mainlinks {
30+
position: fixed;
31+
top: 0;
32+
width: 100%;
33+
padding: 0;
34+
}
35+
#header #mainlinks ul {
36+
padding: 0;
37+
margin: 0;
38+
}
39+
#header #mainlinks li {
40+
display: inline-block;
41+
font-size: 0.9em;
42+
background-color: #FFF6D4;
43+
box-shadow: 0em 0em 1em #FFF6D4, 1px 1px 5px #FFF6D4;
44+
}
45+
#header #mainlinks a {
46+
font-size: 1.2em;
47+
text-decoration: none;
48+
display: block;
49+
text-decoration: none;
50+
color: #564b47;
51+
padding: 0 0.4em;
52+
margin: 0 0.1em;
53+
}
54+
#header #mainlinks a:hover {
55+
text-shadow: #FFF 0 0 0.5em;
56+
color: #336D9C;
57+
}
58+
59+
p#title_sub {
60+
font-family: Arial Narrow;
61+
font-weight: bold;
62+
color: rgb(153, 153, 153);
63+
}
64+
65+
/*** CONTENT ***/
66+
67+
#content {
68+
width: 75%;
69+
border-color: rgb(255, 247, 200);
70+
border-style: solid;
71+
border-width: 5px;
72+
margin-left: auto;
73+
margin-right: auto;
74+
padding: 1em;
75+
text-align: justify;
76+
background-color: #FFFFFF;
77+
}
78+
79+
.centered {
80+
text-align: center;
81+
}
82+
83+
/*** FOOTER ***/
84+
85+
#footer{
86+
text-align: center;
87+
font-family: Helvetica,Arial,sans-serif;
88+
font-weight: bold;
89+
color: rgb(102, 102, 102);
90+
font-size:0.7em
91+
}
92+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.