theshell.ch/todorovic/mystyle.css
maggicl 2c1daa468e team-leader: Added todororovic/ folder (content done by Alexander Todorovic)
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@289 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-20 18:34:42 +00:00

44 lines
596 B
CSS

body {font-family: , Arial, Elvetica, sans-serif;
font-size: 15px;
line-height: 1.5;
padding: 0;
margin: 0;}
ul {
margin: 0;
padding: 0;
}
header {
background: #787878;
color: white;
padding-top: 20px; padding-bottom: -20px;
min-height: 70px;
border-bottom: #f0f0f0 3px solid;
}
header a {
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
}
header li {
float: left;
display: inline;
padding: 0 10px 0 10px;
}
.index {
margin: 10px;
}
.syntax {
margin: 10px;
}
.current a {
color: #000000;
font-weight: bold;}