mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-09 05:00:21 +00:00
Stylesheet for wiki.
This commit is contained in:
parent
547d7f909b
commit
505e8fabc0
1
docs/website/.gitignore
vendored
Normal file
1
docs/website/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
wiki
|
||||
67
docs/website/wikiheader.css
Normal file
67
docs/website/wikiheader.css
Normal file
@ -0,0 +1,67 @@
|
||||
|
||||
#header {
|
||||
height: 80px;
|
||||
width: 100%;
|
||||
background: url(images/logo.gif) #bb1f1f no-repeat center left;
|
||||
margin-top: 10px;
|
||||
border-bottom: #d2d2d2 solid 5px;
|
||||
text-align: right;
|
||||
margin-bottom: 20px;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
#headerLinks {
|
||||
color: #FFFFFF;
|
||||
font-family: helvetica, arial, sans-serif;
|
||||
font-size: 80%;
|
||||
padding-left: 100px;
|
||||
padding-top: 60px;
|
||||
padding-right: 5px;
|
||||
display:block;
|
||||
}
|
||||
|
||||
#headerLinks .hlink {
|
||||
color: #FFFFFF;
|
||||
font-family: helvetica, arial, sans-serif;
|
||||
font-size: 60%;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#headerLinks .hlink:link {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#headerLinks .hlink:active {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#headerLinks .hlink:hover {
|
||||
color: #FFFFFF;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#headerLinks .hlink:visited {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#title {
|
||||
float: left;
|
||||
color: #FFFFFF;
|
||||
padding-left: 100px;
|
||||
margin-top: 1px;
|
||||
font-family: helvetica, arial, sans-serif;
|
||||
font-size: 140%;
|
||||
}
|
||||
|
||||
#subTitle {
|
||||
float: left;
|
||||
clear: left;
|
||||
color: #FFFFFF;
|
||||
padding-left: 102px;
|
||||
padding-top: 2px;
|
||||
font-family: helvetica, arial, sans-serif;
|
||||
font-size: 50%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user