blob: 525d25ec4794ac70b9dc5c8e168e7c142a189564 [file] [log] [blame]
/*
* Copyright (c) 2008 Logica and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Onno van der Straaten - initial implementation
*/
div#epfwiki_header {
margin: 0px;
top: 0px;
left: 0px;
right: 0px;
}
div#spacer {
height: 40px;
}
div#toolbar {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
height: 24px;
background: url(../images/tab_background.png);
}
ol#toc {
list-style: none;
margin-left: 10px;
margin-top: 0px;
padding: 0px;
font-size: 10pt;
height: 24px;
font-family: arial, helvetica, sans-serif;
}
ol#toc li {
float: left;
margin: 0 0 0 0;
}
ol#toc a {
background: url(../images/tab.png);
color: black;
display: block;
float: left;
height: 20px;
padding-left: 10px;
text-decoration: none;
}
ol#toc a:hover {
background-position: 0 -40px;
}
ol#toc a:hover span {
background-position: 100% -40px;
}
ol#toc li.current a {
background-position: 0 -20px;
color: black;
}
ol#toc li.current span {
background-position: 100% -20px;
}
ol#toc span {
background: url(../images/tab.png) 100% 0;
display: block;
line-height: 20px;
padding-right: 10px;
}
ol#toc li.simple {
float: right;
margin: 0 0 0 0;
}
ol#toc li.simple a {
background: none;
color: #565656;
display: block;
height: 20px;
padding-left: 10px;
text-decoration: none;
}
ol#toc li.simple a:hover{
text-decoration: underline;
}
ol#toc li.simple span {
background: none;
}
div#page_status {
font-size: xx-small;
font-family: verdana, arial, helvetica, sans-serif, kanji2;
color: gray;
padding: 4px;
text-align: left;
}
#commentsList {
padding-left: 100px
}
.comment{
background-color: #ececec;
width: 700px;
padding: 10px;
}
.commentfooter{
background: url(../images/arrow.gif) 20px 0 no-repeat;
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}