Browse Source
replaced the YAML template with a self-written one due to License problems (Debian won't accept CCA2 and Dirk Jesse didn't respond to a request to update the YAML license.)
Natenom/support-murmur-13-1446181288462
replaced the YAML template with a self-written one due to License problems (Debian won't accept CCA2 and Dirk Jesse didn't respond to a request to update the YAML license.)
Natenom/support-murmur-13-1446181288462
Michael Ziegler
16 years ago
5 changed files with 189 additions and 122 deletions
-
26COPYRIGHT
-
15htdocs/style.css
-
103htdocs/templatestyle.css
-
78template/index.htm
-
5template/mumble/mumble.htm
@ -0,0 +1,15 @@ |
|||||
|
|
||||
|
form input, form textarea { |
||||
|
background-color: lightgrey; |
||||
|
border: 1px solid darkgrey; |
||||
|
margin: 5px 0; |
||||
|
min-width: 330px; |
||||
|
padding: 2px; |
||||
|
padding-left: 3px; |
||||
|
} |
||||
|
|
||||
|
form input[type=submit] { |
||||
|
margin-left: 30px; |
||||
|
padding: 5px; |
||||
|
min-width: 150px; |
||||
|
} |
@ -0,0 +1,103 @@ |
|||||
|
#content { |
||||
|
background-color: white; |
||||
|
width: 80%; |
||||
|
margin: 25px auto; |
||||
|
padding: 10px; |
||||
|
border: 2px solid grey; |
||||
|
} |
||||
|
|
||||
|
#headpanel { |
||||
|
position: relative; |
||||
|
padding: 45px 2em 1em 20px; |
||||
|
} |
||||
|
|
||||
|
#headlinks { |
||||
|
position:absolute; |
||||
|
right: 10px; |
||||
|
top: 10px; |
||||
|
} |
||||
|
|
||||
|
#navipanel { |
||||
|
background-color: lightgrey; |
||||
|
border-top: 1px solid black; |
||||
|
border-bottom: 1px solid black; |
||||
|
padding-left: 20px; |
||||
|
height: 25px; |
||||
|
} |
||||
|
|
||||
|
#navilinks { |
||||
|
display: inline; |
||||
|
list-style-type: none; |
||||
|
} |
||||
|
|
||||
|
#navilinks li { |
||||
|
display: inline; |
||||
|
padding: 0; |
||||
|
margin: 0; |
||||
|
float: left; |
||||
|
} |
||||
|
|
||||
|
#navilinks a, #navilinks b { |
||||
|
display: block; |
||||
|
padding: 0 5px; |
||||
|
font-size: 10pt; |
||||
|
font-weight: bold; |
||||
|
line-height: 25px; |
||||
|
width: auto; |
||||
|
} |
||||
|
|
||||
|
#navilinks a { |
||||
|
border-left: 1px solid white; |
||||
|
border-right: 1px solid #eeeeee; |
||||
|
color: black; |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
|
||||
|
#navilinks b { |
||||
|
color: white; |
||||
|
background-color: #272727; |
||||
|
} |
||||
|
|
||||
|
#contentpanel { |
||||
|
padding: 45px 2em 1em 20px; |
||||
|
} |
||||
|
|
||||
|
#contentleft { |
||||
|
float:left; |
||||
|
width:40%; |
||||
|
border-right: 1px dotted grey; |
||||
|
margin-right: 5px; |
||||
|
} |
||||
|
|
||||
|
#contentright { |
||||
|
margin-left:40%; |
||||
|
} |
||||
|
|
||||
|
#footerpanel { |
||||
|
border-top: 5px solid #EFEFEF; |
||||
|
clear:both; |
||||
|
margin-top:10px; |
||||
|
padding-top: 5px; |
||||
|
} |
||||
|
|
||||
|
#headpanel h2 { |
||||
|
font-family: "Times New Roman",Times,serif; |
||||
|
font-weight: normal; |
||||
|
color: #222222; |
||||
|
margin-bottom: 1em; |
||||
|
font-size: 14pt; |
||||
|
} |
||||
|
|
||||
|
a { |
||||
|
text-decoration: none; |
||||
|
color: #4D87C7; |
||||
|
} |
||||
|
|
||||
|
a:visited { |
||||
|
color: #003366; |
||||
|
} |
||||
|
|
||||
|
a:focus, a:hover, a:active { |
||||
|
text-decoration: underline; |
||||
|
color: #182E7A; |
||||
|
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue