1
0
Fork 0
This repository has been archived on 2019-12-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
arduinisten/arduino-0018-linux/reference/arduino.css

141 lines
2 KiB
CSS
Raw Permalink Normal View History

2010-03-31 21:11:30 +02:00
body {
margin: 0px 20px 20px 20px;
padding: 0px 0px 0px 0px;
background-color: #aaa;
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 10px;
line-height: 15px;
xxxbackground: url(bg.gif)
}
h1 {
font-family: Georgia, Times, serif;
color: #555;
}
h2 {
font-family: Georgia, Times, serif;
color: #555;
}
h3 {
font-family: Georgia, Times, serif;
color: #555;
}
p ul li {
color: #555;
}
a {
color: #111;
}
hr {
border-top: 1px dotted #555;
}
a:link {
text-decoration: none;
padding-bottom: 0px;
border-bottom: 1px solid #bbb;
}
a:visited {
text-decoration: none;
padding-bottom: 0px;
border-bottom: 1px solid #bbb;
}
a:active {
text-decoration: none;
padding-bottom: 0px;
border-bottom: 1px solid #bbb;
}
a:hover {
text-decoration: none;
padding-bottom: 0px;
background-color: #ddd;
border-bottom: none;
}
a.selflink {
font-weight: bold;
text-decoration: none;
border-bottom: 0px solid white;
}
#page {
width: 700px;
}
#pageheader {
height: 60px;
text-align: right;
padding-top: 40px;
}
#pageheader .title {
float: left;
text-align: left;
margin-left: 20px;
font-family: Georgia, Times, serif;
padding-top: -19px;
font-size: 38px;
letter-spacing: 0px;
color: #fff;
font-weight: bold;
text-shadow: #aaa 0px 0px 5px;
}
#pageheader .title a {
color: #fff;
border: none;
}
#pageheader .title a:hover {
color: #fff;
border: none;
background-color: transparent;
}
#pageheader .search {
}
#pagenav {
background-color: #fff;
padding: 10px 20px;
border:1px solid #BBBBBB;
}
#pagenav p {
display: inline;
}
#pagetext {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
padding-top: 10px;
color: #555;
background-color: #fff;
border: 1px solid #bbb;
}
#pagefooter {
clear: both;
height: 30px;
padding-top: 15px;
padding-left: 20px;
}
#pagefooter a {
color: #666;
border: none;
padding: 2px;
}
#pagefooter a:hover {
color: #111;
background-color: #eee;
}