parent
99305282d6
commit
92ec81ec07
@ -1,208 +1,197 @@ |
||||
/* |
||||
============================================================================== |
||||
WIKI STYLES |
||||
============================================================================== |
||||
*/ |
||||
|
||||
.wikiTitle h1{ |
||||
color: Black; |
||||
background: none; |
||||
font-size: 200%; |
||||
font-weight: bold; |
||||
/*font-weight: normal;*/ |
||||
border-bottom: 2px solid #aaaaaa; |
||||
} |
||||
.wiki2xhtml a.wikiEdit{ |
||||
color: #0000FF; |
||||
} |
||||
.diff{ |
||||
font-family: monospace; |
||||
padding: 5px; |
||||
margin: 5px; |
||||
border:solid 2px #aaaaaa; |
||||
} |
||||
.diffEqual{ |
||||
background-color: #FFFFFF; |
||||
} |
||||
.diffMoved{ |
||||
background-color: #FFFFAA; |
||||
} |
||||
.diffAdded{ |
||||
background-color: #CCFFCC; |
||||
} |
||||
.diffDeleted{ |
||||
background-color: #FFAAAA; |
||||
} |
||||
|
||||
.diffAddedTex{ |
||||
background-color: #CCFFCC; |
||||
text-decoration:underline; |
||||
} |
||||
|
||||
.diffDeletedTex{ |
||||
background-color: #FFAAAA; |
||||
text-decoration:line-through; |
||||
} |
||||
|
||||
#wikititle { |
||||
font-family: Verdana, Arial, Helvetica, sans-serif; |
||||
font-size: 100%; |
||||
font-weight: bold; |
||||
background-color: #EFEFEF; |
||||
border-bottom: 1px solid #cccccc; |
||||
padding: 3px; |
||||
padding-top:5px; |
||||
border-top: 1px solid #ccc; |
||||
height: auto!important; |
||||
min-height:20px; |
||||
} |
||||
#wikititle input { |
||||
border: 1px solid #333; |
||||
padding-left: 3px; |
||||
} |
||||
#wikicontent { |
||||
padding-top:5px; |
||||
min-height:300px; |
||||
} |
||||
|
||||
#menuwiki { |
||||
float:left; |
||||
border: 2px solid #cccccc; |
||||
margin-right: 10px; |
||||
padding: 2px; |
||||
background-color: #efefef; |
||||
width:74px; |
||||
height:30px; |
||||
overflow:hidden; |
||||
} |
||||
|
||||
#menuwiki li{ |
||||
list-style-type: square; |
||||
} |
||||
|
||||
#mainwiki { |
||||
border-left: 1px solid #cccccc; |
||||
padding-left:10px; |
||||
} |
||||
|
||||
#wikifooter { |
||||
background-color: #EFEFEF; |
||||
border-top: 1px solid #cccccc; |
||||
border-bottom: 1px solid #cccccc; |
||||
border-left: 1px solid #cccccc; |
||||
border-right: 1px solid #cccccc; |
||||
} |
||||
|
||||
.fwiki1{ |
||||
font-size:larger; |
||||
font-style:italic; |
||||
font-weight:bold; |
||||
background-color:#DAFFD9; |
||||
} |
||||
.fwiki2{ |
||||
font-size:smaller; |
||||
background-color:#ffffff; |
||||
} |
||||
|
||||
.message { |
||||
color: #cccccc; |
||||
} |
||||
.wiki_warning{ |
||||
color: #FF0000; |
||||
font-weight:bold; |
||||
} |
||||
a.new_wiki_link{ |
||||
color: #FF0000; |
||||
border-bottom: 1px dotted #cccccc; |
||||
|
||||
} |
||||
|
||||
a.wiki_link{ |
||||
border-bottom: 1px dotted #cccccc; |
||||
} |
||||
|
||||
a.wiki_link_ext{ |
||||
background: url(ext.png) center right no-repeat; padding-right: 14px; } |
||||
|
||||
a.wiki_mail_link{ |
||||
background: url(email.gif) center right no-repeat; padding-right: 18px; } |
||||
|
||||
a.wiki_news_link{ |
||||
background: url(news.png) center right no-repeat; padding-right: 18px; } |
||||
|
||||
a.wiki_ftp_link{ |
||||
background: url(ftp.gif) center right no-repeat; padding-right: 18px; } |
||||
|
||||
a.wiki_irc_link{ |
||||
background: url(irc.gif) center right no-repeat; padding-right: 18px; } |
||||
|
||||
#main_navigation{ |
||||
height: 20px; |
||||
margin: 0; |
||||
padding-left: 10px; |
||||
background-color:#cccccc; |
||||
} |
||||
|
||||
#tabnav{ |
||||
height: 20px; |
||||
margin: 0; |
||||
padding-left: 10px; |
||||
|
||||
} |
||||
#tabnav_content { |
||||
margin: 0; |
||||
padding-left: 10px; |
||||
padding-right: 10px; |
||||
padding-bottom: 10px; |
||||
padding-top: 4px; |
||||
border: 1px solid #ccc; |
||||
} |
||||
|
||||
#tabnav li { |
||||
margin: 0; |
||||
padding: 0; |
||||
display: inline; |
||||
list-style-type: none; |
||||
} |
||||
|
||||
#tabnav a:link, #tabnav a:visited { |
||||
float: left; |
||||
background: #fff; |
||||
font-size: 10px; |
||||
line-height: 14px; |
||||
font-weight: bold; |
||||
padding: 2px 10px 2px 10px; |
||||
margin-right: 4px; |
||||
border: 1px solid #ccc; |
||||
border-bottom: 1px solid #f3f3f3; |
||||
text-decoration: none; |
||||
color: #666; |
||||
} |
||||
|
||||
#tabnav a:link.active, #tabnav a:visited.active |
||||
{ |
||||
border-bottom: 2px solid #f3f3f3; |
||||
background: #f3f3f3; |
||||
color: #000; |
||||
} |
||||
/* WIKI STYLES */ |
||||
|
||||
.wikiTitle h1 { |
||||
color: Black; |
||||
background: none; |
||||
font-size: 200%; |
||||
font-weight: bold; |
||||
/*font-weight: normal;*/ |
||||
border-bottom: 2px solid #aaaaaa; |
||||
} |
||||
.wiki2xhtml a.wikiEdit{ |
||||
color: #0000FF; |
||||
} |
||||
.diff{ |
||||
font-family: monospace; |
||||
padding: 5px; |
||||
margin: 5px; |
||||
border:solid 2px #aaaaaa; |
||||
} |
||||
.diffEqual{ |
||||
background-color: #FFFFFF; |
||||
} |
||||
.diffMoved{ |
||||
background-color: #FFFFAA; |
||||
} |
||||
.diffAdded{ |
||||
background-color: #CCFFCC; |
||||
} |
||||
.diffDeleted{ |
||||
background-color: #FFAAAA; |
||||
} |
||||
|
||||
.diffAddedTex{ |
||||
background-color: #CCFFCC; |
||||
text-decoration:underline; |
||||
} |
||||
|
||||
.diffDeletedTex{ |
||||
background-color: #FFAAAA; |
||||
text-decoration:line-through; |
||||
} |
||||
|
||||
#wikititle { |
||||
font-size: 100%; |
||||
font-weight: bold; |
||||
background-color: #EFEFEF; |
||||
border-bottom: 1px solid #cccccc; |
||||
padding: 3px; |
||||
padding-top:5px; |
||||
border-top: 1px solid #ccc; |
||||
height: auto!important; |
||||
min-height:20px; |
||||
} |
||||
#wikititle input { |
||||
border: 1px solid #333; |
||||
padding-left: 3px; |
||||
} |
||||
#wikicontent { |
||||
padding-top:5px; |
||||
} |
||||
|
||||
#menuwiki { |
||||
float:left; |
||||
border: 2px solid #cccccc; |
||||
margin-right: 10px; |
||||
padding: 2px; |
||||
background-color: #efefef; |
||||
width:74px; |
||||
height:30px; |
||||
overflow:hidden; |
||||
} |
||||
|
||||
#menuwiki li{ |
||||
list-style-type: square; |
||||
} |
||||
|
||||
#mainwiki { |
||||
} |
||||
|
||||
#wikifooter { |
||||
background-color: #EFEFEF; |
||||
border-top: 1px solid #cccccc; |
||||
border-bottom: 1px solid #cccccc; |
||||
border-left: 1px solid #cccccc; |
||||
border-right: 1px solid #cccccc; |
||||
} |
||||
|
||||
.fwiki1{ |
||||
font-size:larger; |
||||
font-style:italic; |
||||
font-weight:bold; |
||||
background-color:#DAFFD9; |
||||
} |
||||
.fwiki2{ |
||||
font-size:smaller; |
||||
background-color:#ffffff; |
||||
} |
||||
|
||||
.message { |
||||
color: #cccccc; |
||||
} |
||||
.wiki_warning{ |
||||
color: #FF0000; |
||||
font-weight:bold; |
||||
} |
||||
a.new_wiki_link{ |
||||
color: #FF0000; |
||||
border-bottom: 1px dotted #cccccc; |
||||
|
||||
} |
||||
|
||||
a.wiki_link{ |
||||
border-bottom: 1px dotted #cccccc; |
||||
} |
||||
|
||||
a.wiki_link_ext{ |
||||
background: url(ext.png) center right no-repeat; padding-right: 14px; } |
||||
|
||||
a.wiki_mail_link{ |
||||
background: url(email.gif) center right no-repeat; padding-right: 18px; } |
||||
|
||||
a.wiki_news_link{ |
||||
background: url(news.png) center right no-repeat; padding-right: 18px; } |
||||
|
||||
a.wiki_ftp_link{ |
||||
background: url(ftp.gif) center right no-repeat; padding-right: 18px; } |
||||
|
||||
a.wiki_irc_link{ |
||||
background: url(irc.gif) center right no-repeat; padding-right: 18px; } |
||||
|
||||
#main_navigation{ |
||||
height: 20px; |
||||
margin: 0; |
||||
padding-left: 10px; |
||||
background-color:#cccccc; |
||||
} |
||||
|
||||
#tabnav{ |
||||
height: 20px; |
||||
margin: 0; |
||||
padding-left: 10px; |
||||
|
||||
} |
||||
#tabnav_content { |
||||
margin: 0; |
||||
padding-left: 10px; |
||||
padding-right: 10px; |
||||
padding-bottom: 10px; |
||||
padding-top: 4px; |
||||
border: 1px solid #ccc; |
||||
} |
||||
|
||||
#tabnav li { |
||||
margin: 0; |
||||
padding: 0; |
||||
display: inline; |
||||
list-style-type: none; |
||||
} |
||||
|
||||
#tabnav a:link, #tabnav a:visited { |
||||
float: left; |
||||
background: #fff; |
||||
font-size: 10px; |
||||
line-height: 14px; |
||||
font-weight: bold; |
||||
padding: 2px 10px 2px 10px; |
||||
margin-right: 4px; |
||||
border: 1px solid #ccc; |
||||
border-bottom: 1px solid #f3f3f3; |
||||
text-decoration: none; |
||||
color: #666; |
||||
} |
||||
|
||||
#tabnav a:link.active, #tabnav a:visited.active { |
||||
border-bottom: 2px solid #f3f3f3; |
||||
background: #f3f3f3; |
||||
color: #000; |
||||
} |
||||
|
||||
#tabnav a:link.right, #tabnav a:visited.right |
||||
{ |
||||
border-bottom: 1px solid #f3f3f3; |
||||
background: #f3f3f3; |
||||
color: #666; |
||||
margin-left: 100px; |
||||
} |
||||
|
||||
#tabnav a:link.rightactive, #tabnav a:visited.rightactive |
||||
{ |
||||
border-bottom: 1px solid #fff; |
||||
background: #fff; |
||||
color: #000; |
||||
margin-left: 170px; |
||||
} |
||||
|
||||
#tabnav a:hover |
||||
{ |
||||
background: #fff; |
||||
} |
||||
{ |
||||
border-bottom: 1px solid #f3f3f3; |
||||
background: #f3f3f3; |
||||
color: #666; |
||||
margin-left: 100px; |
||||
} |
||||
|
||||
#tabnav a:link.rightactive, #tabnav a:visited.rightactive { |
||||
border-bottom: 1px solid #fff; |
||||
background: #fff; |
||||
color: #000; |
||||
margin-left: 170px; |
||||
} |
||||
|
||||
#tabnav a:hover { |
||||
background: #fff; |
||||
} |
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue