2008-11-14 10:33:03 +00:00
|
|
|
/* Watch out. This file bugs (in the header) when it is formated with Eclipse (Ctrl+Shift+F)*/
|
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
/* BASE */
|
2008-11-14 10:33:03 +00:00
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
* {
|
2008-11-14 10:33:03 +00:00
|
|
|
font-family: "trebuchet ms", tahoma, sans-serif;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
a {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: #47A;
|
|
|
|
text-decoration: none;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
a:hover {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: #258;
|
|
|
|
text-decoration: underline;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
a img {
|
2008-11-14 10:33:03 +00:00
|
|
|
border: 0;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2009-10-27 20:32:27 +00:00
|
|
|
|
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
body {
|
2008-11-14 10:33:03 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-11-14 10:33:03 +00:00
|
|
|
input[type=text],
|
|
|
|
input[type=password],
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
border: 1px solid #AAA;
|
|
|
|
padding: 0.1em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-11-14 10:33:03 +00:00
|
|
|
input[type=text],
|
|
|
|
input[type=password],
|
|
|
|
textarea {
|
|
|
|
padding: 0.2em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-11-14 10:33:03 +00:00
|
|
|
input[type=text]:focus,
|
|
|
|
input[type=password]:focus,
|
|
|
|
select:focus,
|
|
|
|
textarea:focus {
|
|
|
|
border-color: #666;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-12-04 15:30:59 +00:00
|
|
|
p.tipMsg,
|
2008-11-14 10:33:03 +00:00
|
|
|
p.error,
|
|
|
|
p.success {
|
|
|
|
border: 1px solid;
|
|
|
|
font-size: small;
|
|
|
|
margin: 0.5em;
|
|
|
|
padding: 0.5em;
|
|
|
|
width: 70%;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-12-04 15:30:59 +00:00
|
|
|
p.tipMsg {
|
|
|
|
background: #FFFF99;
|
|
|
|
border-color: #CC9900;
|
|
|
|
color: #CC9900;
|
|
|
|
}
|
2007-12-12 16:29:16 +00:00
|
|
|
p.error {
|
2008-11-14 10:33:03 +00:00
|
|
|
background: #FCC;
|
|
|
|
border-color: #966;
|
|
|
|
color: #633;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
p.success {
|
2008-11-14 10:33:03 +00:00
|
|
|
background: #CFC;
|
|
|
|
border-color: #696;
|
|
|
|
color: #363;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
td#availability {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: #285;
|
|
|
|
font-weight: bold;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
td#availability.not-available {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: #F00;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
textarea {
|
2008-11-14 10:33:03 +00:00
|
|
|
font-size: small;
|
|
|
|
padding: 0.2em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
th {
|
2008-11-14 10:33:03 +00:00
|
|
|
padding-right: 1em;
|
|
|
|
text-align: right;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* HEADER */
|
2008-11-14 10:33:03 +00:00
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
div#header {
|
2008-11-20 13:59:33 +00:00
|
|
|
background: #FFF url('images/bg_header.png') bottom repeat-x;
|
2008-11-14 10:33:03 +00:00
|
|
|
border-bottom: 3px solid #9CD;
|
|
|
|
clear: both;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-11-14 10:33:03 +00:00
|
|
|
div#header:after {
|
|
|
|
content: ".";
|
|
|
|
display: block;
|
|
|
|
height: 0;
|
|
|
|
clear: both;
|
|
|
|
visibility: hidden;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
* html div#header {
|
2008-11-14 10:33:03 +00:00
|
|
|
height: 1%;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
h1 {
|
2008-11-14 10:33:03 +00:00
|
|
|
float: left;
|
|
|
|
font-size: x-large;
|
|
|
|
font-weight: bold;
|
|
|
|
letter-spacing: 0.25em;
|
|
|
|
margin: 0;
|
|
|
|
padding: 1em;
|
|
|
|
text-transform: lowercase;
|
|
|
|
}
|
|
|
|
html > body h1 {
|
2008-11-20 13:59:33 +00:00
|
|
|
background: url('images/logo.png') no-repeat 10px;
|
2008-11-14 10:33:03 +00:00
|
|
|
padding-left: 75px;
|
|
|
|
}
|
|
|
|
html > body div#header.popup h1 {
|
2009-02-03 14:15:34 +00:00
|
|
|
background: url('images/logo_24.gif') no-repeat 10px;
|
2008-11-14 10:33:03 +00:00
|
|
|
padding: 0.5em 0.5em 0.5em 50px;
|
2008-11-13 14:38:04 +00:00
|
|
|
}
|
2008-05-14 08:55:38 +00:00
|
|
|
/*html > body div#header #welcome {
|
2008-01-11 08:35:12 +00:00
|
|
|
position:absolute;
|
|
|
|
left:75px;
|
2008-05-14 08:55:38 +00:00
|
|
|
}*/
|
|
|
|
#welcome {
|
2008-11-14 10:33:03 +00:00
|
|
|
border: 10px solid #995;
|
|
|
|
width: 66%;
|
|
|
|
padding: 10px;
|
|
|
|
text-align:center;
|
|
|
|
font-size: medium;
|
2008-01-11 08:35:12 +00:00
|
|
|
}
|
2008-11-13 14:38:04 +00:00
|
|
|
#bottom {
|
|
|
|
padding-top: 10px;
|
|
|
|
text-align: center;
|
|
|
|
font-size: xx-small;
|
|
|
|
}
|
2007-12-12 16:29:16 +00:00
|
|
|
h1 a {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: #000;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
h1 a:hover {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: #000;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
h2 {
|
2008-11-20 13:59:33 +00:00
|
|
|
background: #666 url('images/bg_bar.png') center center repeat-x;
|
2008-11-14 10:33:03 +00:00
|
|
|
border-bottom: 3px solid #DDD;
|
|
|
|
clear: both;
|
2009-02-09 14:28:46 +00:00
|
|
|
color: #FFF;
|
2008-11-14 10:33:03 +00:00
|
|
|
font-size: medium;
|
|
|
|
letter-spacing: 0.1em;
|
|
|
|
margin: 0 0 1em 0;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
text-transform: lowercase;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-12-18 22:11:03 +00:00
|
|
|
h2 a, h2 a:hover {
|
2009-05-05 10:31:29 +00:00
|
|
|
color: #DDD;
|
2008-12-18 22:11:03 +00:00
|
|
|
}
|
2007-12-12 16:29:16 +00:00
|
|
|
|
2009-05-05 10:31:29 +00:00
|
|
|
/*sup {
|
|
|
|
color: #77ABE0;
|
|
|
|
font-weight: bold;
|
|
|
|
}*/
|
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
/* NAVIGATION */
|
2008-11-14 10:33:03 +00:00
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
ul#navigation {
|
2008-11-14 10:33:03 +00:00
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 1.75em 1em;
|
|
|
|
text-transform: lowercase;
|
|
|
|
width: auto;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
ul#navigation a {
|
2008-11-14 10:33:03 +00:00
|
|
|
font-size: medium;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0.2em 0.5em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
ul#navigation a:hover {
|
2008-11-14 10:33:03 +00:00
|
|
|
background: #7AD;
|
|
|
|
color: #FFF;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
ul#navigation li {
|
2008-11-14 10:33:03 +00:00
|
|
|
float: left;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
ul#navigation li.access {
|
2008-11-14 10:33:03 +00:00
|
|
|
float: right;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* BOOKMARKS */
|
2008-11-14 10:33:03 +00:00
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
ol#bookmarks {
|
2008-11-14 10:33:03 +00:00
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 1em;
|
|
|
|
width: 70%;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-11-14 10:33:03 +00:00
|
|
|
html > body ol#bookmarks {
|
|
|
|
margin: 0 1em;
|
|
|
|
padding: 0;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2009-02-03 14:15:34 +00:00
|
|
|
img.thumbnail {
|
2008-11-14 10:33:03 +00:00
|
|
|
float: left;
|
|
|
|
padding: 1px;
|
|
|
|
margin-right: 6px;
|
|
|
|
margin-bottom:4px;
|
2009-02-03 14:15:34 +00:00
|
|
|
cursor:pointer;
|
2008-11-14 10:33:03 +00:00
|
|
|
border:1px solid #AAA;
|
2008-03-11 12:36:23 +00:00
|
|
|
}
|
2007-12-12 16:29:16 +00:00
|
|
|
div.link a {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: blue;
|
|
|
|
font-size: medium;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
div.link a:visited {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: purple;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-01-10 16:15:38 +00:00
|
|
|
div.address {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: #285;
|
2008-01-10 16:15:38 +00:00
|
|
|
}
|
2007-12-12 16:29:16 +00:00
|
|
|
div.meta {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: #285;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
div.meta span {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: #F00;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2009-02-17 10:06:19 +00:00
|
|
|
div.privateNote {
|
|
|
|
font-variant: small-caps;
|
|
|
|
font-size: small;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2007-12-12 16:29:16 +00:00
|
|
|
li.xfolkentry {
|
2008-11-14 10:33:03 +00:00
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding: 1em 0.5em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-11-14 10:33:03 +00:00
|
|
|
html > body li.xfolkentry {
|
|
|
|
border-bottom: 1px dotted #AAA;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
li.xfolkentry div {
|
2008-11-14 10:33:03 +00:00
|
|
|
padding: 0.1em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
li.xfolkentry.deleted {
|
2008-11-14 10:33:03 +00:00
|
|
|
opacity: 0.5;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
li.xfolkentry.private {
|
2008-11-14 10:33:03 +00:00
|
|
|
border-left: 3px solid #F00;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
li.xfolkentry.shared {
|
2008-11-14 10:33:03 +00:00
|
|
|
border-left: 3px solid #FA0;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
|
2009-02-16 10:10:49 +00:00
|
|
|
li.xfolkentry div div.description span.anchorBookmark {
|
2009-02-17 10:25:29 +00:00
|
|
|
/*font-family:monospace;*/
|
2009-02-16 10:10:49 +00:00
|
|
|
}
|
|
|
|
|
2009-10-27 20:38:24 +00:00
|
|
|
/* bookmark voting */
|
|
|
|
.vote-badge {
|
|
|
|
float: left;
|
|
|
|
width: 3em;
|
|
|
|
margin: 5px;
|
|
|
|
border: 1px solid #CCCC88;
|
|
|
|
font-weight: bold;
|
2009-10-28 08:00:15 +00:00
|
|
|
/*border-radius: 10px;*/
|
2009-10-27 20:38:24 +00:00
|
|
|
-moz-border-radius: 10px;
|
|
|
|
}
|
|
|
|
.vote-badge span, .vote-badge a {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.vote-badge a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.vote-for {
|
2009-10-28 08:00:15 +00:00
|
|
|
/*border-top-right-radius: 10px;*/
|
|
|
|
/*border-top-left-radius: 10px;*/
|
2009-10-27 20:38:24 +00:00
|
|
|
-moz-border-radius-topright: 10px;
|
|
|
|
-moz-border-radius-topleft: 10px;
|
|
|
|
}
|
|
|
|
.vote-against {
|
2009-10-28 08:00:15 +00:00
|
|
|
/*border-bottom-right-radius: 10px;*/
|
|
|
|
/*border-bottom-left-radius: 10px;*/
|
2009-10-27 20:38:24 +00:00
|
|
|
-moz-border-radius-bottomright: 10px;
|
|
|
|
-moz-border-radius-bottomleft: 10px;
|
|
|
|
}
|
|
|
|
a.vote-for:hover {
|
|
|
|
background-color: #ccffbb;
|
|
|
|
}
|
|
|
|
a.vote-against:hover {
|
|
|
|
background-color: #ffbbbb;
|
|
|
|
}
|
|
|
|
.vote-badge .vote-for-inactive, .vote-badge .vote-against-inactive {
|
|
|
|
font-size: 3px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
/* SIDEBAR */
|
2008-11-14 10:33:03 +00:00
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
div#sidebar {
|
2008-11-14 10:33:03 +00:00
|
|
|
font-size: small;
|
|
|
|
position: absolute;
|
|
|
|
right: 1em;
|
|
|
|
top: 10em;
|
|
|
|
width: 25%;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
div#sidebar a {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: #995;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
div#sidebar a:hover {
|
2008-11-14 10:33:03 +00:00
|
|
|
color: #773;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-11-20 13:42:03 +00:00
|
|
|
div#sidebar>div {
|
2008-11-20 13:59:33 +00:00
|
|
|
background: #FFF url('images/bg_sidebar.png') bottom repeat-x;
|
2008-11-14 10:33:03 +00:00
|
|
|
border: 1px solid #CC8;
|
|
|
|
color: #555;
|
|
|
|
margin-bottom: 1em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
div#sidebar h2 {
|
2008-11-14 10:33:03 +00:00
|
|
|
background: transparent;
|
|
|
|
border: 0;
|
|
|
|
color: #995;
|
|
|
|
letter-spacing: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0.5em 0;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
div#sidebar hr {
|
2008-11-14 10:33:03 +00:00
|
|
|
display: none;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
div#sidebar p {
|
2008-11-14 10:33:03 +00:00
|
|
|
margin: 1em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
div#sidebar p.tags a {
|
2008-11-14 10:33:03 +00:00
|
|
|
margin: 0;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
div#sidebar table {
|
2008-11-14 10:33:03 +00:00
|
|
|
margin: 0.5em 0.5em 0 0.5em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
div#sidebar table td {
|
2008-11-14 10:33:03 +00:00
|
|
|
padding-bottom: 0.25em;
|
|
|
|
padding-right: 0.5em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
div#sidebar ul {
|
2008-11-14 10:33:03 +00:00
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0.5em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
div#sidebar ul li {
|
2008-11-14 10:33:03 +00:00
|
|
|
margin: 0.5em 0;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
|
2008-11-20 13:42:03 +00:00
|
|
|
div#related {
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
2009-05-22 09:39:22 +00:00
|
|
|
.crossTags {
|
|
|
|
padding:0px 3px;
|
|
|
|
border: 1px solid #999955
|
|
|
|
}
|
|
|
|
|
2009-05-05 10:09:47 +00:00
|
|
|
div#sidebar>div#maintagsmenu {
|
|
|
|
padding: 0.5em;
|
|
|
|
border: 5px solid #999955
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
/* TAGS */
|
2008-11-14 10:33:03 +00:00
|
|
|
|
2008-02-13 17:34:18 +00:00
|
|
|
p.commondescription {
|
2008-11-14 10:33:03 +00:00
|
|
|
padding-left:5px;
|
|
|
|
color: #555;
|
|
|
|
font-weight: bold;
|
2009-02-09 14:05:21 +00:00
|
|
|
font-size: medium;
|
2008-11-14 10:33:03 +00:00
|
|
|
border-left: 1px solid #CC8;
|
|
|
|
width: 70%;
|
2008-02-13 17:34:18 +00:00
|
|
|
}
|
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
p.tags {
|
2008-11-14 10:33:03 +00:00
|
|
|
line-height: 2.25em;
|
|
|
|
/*margin: 2em 10%;*/
|
|
|
|
text-align: justify;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 70%;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-11-14 10:33:03 +00:00
|
|
|
p.tags a,
|
|
|
|
p.tags span {
|
|
|
|
color: #47A;
|
|
|
|
margin-right: 0.5em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
p.tags span:hover {
|
2008-11-14 10:33:03 +00:00
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
p.tags span.selected {
|
2008-11-14 10:33:03 +00:00
|
|
|
background: #CEC;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
|
2009-01-12 13:45:49 +00:00
|
|
|
.anchor {
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2008-11-20 13:42:03 +00:00
|
|
|
.treeTag {
|
|
|
|
color: #999955;
|
|
|
|
}
|
|
|
|
.treeTag:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
.treeTag.selected {
|
|
|
|
background: #CEC;
|
|
|
|
}
|
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
/* PROFILE */
|
2008-11-14 10:33:03 +00:00
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
table.profile th {
|
2008-11-14 10:33:03 +00:00
|
|
|
width: 10em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* OTHER GUFF */
|
2008-11-14 10:33:03 +00:00
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
dd {
|
|
|
|
background: #CEC;
|
|
|
|
border-right: 4px solid #ACA;
|
|
|
|
color: #464;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
dd a {
|
|
|
|
color: #464;
|
|
|
|
}
|
|
|
|
dd a:hover {
|
|
|
|
color: #000 !important;
|
|
|
|
text-decoration: underline !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl {
|
|
|
|
font-size: small;
|
|
|
|
margin: 1em;
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
dl#profile dd {
|
|
|
|
background: #CDE;
|
|
|
|
border-color: #ABC;
|
|
|
|
color: #247;
|
|
|
|
}
|
|
|
|
dl#profile dt {
|
|
|
|
background: #BCE;
|
|
|
|
border-color: #9AC;
|
|
|
|
color: #245;
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
dl#profile a {
|
|
|
|
color: #446;
|
|
|
|
}
|
|
|
|
dl#profile a:hover {
|
|
|
|
color: #000 !important;
|
|
|
|
text-decoration: underline !important;
|
|
|
|
}
|
|
|
|
dl#meta dd {
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
dl#meta dt {
|
|
|
|
background: #BDB;
|
|
|
|
color: #353;
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
dt {
|
|
|
|
border-right: 4px solid #9B9;
|
|
|
|
}
|
|
|
|
dt a {
|
|
|
|
background: #BDB;
|
|
|
|
color: #353;
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
dt a:hover {
|
2008-11-14 10:33:03 +00:00
|
|
|
background: #ACA;
|
|
|
|
border: 0;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
form {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
form#search {
|
2008-11-14 10:33:03 +00:00
|
|
|
margin-right: 0.75em;
|
|
|
|
color: #CCC;
|
|
|
|
font-size: small;
|
|
|
|
float: right;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 6.4em;
|
|
|
|
}
|
|
|
|
form label,
|
|
|
|
form td,
|
|
|
|
form th {
|
2008-11-13 14:38:04 +00:00
|
|
|
font-size: small;
|
|
|
|
}
|
2007-12-12 16:29:16 +00:00
|
|
|
form table {
|
|
|
|
margin: 0 1em;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
background: #DDD;
|
|
|
|
color: #555;
|
|
|
|
font-size: small;
|
|
|
|
letter-spacing: 0.2em;
|
|
|
|
margin: 2em 1em 1em 1em;
|
|
|
|
padding: 0.25em 0.75em;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
font-size: small;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
p {
|
2008-11-14 10:33:03 +00:00
|
|
|
font-size: small;
|
|
|
|
margin: 1em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-11-14 10:33:03 +00:00
|
|
|
p#sort {
|
|
|
|
/*color: #CCC;*/
|
|
|
|
font-size: small;
|
|
|
|
/*float: right;*/
|
|
|
|
/*margin: 0;*/
|
|
|
|
/*position: absolute;*/
|
|
|
|
right: 0;
|
|
|
|
top: 7em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-11-14 10:33:03 +00:00
|
|
|
html > body p#sort {
|
|
|
|
/*margin-right: 0.75em;*/
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
p#sort a {
|
2008-11-14 10:33:03 +00:00
|
|
|
background: #AAA;
|
|
|
|
color: #555;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
padding: 0 1em;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-11-14 10:33:03 +00:00
|
|
|
html > body p#sort a {
|
|
|
|
margin-right: 0;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
p#sort a:hover {
|
2008-11-14 10:33:03 +00:00
|
|
|
background: #CCC;
|
|
|
|
text-decoration: none !important;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
|
|
|
p#sort span {
|
2008-11-14 10:33:03 +00:00
|
|
|
display: none;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2009-05-19 15:59:55 +00:00
|
|
|
|
|
|
|
p.backToTop{
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
2007-12-12 16:29:16 +00:00
|
|
|
p.paging {
|
|
|
|
font-size: small;
|
|
|
|
margin-left: 1em;
|
2009-05-19 15:59:55 +00:00
|
|
|
text-align:center;
|
2007-12-12 16:29:16 +00:00
|
|
|
}
|
2008-11-14 10:33:03 +00:00
|
|
|
p.paging a,
|
|
|
|
p.paging span.disable {
|
2007-12-12 16:29:16 +00:00
|
|
|
background: #888;
|
|
|
|
color: #FFF;
|
|
|
|
display: inline;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
padding: 0.25em 1em;
|
|
|
|
}
|
|
|
|
p.paging a:hover {
|
|
|
|
background: #666;
|
|
|
|
}
|
|
|
|
p.paging span {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
p.paging span.disable {
|
|
|
|
background: #DDD;
|
|
|
|
color: #AAA;
|
|
|
|
}
|
|
|
|
div.collapsible p.tags {
|
|
|
|
line-height: 2.25em;
|
|
|
|
margin: 1em 2em;
|
|
|
|
}
|
|
|
|
th label {
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
margin-right: 1em;
|
|
|
|
width: 75%;
|
|
|
|
}
|
2008-11-13 09:49:11 +00:00
|
|
|
|
2009-01-07 15:13:16 +00:00
|
|
|
.adminBackground {
|
2009-02-03 14:15:34 +00:00
|
|
|
/*background: #FFFFFF url(images/logo_24.png) no-repeat scroll center right;*/
|
2009-01-07 15:13:16 +00:00
|
|
|
/*border-top: 1px solid;
|
|
|
|
border-color: #CC9900;*/
|
|
|
|
}
|
|
|
|
|
2009-02-03 14:15:34 +00:00
|
|
|
.adminBackground {
|
|
|
|
background: #FFF url('images/bg_admin.png') repeat-y top right;
|
|
|
|
}
|
|
|
|
|
2009-02-16 16:10:28 +00:00
|
|
|
a.bookmarklet {
|
|
|
|
padding: 2px;
|
|
|
|
background-color: #AAFAEE;
|
|
|
|
}
|
|
|
|
|
2008-11-14 10:33:03 +00:00
|
|
|
/* DOJO Style */
|
|
|
|
|
2008-11-13 09:49:11 +00:00
|
|
|
/* DOJO Style */
|
2008-11-13 14:38:04 +00:00
|
|
|
.scuttletheme .dijitInputField input,.scuttletheme .dijitTextBox,.scuttletheme .dijitComboBox,.scuttletheme .dijitSpinner
|
|
|
|
{
|
2008-11-13 09:49:11 +00:00
|
|
|
width: 100%;
|
|
|
|
margin: 0 0 0 0;
|
2008-11-14 10:33:03 +00:00
|
|
|
}
|