forked from babelhead/DisHop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styleExp.css
23 lines (19 loc) · 1.04 KB
/
styleExp.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@charset "utf-8";
/* CSS Document */
* {
margin:0; padding:0;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#global {min-height: 800px; background-image: url("background.jpg"); background-attachment: fixed;}
#menu {margin-left: 150px; margin-right: 150px; background-color:white; opacity: 0.7; border-style: solid; text-align: justify; padding-top: 50px; padding-bottom: 100px; padding-left: 70px; padding-right: 70px; font-size: large;}
h1 { height:50px; background-color:rgb(0, 0, 0, 0.7); color:white; text-align:center; padding-top: 20px;}
h2 {text-align:center; padding-top: 20px;}
a:visited a:link {color: white;}
a:link {color: rgb(55, 55, 97);}
h3 {text-align: center; padding-top: 10px; padding-bottom: 10px;}
#menu ul {list-style-type:none; padding-top: 20px;}
#menu { text-align: center;}
#menu li a:link {color: rgb(40, 40, 85); font-weight: bold; text-decoration: none; }
#menu li a:visited {color: rgb(40, 40, 85); font-weight: bold; text-decoration: none; }
#menu li a:hover {color: black;}
#menu li {padding: 10px;}