1178 lines
36 KiB
CSS
1178 lines
36 KiB
CSS
/*************************************************************/
|
|
/* Basic style sheet */
|
|
/* */
|
|
/* Based on MultiFlex-2 by G. Wolfgang */
|
|
/* http://www.openwebdesign.org/design/2876/MultiFlex21/ */
|
|
/* Date: June 8, 2006 */
|
|
/* "You can use this stylesheet any way you want!" */
|
|
/*-----------------------------------------------------------*/
|
|
/* Additions for OC/OC.de: Sp2ong */
|
|
/* Additions for OC.de: Schrottie */
|
|
/* Additions & Cleanup: following 2012/2013 */
|
|
/*************************************************************/
|
|
|
|
/* When adding or changing styles, please check out if style_print.css
|
|
* needs to be updated, too! */
|
|
|
|
|
|
/*************************************/
|
|
/* SECTION 1 - BASICS */
|
|
/*************************************/
|
|
|
|
/*-----------------------------------*/
|
|
/* 1.1 - Page frame */
|
|
/*-----------------------------------*/
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
font-size: 64.5%;
|
|
margin: 0px auto;
|
|
height: 100%;
|
|
padding: 0px;
|
|
background-color: #f8f2d6;
|
|
font-family: arial, sans-serif, Tahoma, Verdana;
|
|
}
|
|
|
|
body.popup {
|
|
background: white;
|
|
}
|
|
|
|
.page-container-1 {
|
|
width: 970px;
|
|
margin: 29px auto auto auto;
|
|
padding: 0px;
|
|
background-color: #ffffff;
|
|
border: solid 1px rgb(100,100,100);
|
|
position: relative;
|
|
}
|
|
|
|
* html .page-container-1 {top: 29px;}
|
|
*+html .page-container-1 {top: 29px;}
|
|
|
|
#ocmain {
|
|
height:100%;
|
|
width:100%;
|
|
}
|
|
|
|
#ocmain ul li {
|
|
font-size: 12px;
|
|
}
|
|
|
|
#ocmain p, #ocmain ul, #ocmain ol {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
div#overall {
|
|
min-width: 970px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
div#bg1 {display: none;}
|
|
div#bg2 {display: none;}
|
|
|
|
/*-----------------------------------*/
|
|
/* 1.2 - Basic elements */
|
|
/*-----------------------------------*/
|
|
br {clear: none;}
|
|
|
|
img {
|
|
behavior: url(resource2/ocstyle/css/iepngfix.htc);
|
|
vertical-align: middle;
|
|
border-width: 0px;
|
|
border-style: none;
|
|
}
|
|
|
|
/*-----------------------------------*/
|
|
/* 1.2 - Generic formatting */
|
|
/*-----------------------------------*/
|
|
.align-left {text-align: left;}
|
|
.align-right {text-align: right;}
|
|
.align-center {text-align: center;}
|
|
|
|
.pad5 { padding: 5px; }
|
|
.pad10 { padding: 10px; }
|
|
.pad15 { padding: 15px; }
|
|
.pad20 { padding: 20px; }
|
|
|
|
.clear {clear: both;}
|
|
.hide {display: none;}
|
|
|
|
|
|
/*************************************/
|
|
/* SECTION 2 - HEADER AND NAVIGATION */
|
|
/*************************************/
|
|
|
|
/*-----------------------------------*/
|
|
/* 2.1 - Page Header */
|
|
/*-----------------------------------*/
|
|
div#langstripe {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
padding-top: 0;
|
|
height: 31px;
|
|
background: #707070 url(../images/bg-langstripe.png) 0 100% repeat-x;
|
|
color: black;
|
|
z-index: 5;
|
|
}
|
|
|
|
.header {
|
|
height: 81px;
|
|
}
|
|
|
|
.headerimage {
|
|
height: 80px;
|
|
width: 970px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
top: 1px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.headerlogo {
|
|
position: absolute;
|
|
top: 0px;
|
|
z-index: 2;
|
|
}
|
|
|
|
.headerimagecontent {
|
|
border: 0px none;
|
|
}
|
|
|
|
#debugoc {
|
|
position: absolute;
|
|
left: 305px;
|
|
top: 4px;
|
|
border: solid 3px red;
|
|
padding: 15px;
|
|
z-index: 2;
|
|
background-color: white;
|
|
opacity: 0.6;
|
|
-moz-opacity: 0.6;
|
|
-khtml-opacity: 0.6;
|
|
filter: alpha(opacity=60);
|
|
}
|
|
|
|
/*----------------------------*/
|
|
/* 2.3 - Navigation - Level 1 */
|
|
/* Top line */
|
|
/*----------------------------*/
|
|
.nav1 {
|
|
width: 970px;
|
|
margin: auto;
|
|
height:29px;
|
|
}
|
|
|
|
.nav1 td {
|
|
font-size: 1.0em;
|
|
vertical-align: middle;
|
|
white-space:nowrap;
|
|
}
|
|
|
|
/*----------------------------*/
|
|
/* 2.4 - Navigation - Level 2 */
|
|
/* Main menu bar */
|
|
/*----------------------------*/
|
|
.nav2 {clear: both; margin: 0px; padding: 0px; font-family: verdana, arial, sans serif; font-size: 1.0em;}
|
|
.nav2 ul {float: left; width: 970px; margin: 0px; padding: 0px; border-top: solid 1px rgb(54,83,151); border-bottom: solid 1px rgb(54,83,151); background-color: rgb(127,162,202); font-weight: bold;}
|
|
.nav2 li {display: inline; list-style: none; margin: 0px; padding: 0px;}
|
|
.nav2 li a {display: block; float: left; margin: 0px 0px 0px 0px; padding: 5px 10px 5px 10px; border-right: solid 1px rgb(54,83,151); color: rgb(255,255,255); text-transform: uppercase; text-decoration: none; font-size: 100%;}
|
|
.nav2 a:hover, .nav2 a.selected {color: rgb(50,50,50); text-decoration: none;}
|
|
.buffer {clear: both; width: 1px; height: 15px; margin: 0px; padding: 0px; background-color: rgb(255,255,255);}
|
|
|
|
.nav2 .bg-green06 {background-color: rgb(149,203,102);}
|
|
|
|
/*----------------------------*/
|
|
/* 2.5 - Navigation - Level 3 */
|
|
/* Sidebar menu */
|
|
/*----------------------------*/
|
|
.nav3 {overflow: hidden; clear: both; float: left; width: 160px; min-height: 500px; margin: 0px; padding: 0px; color: rgb(75,75,75); font-size: 1.0em; }
|
|
.nav3 ul {width: 160px; margin: 0px 0px 20px 0px; padding: 0px; border-bottom: solid 1px rgb(216,206,159); background-color: rgb(219,230,241);}
|
|
.nav3 li {list-style: none; margin: 0px; padding: 0px;}
|
|
.nav3 li.title {margin: 2px 0px 0px 0px; padding: 3px 5px 2px 15px; background-color: rgb(156,186,214); color: rgb(255,255,255); text-transform: uppercase; font-weight: bold; font-size: 120%;}
|
|
.nav3 li.group1 a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 15px; border-top: solid 1px rgb(200,200,200); border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); font-weight: bold; font-size: 120%;}
|
|
.nav3 li.group_active a {border-left: solid 7px rgb(156,186,214); background-color: rgb(156,186,214);}
|
|
.nav3 li.group2 a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 15px; border-top: solid 1px rgb(200,200,200); border-left: solid 14px rgb(219,230,241); color: rgb(75,75,75); font-weight: normal; font-size: 120%;}
|
|
.nav3 li.group2_active a {border-left: solid 14px rgb(156,186,214); background-color: rgb(156,186,214);}
|
|
|
|
.nav3 li a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 20px; border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); text-decoration: none; font-size: 120%;}
|
|
.nav3 li a:hover, .nav3 li a.selected {border-left: solid 7px rgb(156,186,214); color: rgb(100,100,100); text-decoration: none;}
|
|
.nav3 li.group2 a:hover, .nav3 li a.selected {border-left: solid 14px rgb(156,186,214); color: rgb(100,100,100); text-decoration: none;}
|
|
|
|
.nodeflags { padding-bottom: 10px; }
|
|
.nodeflags img { padding-top: 2px; }
|
|
|
|
/*----------------------------*/
|
|
/* 2.5 - Navigation - Level 4 */
|
|
/*----------------------------*/
|
|
#breadcrumb
|
|
{
|
|
position:relative;
|
|
top:4px;
|
|
margin-left:180px;
|
|
width:520px;
|
|
color:#505050;
|
|
font-size:x-small;
|
|
font-family:sans-serif;
|
|
border-bottom:1px solid #AAAAAA;
|
|
text-align:left;
|
|
margin-top:0.5ex;
|
|
margin-bottom:1ex;
|
|
line-height:3ex;
|
|
text-indent:1ex;
|
|
}
|
|
|
|
#breadcrumb_fullsize
|
|
{
|
|
position:relative;
|
|
top:4px;
|
|
margin-left:180px;
|
|
width:620px;
|
|
color:#505050;
|
|
font-size:x-small;
|
|
font-family:sans-serif;
|
|
border-bottom:1px solid #AAAAAA;
|
|
text-align:left;
|
|
margin-top:0.5ex;
|
|
margin-bottom:1ex;
|
|
line-height:3ex;
|
|
text-indent:1ex;
|
|
}
|
|
|
|
#suchbox {
|
|
position: absolute;
|
|
top:112px;
|
|
right: 15px;
|
|
}
|
|
|
|
div.tplhelp
|
|
{
|
|
position:absolute;
|
|
top:136px;
|
|
right:13px;
|
|
}
|
|
|
|
/*.nav4 {overflow: hidden; clear: both; margin: 0px; padding: 0px; color: rgb(75,75,75); font-size: 1.0em;margin: 0;} */
|
|
/*.nav4 ul {width: 160px; margin: 0px 0px 0px 0px; padding: 0px; border-bottom: solid 1px rgb(216,206,159); background-color: rgb(219,230,241);}*/
|
|
|
|
.nav4 li.hilite a { background-color:#ffb9b5 !important; }
|
|
|
|
.nav4 li {float: left; list-style: none; margin: 0px; padding: 0px;padding-bottom: 5px;}
|
|
.nav4 li.title {display: none; margin: 0px 0px 0px 0px; padding: 3px 5px 2px 5px; background-color: rgb(156,186,214); color: rgb(255,255,255); text-transform: uppercase; font-weight: bold; font-size: 120%;}
|
|
.nav4 li.group a {background-color: rgb(219,230,241);display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; margin-right: 3px; padding: 0px 7px 0px 20px; border-top: solid 1px rgb(200,200,200); border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); font-weight: bold; font-size: 115%;}
|
|
.nav4 li.group_active a {border-left: solid 7px rgb(156,186,214); background-color: rgb(156,186,214);}
|
|
.nav4 li.group2 a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 0px; border-top: solid 1px rgb(200,200,200); border-left: solid 14px rgb(219,230,241); color: rgb(75,75,75); font-weight: normal; font-size: 120%;}
|
|
.nav4 li.group2_active a {border-left: solid 14px rgb(156,186,214); background-color: rgb(156,186,214);}
|
|
|
|
.nav4 li a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; border-left: solid 40px rgb(219,230,241); color: rgb(75,75,75); text-decoration: none; font-size: 120%;}
|
|
.nav4 li a:hover, .nav4 li a.selected {border-left: solid 7px rgb(156,186,214); color: rgb(100,100,100); text-decoration: none;}
|
|
.nav4 li.group2 a:hover, .nav4 li a.selected {border-left: solid 14px rgb(156,186,214); color: rgb(100,100,100); text-decoration: none;}
|
|
|
|
ul#cachemenu { padding: 0px; margin: 0px;}
|
|
ul#statmenu { padding: 0px; margin: 0px;}
|
|
|
|
.notlogged-cacheview { display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 0px 6px 7px; color: rgb(150,75,75); font-size: 120%; }
|
|
|
|
|
|
/*********************************/
|
|
/* SECTION 3 - PAGE SECTIONS */
|
|
/*********************************/
|
|
|
|
/*--------------------*/
|
|
/* 3.1 - Content Area */
|
|
/*--------------------*/
|
|
|
|
/* Containers */
|
|
.content2 {float: left; width: 790px; min-height: 500px; margin: 0px; padding: 0px 0px 0px 20px; color: rgb(75,75,75); font-size: 1.0em;}
|
|
.content3 {float: left; width: 790px; min-height: 500px; margin: 0px; padding: 0px 0px 0px 20px; color: rgb(75,75,75); font-size: 1.0em;}
|
|
.content2-container, .content3-container {clear: both; width: 769px; margin: 0px 0px 15px 0px; padding: 0px;}
|
|
.content2-section-no-p { margin-bottom: 20px !important; }
|
|
/* use if a section does not contain a <p>..</p> to obtain equal spacing to other sections */
|
|
.content2-container-1col, .content3-container-1col {overflow: hidden; width: 769px; margin: 0px; padding: 0px;}
|
|
/* removed "overflow:hidden" from content2-container-2col* to fix bug RT #3886 ... */
|
|
.content2-container-2col {width: 272px; margin: 0px; padding: 0px;}
|
|
.content2-container-2col-left, .content3-container-2col-left {float: left; width: 272px; margin: 0px; padding: 0px;}
|
|
.content2-container-2col-right, .content3-container-2col-right {float: right; width: 372px; margin: 0px; padding: 0px;}
|
|
/* ... up to here */
|
|
|
|
/* Titles */
|
|
.bg-blue02 {background-color: rgb(219,230,241);
|
|
padding: 2px 0px 2px 4px;
|
|
margin: 2px 0 17px 0;
|
|
border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
|
|
box-shadow: 1px 1px 2px #676767;
|
|
-moz-box-shadow: 1px 1px 2px #676767;
|
|
-webkit-box-shadow: 1px 1px 2px #676767;
|
|
}
|
|
|
|
.content2-pagetitle, .content3-pagetitle {overflow: hidden; width: 773px; margin: 0px 0px 10px 0px; padding: 0px 0px 2px 0px; border-bottom: solid 3px rgb(88,144,168); color: rgb(88,144,168); font-weight: bold; font-size: 180%;}
|
|
|
|
.content-title-noshade {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 100%;}
|
|
.content-title-noshade-size0 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 70%;}
|
|
.content-title-noshade-size05 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 80%;}
|
|
.content-title-noshade-size08 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 110%;}
|
|
.content-title-noshade-size1 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 130%;}
|
|
.content-title-noshade-size15 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 136%;}
|
|
.content-title-noshade-size2 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 150%;}
|
|
.content-title-noshade-size5 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 200%;}
|
|
|
|
.content-title-noshade-size3 { margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 160%;}
|
|
.content-title-noshade-size3 img {
|
|
padding: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.content-title-size3-more { color:black; font-size:0.8em; font-weight:normal; }
|
|
p.content-title-noshade-size3 { margin:0 !important; }
|
|
|
|
td.content-title-flag {
|
|
margin-left:0 !important;
|
|
padding-left:0 !important;
|
|
margin-right:3px !important;
|
|
padding-right:3px !important;
|
|
}
|
|
|
|
.content-title-link { font-weight:normal; font-size:80%; }
|
|
|
|
.content-txtbox-noshade {margin: 0px; padding: 7px 0px 0px 0px; background-color: rgb(255,255,255);}
|
|
.content-score {margin: 0px; margin-top: 3px; padding: 4px 0px 0px 0px; background-color: rgb(255,255,255); border-style:dotted; border-width:1px; width:75px; height:20px;vertical-align:middle;}
|
|
|
|
.content-subtitle { color: #426d7e; }
|
|
.subtitle { font-weight:bold; }
|
|
.subtitle-header { font-weight:bold; line-height: 1.6em }
|
|
|
|
/* Headings */
|
|
h1 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 160%;}
|
|
h2 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 150%;}
|
|
h3 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 140%;}
|
|
h4 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 130%;}
|
|
h5 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 120%;}
|
|
|
|
/* Separators */
|
|
.line-box {width:769px; border-bottom: solid 1px rgb(200,200,200); padding-bottom: 7px; margin: 0px 0px 15px 0px;}
|
|
|
|
/* Boxes */
|
|
.textblock {
|
|
border: solid 2px #d6e4f0;
|
|
border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
margin: 3px;
|
|
padding: 6px 6px 6px 8px;
|
|
min-width: 640px;
|
|
}
|
|
|
|
.wide_textblock {
|
|
width: 740px;
|
|
}
|
|
|
|
/* Paragraphs */
|
|
p {margin: 0px 0px 0.5em 0px; padding: 0px; line-height: 1.3em; font-family: arial, sans serif; font-size: 12px; }
|
|
p.inheader {margin:4px; font-size:125%;}
|
|
p.spacer_before {margin-top:12px;}
|
|
|
|
/* Lists */
|
|
ul.noindent {margin: 0px 0px 7px 15px; padding: 0px; list-style-type: disc; list-style-position: outside; font-size: 120%;}
|
|
ul.indent {margin: 0px 0px 7px 15px; padding: 0px 0px 0px 15px; list-style-type: disc; font-family: arial; font-size: 11px;}
|
|
ul.indent li {margin-bottom:4px}
|
|
ul.linklist-noindent {margin: -0.3em 0px 0.5em 0px; padding: 0px; list-style-type: none; line-height: 1.2em; font-size: 120%; }
|
|
ul.linklist-indent {margin: -0.3em 0px 0.5em 0px; padding: 0px 0px 0px 10px; list-style-type: none; line-height: 1.2em; font-size: 120%; }
|
|
ul.nodot {font-size: 11px; }
|
|
ul.nodot li { list-style-type: none; }
|
|
ul.col4 { column-count:4; -moz-column-count:4; -webkit-column-count:4; line-height:1.7em; } /* does not work in MSIE */
|
|
|
|
ol {margin: 0px 0px 0px 9px; padding: 0px 0px 0px 25px; list-style-type: decimal; list-style-position: outside; font-size: 120%;}
|
|
ol.col4 { column-count:4; -moz-column-count:4; -webkit-column-count:4; line-height:1.7em; } /* does not work in MSIE */
|
|
|
|
/* Tables */
|
|
.table {font-size: 10px; line-height: 1.8em; clear: left; padding: 0px; margin: 0.5em 0px 0.2em 0px; border: solid 0px rgb(150,150,150); empty-cells: show; border-collapse: collapse; background-color: rgb(255,255,255);}
|
|
.table tr {margin: 0px; padding:0; }
|
|
.table td {padding: 2px 7px 4px 7px; border: solid 0px rgb(150,150,150); text-align: left; font-size: 120%;}
|
|
.table th, .searchtable th {margin: 0px; background-color: #deebcd; color: #404040; padding: 2px 7px 2px 7px; border-top: solid 1px #404040; border-bottom: solid 1px #404040; empty-cells: show; text-align: left; font-size: 120%; }
|
|
.table-caption {margin: 0.5em 0px 1.0em 30px; padding: 0px; clear: both; text-align: left; font-size: 120%;}
|
|
|
|
.narrowtable {font-size: 10px; line-height: 2.0em; clear: left; padding: 0px; margin: 0.5em 0px 0.2em 0px; border: solid 0px rgb(150,150,150); empty-cells: show; border-collapse: collapse; background-color: rgb(255,255,255);}
|
|
.narrowtable tr {margin: 0px; padding: 0px;}
|
|
.narrowtable td {padding: 0 7px 0 7px; border: solid 0px rgb(150,150,150); text-align: left; font-size: 120%;}
|
|
.narrowtable th {margin: 0px; background-color: #deebcd; color: #404040; padding: 2px 7px 2px 7px; border-top: solid 1px #404040; border-bottom: solid 1px #404040; empty-cells: show; text-align: left; font-size: 120%; }
|
|
.narrowtable-caption {margin: 0.5em 0px 1.0em 30px; padding: 0px; clear: both; text-align: left; font-size: 120%;}
|
|
|
|
.table-like-font { font-size:120%; }
|
|
|
|
td.odd { background: #fff; padding-top:2px; }
|
|
td.even { background: #eee; padding-top:2px; }
|
|
td.listcolor1 { background:#fff; line-height:1.7em; }
|
|
td.listcolor2 { background:#f0f0f0; line-height:1.7em; }
|
|
|
|
/* Text styles */
|
|
.txt-white {color: rgb(255,255,255);}
|
|
.txt-black {color: rgb(75,75,75);}
|
|
.boldtext { font-weight:bold; color:#505050; }
|
|
.smalltext { font-size:10px !important }
|
|
.mediumsmalltext { font-size:11px !important }
|
|
|
|
div.default { font-size:110%; }
|
|
td.default { font-size:12px; }
|
|
|
|
/*--------------------*/
|
|
/* 3.2 - Sidebar Area */
|
|
/*--------------------*/
|
|
.sidebar {overflow: hidden; float: right; width: 160px; min-height: 500px; margin: 0px; padding: 0px 0px 10px 0px; text-align: left; color: rgb(75,75,75);}
|
|
.sidebar-maintitle {margin:4px 0px 10px 0px; padding: 3px 10px 2px 10px; background-color: rgb(156,186,214); color: rgb(255,255,255); text-transform: uppercase; font-weight: bold; font-size: 120%;}
|
|
.sidebar-title-noshade {margin: 0px; padding: 2px 10px 3px 10px; border-top: solid 1px rgb(215,215,215); color: rgb(75,75,75); font-weight: bold; font-size: 120%;}
|
|
.sidebar-title-shade {margin: 0px; padding: 2px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(75,75,75); font-weight: bold; font-size: 120%;}
|
|
.sidebar-txtbox-noshade {margin: 0px 0px 10px 0px; padding: 2px 10px 3px 10px;}
|
|
.sidebar-txtbox-shade {margin: 0px 0px 10px 0px; padding: 2px 10px 3px 10px; background-color: rgb(235,235,235);}
|
|
.sidebar-txtbox-noshade p {margin: 0px 0px 5px 0px; padding: 0px; line-height: 1.25em; font-size: 110%;}
|
|
.sidebar-txtbox-shade p {margin: 0px 0px 5px 0px; padding: 0px; line-height: 1.25em; font-size: 110%;}
|
|
|
|
/*--------------------*/
|
|
/* 3.3 - Footer Area */
|
|
/*--------------------*/
|
|
.footer {overflow: hidden; clear: both; width: 970px; height: 3.0em; margin: 0px; padding: 0.5em 0px 0.5em 0px; border-top: solid 1px rgb(125,125,125); background-color: rgb(128,161,202); color: rgb(255,255,255); font-size: 1.0em;}
|
|
.footer p {margin: 0px; padding: 0px; text-align: center; line-height: 1.3em; font-size: 110%;}
|
|
|
|
|
|
/*********************************/
|
|
/* SECTION 4 HYPERLINKS */
|
|
/* (except for navigation) */
|
|
/*********************************/
|
|
|
|
/* standard links */
|
|
#langstripe a, .nav3 a, .content1 a, .content2 a, .content3 a, .sidebar-txtbox-noshade a, .sidebar-txtbox-shade a, .popup a {color: rgb(75,75,175); text-decoration: none;}
|
|
#langstripe a:hover, .nav3 a:hover, .content1 a:hover, .content2 a:hover, .content3 a:hover, .sidebar-txtbox-noshade a:hover, .sidebar-txtbox-shade a:hover {text-decoration: underline;}
|
|
#langstripe a:visited, .nav3 a:visited, .content1 a:visited, .content2 a:visited, .content3 a:visited, .sidebar-txtbox-noshade a:visited, .sidebar-txtbox-shade a:visited {color: rgb(120,0,150);}
|
|
a.boldlink:visited, .content1 b a:visited, .content2 b a:visited, .content3 b a:visited {color: rgb(130,0,145) !important;}
|
|
.footer a {color: rgb(255,255,255); text-decoration: underline;}
|
|
.footer a:hover {color: rgb(0,0,0); text-decoration: none;}
|
|
|
|
/* fat cache and username links */
|
|
a.links:link {
|
|
font-weight: bold;
|
|
color: rgb(48,48,48);
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.links:visited {
|
|
font-weight: bold;
|
|
color: rgb(128,0,128);
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* a.links:active {
|
|
background-color: yellow;
|
|
text-decoration: none;
|
|
}
|
|
*/
|
|
|
|
a.links:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/* other */
|
|
a.nooutline:focus { outline: 0; }
|
|
|
|
/* ----> What is this? Is it still in use somewhere? */
|
|
a.info{
|
|
position:relative; /*this is the key*/
|
|
z-index:24; background-color:#FFFFFF;
|
|
color:#000;
|
|
text-decoration:none;
|
|
}
|
|
|
|
a.info:visited {
|
|
color: black;
|
|
text-decoration:none;
|
|
}
|
|
|
|
a.info:hover{
|
|
z-index:25;
|
|
background-color:#FFFFFF;
|
|
}
|
|
|
|
a.info span{
|
|
display: none
|
|
}
|
|
|
|
a.info:hover span{ /*the span will display just on :hover state*/
|
|
display:block;
|
|
position:relative;
|
|
bottom:15em; left:0em; width:15em;
|
|
border:1px solid #000;
|
|
background-color:#FFFFCC; color:#000;
|
|
text-align: left; font-size: 11px;
|
|
}
|
|
/* <---- */
|
|
|
|
/* external links in Maindiv, decorated with ext-icon */
|
|
|
|
#ocmain a[href^="http:"], #ocmain a[href^="https:"]
|
|
{
|
|
padding-right: 14px;
|
|
background-image: url('../images/misc/linkicon.png');
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
}
|
|
|
|
/* internal links without symbol */
|
|
|
|
/* This setting is especially important for popup InfoWindows on google maps,
|
|
as the right-padding is not correctly calculated into the GM InfoWindow
|
|
content size. */
|
|
|
|
#googlemap a[href], #ocmain a[href^="http://www.opencaching"], #ocmain a[href^="http://blog.opencaching"], #ocmain a[href^="http://wiki.opencaching"], #ocmain a[href^="http://opencaching"], #ocmain a[href^="http://test.opencaching"], #ocmain a[href^="http://local.opencaching"], #ocmain a[href^="http://oc-devel"]
|
|
{
|
|
padding-right: 0;
|
|
background-image: none;
|
|
}
|
|
|
|
/* a / no href / onclick=javascript:... */
|
|
.jslink {
|
|
cursor:pointer;
|
|
}
|
|
|
|
|
|
/********************************/
|
|
/* SECTION 5 - FORMS / CONTROLS */
|
|
/********************************/
|
|
|
|
input { border:1px solid #555; background-color:white; padding:1px 2px 1px 2px; font-size:11px;color: black;}
|
|
|
|
*.input20 {width:20px;} /* day,month */
|
|
*.input30 {width:30px;}
|
|
*.input40 {width:40px;} /* year */
|
|
*.input50 {width:50px;}
|
|
*.input70 {width:70px;}
|
|
*.input100 {width:100px;} /* log-password */
|
|
*.input120 {width:120px;} /* emailadress */
|
|
*.input200 {width:200px;}
|
|
*.input300 {width:300px;}
|
|
*.input350 {width:350px;} /* overwrite saved query */
|
|
*.input400 {width:400px;} /* short cachedescription */
|
|
|
|
input.checkbox {width:12px; height:12px; font-size:12px; border:0;}
|
|
|
|
input.radio {border:0px; border-width: 0px; width:12px; height:12px; background-color: transparent;}
|
|
|
|
select {border:1px solid #555; background-color:white; padding:1px; font-size:11px; color: black;}
|
|
|
|
input.formbutton_header {
|
|
width:65px;
|
|
border:1px solid black;
|
|
background-color:#dbe6f1;
|
|
color: #000000;
|
|
padding:0;
|
|
}
|
|
|
|
input.formbutton {
|
|
width:120px;
|
|
border:1px solid #5f90bb;
|
|
padding:1px 0px 1px 0;
|
|
background-color:#dbe6f1;
|
|
color: #000000;
|
|
border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
}
|
|
|
|
input.formbutton:hover {
|
|
background-color:#e5eef5;
|
|
box-shadow: 0px 0px 1px #555;
|
|
-moz-box-shadow: 0px 0px 1px #555;
|
|
-webkit-box-shadow: 0px 0px 1px #555;
|
|
}
|
|
|
|
input.formbutton_active {
|
|
width:120px;
|
|
border:1px solid #5f90bb;
|
|
padding:1px 0px 1px 0;
|
|
color: #000000;
|
|
background-color:#e5eef5;
|
|
border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
box-shadow: 0px 0px 1px #555;
|
|
-moz-box-shadow: 0px 0px 1px #555;
|
|
-webkit-box-shadow: 0px 0px 1px #555;
|
|
}
|
|
|
|
.menuBar
|
|
{
|
|
background-color:#F0F0EE;
|
|
margin:2px 2px 2px 2px;
|
|
padding:2px 4px 2px 4px;
|
|
border:solid 1px #CCCCCC;
|
|
font-size:smaller;
|
|
cursor:default;
|
|
float:left;
|
|
}
|
|
|
|
.buttonNormal
|
|
{
|
|
padding:3px 4px 3px 4px;
|
|
cursor:default;
|
|
}
|
|
|
|
.buttonSplitter
|
|
{
|
|
color:#CCCCCC;
|
|
}
|
|
|
|
/* Buttons and Dropdown list for data export */
|
|
.exportbutton, .exportlist {
|
|
background: rgb(234,239,247);
|
|
border-right: #005e9d 2px outset;
|
|
border-top: #000000 1px outset;
|
|
font-weight: bold;
|
|
font-size: 8pt;
|
|
padding-bottom: 2px;
|
|
border-left: #000000 1px outset;
|
|
padding-top: 2px;
|
|
border-bottom: #005e9d 2px outset;
|
|
font-family: verdana, tahoma, sans-serif;
|
|
}
|
|
|
|
/* Editor fields for Descritpions, Logs etc. */
|
|
textarea { font-family: Arial, sans-serif, Tahoma, Verdana; font-size: 8pt; }
|
|
textarea.cachedesc { width:750px; height:500px; } /* only cacheeditor */
|
|
textarea.hint { width:750px; height:100px; } /* only cacheditor */
|
|
textarea.logs { width:640px; height:300px; } /* only logeditor */
|
|
textarea.userdesc { width:750px; height:400px; } /* only user desc editor */
|
|
textarea.removelogs { width:620px; height:200px; } /* log removal */
|
|
|
|
label.disabled { color:grey; }
|
|
.formlabel { color:#555; font-weight:bold; line-height:1.5em !important}
|
|
|
|
|
|
/********************************/
|
|
/* SECTION 9 - "BUSINESS LOGIC" */
|
|
/********************************/
|
|
|
|
/*---------------------------*/
|
|
/* 9.1 Common */
|
|
/*---------------------------*/
|
|
.notice {overflow: hidden; width: 735px; height: 24px; margin: 0px 0px 0px 0px; padding: 0px 16px 12px 20px; color: rgb(88,144,168); font-style: italic; font-size: 11px; background-image: url(../images/viewcache/16x16-info.png); background-position: top left; background-repeat:no-repeat;behavior: url(resource2/ocstyle/css/iepngfix.htc);}
|
|
.warning {overflow: hidden; width: 735px; height: 24px; border: 1px solid black; background-color: rgb(240,100,100); margin: 0px 0px 0px 0px; padding: 8px 0px 0px 32px; color: rgb(50,50,50); font-weight: bold; font-size: 12px; background-image: url(../images/misc/32x32-impressum.png); background-position: top left; background-repeat:no-repeat;behavior: url(resource2/ocstyle/css/iepngfix.htc);}
|
|
|
|
.errormsg {color: rgb(240,100,100); font-weight: bold;}
|
|
.okmsg {color: rgb(0,191,0); font-weight: bold;}
|
|
.redtext {color: rgb(198,0,0);}
|
|
|
|
img#viewcache-cacheicon { float: left; }
|
|
|
|
td.listicon {
|
|
width:1%;
|
|
margin-right:0 !important;
|
|
padding-right:1px !important;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
tr.searchresult td {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
border-bottom: solid 1px black;
|
|
border-top: solid 1px black;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/*---------------------------*/
|
|
/* 9.2 Miscellaneous */
|
|
/*---------------------------*/
|
|
|
|
/* Start page */
|
|
p.startmessage { line-height: 1.4em; }
|
|
|
|
.img-minimap {
|
|
border: 1px solid #a9a9a9;
|
|
padding: 2px;
|
|
box-shadow: 1px 2px 2px #555;
|
|
-moz-box-shadow: 1px 2px 2px #555;
|
|
-webkit-box-shadow: 1px 2px 2px #555;
|
|
}
|
|
|
|
/* Viewcache */
|
|
#cache_name_block { width: 670px; padding-left: 5px; padding-top: 5px;}
|
|
.showcode {font-family: monospace; font-weight: bold; font-size: 13px; color: rgb(255,0,0);}
|
|
div.viewcache-pictureblock { float: left; }
|
|
div.viewcache-pictureblock span.title { display: block; max-width: 175px; padding-left: 10px; padding-right: 5px;clear: left; font-size: 125%;}
|
|
|
|
.waypointtable { width: 96%; margin-bottom:4px; background-color: #c0c0c0; }
|
|
.waypointtable td { font-size: 11px; }
|
|
.waypointtable td.wpt_text { padding: 6px 6px 6px 8px; }
|
|
|
|
.img-shadow {
|
|
float:left;
|
|
background: url(shadowAlpha.png) no-repeat bottom right !important;
|
|
margin: 10px 0 0 10px !important;
|
|
margin: 10px 0 0 5px;
|
|
}
|
|
|
|
.img-shadow img {
|
|
display: block;
|
|
position: relative;
|
|
background-color: #fff;
|
|
border: 1px solid #a9a9a9;
|
|
margin: -4px 4px 4px -4px;
|
|
padding: 2px;
|
|
}
|
|
|
|
div.isarchived {
|
|
clear: both;
|
|
float: left;
|
|
width: 735px;
|
|
margin: 0px 0px 10px 0px;
|
|
padding: 15px;
|
|
border: solid 2px red;
|
|
border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
}
|
|
|
|
div#havefound {
|
|
position: absolute;
|
|
z-index: 25;
|
|
top: 180px;
|
|
right: 20px;
|
|
width: 35px;
|
|
padding: 5px 5px 5px 0px;
|
|
font-weight: bold;
|
|
height: 35px;
|
|
}
|
|
|
|
* html div#havefound {top: 160px;}
|
|
*+html div#havefound {top: 160px;}
|
|
|
|
/* Viewcache-Print */
|
|
.print td { line-height: 1.25em; }
|
|
.printwptable td { line-height:1.4em; font-size:125%;}
|
|
.printwptable td.framed { border-bottom:1px solid #aaa; border-top:1px solid #aaa; }
|
|
.print-cachemeta td { font-size:100%; padding:0 0.6em 1px 0; }
|
|
td.header-small-print { font-size: 140%; font-weight:bold; padding-top:0; }
|
|
p.printlogheader { font-size:120%; }
|
|
|
|
/* Log entries */
|
|
div.viewcache_log-content { font-family: arial, sans serif; line-height: 1.6em; font-size: 12px; margin-left: 20px; margin-top: 5px;}
|
|
|
|
div.logs {
|
|
border: 1px solid #ccc;
|
|
margin: 0 0 10px 0;
|
|
padding: 3px 5px 5px 5px;
|
|
background: #fff url(../images/misc/bg-gradient-blue.png) repeat-x top left;
|
|
/* the gradient image has a height of some 1000 px to work around an MSEI
|
|
rendering bug, which will create a blue line at the image bottom at
|
|
certain zoom levels. */
|
|
border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
}
|
|
|
|
p.editlog { font-weight: 400; display:inline; }
|
|
|
|
/* Logpic galleries */
|
|
.picpaging {
|
|
text-align: right;
|
|
font-size: 1.2em;
|
|
margin: 0 0 6px 0;
|
|
}
|
|
|
|
/* Garmin downlaod */
|
|
.garmintext { font-size: 1.1em; }
|
|
|
|
/* Newcache, Editcache, Personal note */
|
|
div.cachedesc {font-size: 120%; padding-bottom:6px}
|
|
div.cachedesc p {font-size: 100%;}
|
|
|
|
.edit_wptable {
|
|
background-color:#dddddd;
|
|
font-size:0.85em;
|
|
}
|
|
|
|
/* Articles */
|
|
.article p, p.article { line-height: 1.4em; margin-bottom:0.8em; }
|
|
.article li { padding-bottom:6px; line-height:1.4; }
|
|
.article ul.narrowlist li { padding-bottom:0px; }
|
|
|
|
#cachedescinfo p { margin-bottom:12px; }
|
|
table.cachedesctable p { margin-bottom: 6px !important; }
|
|
|
|
table.teamlist th { background-color:white; border:0; padding:0 0 6px 0; text-align:left; }
|
|
table.teamlist td { padding: 4px 0px 4px 34px; }
|
|
table.teamlist img { margin-left: 32px; }
|
|
table.teamlist a { font-weight:bold; }
|
|
|
|
div.changelog ul {margin: 0px 0px 10px 0px; }
|
|
div.changelog ul li {margin: 0px 0px 0.2em 0px; padding-bottom: 0px; }
|
|
div.changelog ul li ul {font-size: 83%; margin:0}
|
|
.changelog-changes p { line-height:1em; padding-top:6px;}
|
|
|
|
/* User profile */
|
|
.public-setting { color: #428d1d; }
|
|
|
|
/* Statistics */
|
|
.stattable { font-size:10px; line-height:1.4em; padding:0; background-color: white; }
|
|
.stattable th { background-color: #deebcd; color: #404040; border:0; width:3.3em; line-height:1.4em; padding:0}
|
|
.stattable th.h1 { background-color: #fff; text-align:center; }
|
|
.stattable th.h0 { background-color: #fff; text-align:center; font-weight:normal;}
|
|
.stattable th.nodatacell { width:auto; }
|
|
span.percent { font-size: 11px; }
|
|
|
|
/* Admin functions */
|
|
.adminrestore { color: #819ac1; }
|
|
|
|
/* RSS feeds */
|
|
#blog div.newsblock { margin-left:20px }
|
|
#forum div.newsblock { margin-left:20px }
|
|
|
|
#blog div.rsstext {margin: 0px 30px 0.5em 0; padding: 0px; line-height: 1.3em; font-family: arial, sans serif; font-size: 12px; }
|
|
.quoteheader, .topslice_quote, .bbc_standard_quote { display:none; }
|
|
#forum div.rsstext {margin: 0px 30px 0.5em 0px; padding: 0px; line-height: 1.3em; font-family: arial, sans serif; font-size: 12px; }
|
|
.quoteheader, .topslice_quote, .bbc_standard_quote { display:none; }
|
|
#forum div.rsstext img {max-width:200px; max-height:120px;}
|
|
|
|
/*---------------------------*/
|
|
/* 9.3 Attributes */
|
|
/*---------------------------*/
|
|
div#attribs1 {
|
|
max-width: 670px; /* MSIE needs this */
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
div#attribs2 {
|
|
max-width: 670px; /* MSIE needs this */
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
/* attributes on cache page */
|
|
div.attribswide {
|
|
max-width: 770px; /* MSIE needs this */
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
div.attribgroup table {
|
|
border-spacing: 0px;
|
|
display: inline;
|
|
}
|
|
|
|
div.attribgroup td {
|
|
padding: 3px 5px 2px 5px;
|
|
text-align: left;
|
|
font-size: 120%;
|
|
}
|
|
|
|
/* Hack for Firefox */
|
|
:root div.attribgroup {
|
|
display: inline-block;
|
|
margin: 0px;
|
|
padding-right: 0.6em;
|
|
padding-bottom: 0.6em;
|
|
}
|
|
|
|
/* Hack for Chrome & Safari */
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
div.attribgroup {
|
|
display: inline-block;
|
|
margin: 0px;
|
|
padding-right: 0.6em;
|
|
padding-bottom: 0.6em;
|
|
}
|
|
}
|
|
|
|
/* Hack for IE */
|
|
*div.attribgroup {
|
|
display: inline;
|
|
margin: 0px;
|
|
padding-right: 0.6em;
|
|
}
|
|
|
|
/*---------------------------*/
|
|
/* 9.4 Search */
|
|
/*---------------------------*/
|
|
div.searchdiv {
|
|
width: 94%;
|
|
margin: 5px;
|
|
padding: 5px; border: solid 1px rgb(219,230,241);
|
|
border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
div.searchdiv2 {
|
|
margin: 12px 22px 12px 4px;
|
|
padding: 5px;
|
|
border: solid 1px #cadbea;
|
|
border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
div.searchdiv2 td {
|
|
line-height:1.8em;
|
|
}
|
|
div.searchdiv2 td.separator {
|
|
height: 0.5em;
|
|
}
|
|
div.searchdiv2 td.fieldlabel {
|
|
line-height: 1.4em;
|
|
padding-top: 0.3em;
|
|
padding-bottom: 0.3em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.searchtable th {margin: 0px; background-color: #deebcd; color: #404040; padding: 4px 0px 4px 0px; border-top: solid 1px #404040; border-bottom: solid 1px #404040; empty-cells: show; text-align: left; font-size: 12px; }
|
|
.searchtable td { padding-top:2px; }
|
|
td.search_listcolor1 { background:#fff; }
|
|
td.search_listcolor2 { background:#f0f0f0; }
|
|
|
|
.newsymbol { background:#ff9d11; color:#fff; font-size:0.9em; }
|
|
|
|
/*---------------------------*/
|
|
/* 9.5 Map */
|
|
/*---------------------------*/
|
|
.maploading {
|
|
position: absolute;
|
|
float:left;
|
|
left: 120px;
|
|
top: 80px;
|
|
font-size: 1.6em;
|
|
z-index:0;
|
|
}
|
|
|
|
.mapversion {
|
|
position: absolute;
|
|
right:5px;
|
|
bottom:5px;
|
|
z-index:0;
|
|
}
|
|
|
|
.maplogin {
|
|
text-align:left;
|
|
white-space:nowrap;
|
|
line-height:1.3em;
|
|
}
|
|
|
|
#ocmain div.mapform {
|
|
/*width: 570px;*/
|
|
height: 40px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#ocmain table.mapsearch {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
height:100%;
|
|
}
|
|
|
|
#ocmain table.mapsearch td {
|
|
padding: 0;
|
|
margin: 0;
|
|
border-collapse: collapse;
|
|
height:40px;
|
|
}
|
|
|
|
td.mapheader_spacer {
|
|
width:40%;
|
|
}
|
|
|
|
#fullmap .mapfilter, #smallmap .mapfilter {
|
|
border: solid 1px rgb(219,230,241);
|
|
border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
margin: 3px;
|
|
}
|
|
|
|
#fullmap .pad10, #smallmap .pad10 { padding: 5px; }
|
|
|
|
.mapfiltertopic {
|
|
margin: 0px 0px 10px 0px;
|
|
padding: 3px 14px 2px 12px;
|
|
background-color: rgb(156,186,214);
|
|
color: rgb(255,255,255);
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
font-size: 110%;
|
|
width: 100%;
|
|
white-space:nowrap;
|
|
}
|
|
|
|
.mapfiltertopic_add {
|
|
text-transform: none;
|
|
font-weight: normal;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.mft_withcheckbox {
|
|
padding-left: 1px;
|
|
}
|
|
|
|
|
|
#ocmain input.searchfield {
|
|
font-size:13px;
|
|
width: 340px;
|
|
}
|
|
|
|
#ocmain input.searchfield_fullscreen {
|
|
font-size:12px;
|
|
width: 290px;
|
|
}
|
|
|
|
#ocmain div.mappermalink {
|
|
font-size:small;
|
|
position:absolute;
|
|
z-index:999;
|
|
background-color:white;
|
|
padding:10px;
|
|
right:15px;
|
|
opacity:0.9;
|
|
}
|
|
|
|
#ocmain div.mapselectgeocode {
|
|
position:relative;
|
|
z-index:998;
|
|
margin-left:147px;
|
|
margin-top:0px;
|
|
width:390px;
|
|
background-color:white;
|
|
}
|
|
|
|
#ocmain select.mapselectlist {
|
|
position:absolute;
|
|
display:none;
|
|
width:100%;
|
|
font-size:13px;
|
|
}
|
|
|
|
#ocmain select.mapselectlist_fullscreen {
|
|
position:absolute;
|
|
display:none;
|
|
width:100%;
|
|
}
|
|
|
|
#ocmain option.resultitem {
|
|
color:red;
|
|
}
|
|
|
|
#ocmain div#maphidebox {
|
|
width: 770px;
|
|
border: solid 2px grey;
|
|
-moz-border-radius-topright: 6;
|
|
-moz-border-radius-bottomright: 6;
|
|
-moz-border-radius-topleft: 6;
|
|
-moz-border-radius-bottomleft: 6;
|
|
}
|
|
|
|
#ocmain div#maphidebox p {
|
|
margin-left: 40px;
|
|
}
|
|
|
|
#ocmain ul.maphidelist li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
#ocmain table.maphideform td {
|
|
vertical-align: top;
|
|
width: 380px;
|
|
}
|
|
|
|
div.mappopup {
|
|
overflow:hidden; /* avoids double-scrollbars in MSIE; 'visible' wont work */
|
|
}
|
|
|
|
table.mappopup td {
|
|
font-size: 11px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
td.wppopupheader {
|
|
font-size:1.15em;
|
|
}
|
|
|
|
.mapboxframe {
|
|
border:1px solid #777777;
|
|
}
|
|
|
|
.mapboxshadow {
|
|
box-shadow: 1px 2px 3px #555;
|
|
-moz-box-shadow: 1px 2px 3px #555;
|
|
-webkit-box-shadow: 1px 2px 3px #555;
|
|
}
|
|
|
|
div.mapcoord_normalscreen {
|
|
position: absolute;
|
|
top: 106px;
|
|
right: 25px;
|
|
text-align: right;
|
|
margin-top: 8px;
|
|
color: grey;
|
|
}
|
|
|
|
div.mapcoord_fullscreen {
|
|
position: absolute;
|
|
top: 2px;
|
|
right: 0px;
|
|
padding: 1px 4px 1px 4px;
|
|
}
|
|
|
|
div.mapstat_fullscreen {
|
|
position:relative;
|
|
top:21px;
|
|
padding-right:5px;
|
|
text-align:right;
|
|
}
|
|
|
|
#fullmap div.toomanycaches {
|
|
position:absolute;
|
|
left: 140px;
|
|
top: 80px;
|
|
border: 1px solid rgb(0,0,60);
|
|
opacity: 0.7;
|
|
background: #0035FF;
|
|
padding:5px 5px 5px 5px;
|
|
}
|
|
|
|
#smallmap div.toomanycaches {
|
|
position:absolute;
|
|
left: 60px;
|
|
top: 30px;
|
|
border: 1px solid rgb(0,0,60);
|
|
opacity: 0.7;
|
|
background: #0035FF;
|
|
padding:5px 5px 5px 5px;
|
|
}
|
|
|
|
div.toomanycaches td {
|
|
width: 250px;
|
|
color: white;
|
|
text-align:center;
|
|
font-size:13px;
|
|
line-height:1.3em;
|
|
}
|
|
|
|
div.mapoptions {
|
|
position:absolute;
|
|
right:100px;
|
|
top: 80px;
|
|
opacity: 0.9;
|
|
background: #FFFFFF;
|
|
padding:10px 10px 10px 10px;
|
|
}
|
|
|
|
div.mapoptions td {
|
|
padding:6px;
|
|
}
|
|
|
|
/* GM POI InfoWindows */
|
|
div.gm-stars { display:none; }
|
|
div.gm-rev:after { content:" (Google)"; line-height:1.3em; }
|
|
.gm-iw, .gm-iw-table { font-size:11px; }
|