420 lines
5.4 KiB
CSS
420 lines
5.4 KiB
CSS
body {
|
|
background: #D5DBE8;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
margin-left: 3px;
|
|
margin-top: 0px;
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.loggedIn {
|
|
float: left;
|
|
}
|
|
|
|
#loggedInButtons {
|
|
width: 300px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#header {
|
|
position: fixed;
|
|
z-index: 25000;
|
|
left: 0px;
|
|
top: 0px;
|
|
height: 50px;
|
|
width: 100%;
|
|
text-align: center;
|
|
background: #000;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
border-bottom: 1px dashed #f00;
|
|
}
|
|
|
|
#mainWrapper {
|
|
position: relative;
|
|
top: 50px;
|
|
}
|
|
#searchDiv {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 0px;
|
|
}
|
|
|
|
#leftBar {
|
|
float: left;
|
|
width: 19%;
|
|
height: 100%;
|
|
}
|
|
|
|
#locationSelect {
|
|
text-align: center;
|
|
background: #361848;
|
|
border: 2px solid #61AAF2;
|
|
padding: 4px;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
-moz-border-radius: 15px;
|
|
-webkit-border-radius: 15px;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
#center {
|
|
float: left;
|
|
width: 60%;
|
|
}
|
|
|
|
#rightBar {
|
|
float: left;
|
|
width: 19%;
|
|
height: 100%;
|
|
}
|
|
|
|
.toplink {
|
|
cursor: pointer;
|
|
color: #eee;
|
|
font-size: 11px;
|
|
text-decoration: underline;
|
|
position: relative;
|
|
left: -12px;
|
|
}
|
|
|
|
.toplink:hover {
|
|
color: #f00;
|
|
}
|
|
|
|
.small {
|
|
font-size: 10px;
|
|
color: yellow;
|
|
}
|
|
|
|
#signUp {
|
|
color: #E21515;
|
|
font-size: 20px;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
#title {
|
|
font-size: 18px;
|
|
letter-spacing: 2px;
|
|
font-weight: bold;
|
|
color: #361848;
|
|
}
|
|
|
|
#loginDiv {
|
|
font-size: 13px;
|
|
color: #ccc;
|
|
}
|
|
|
|
#signupDiv {
|
|
position: absolute;
|
|
top: 16px;
|
|
left: 65%;
|
|
}
|
|
|
|
.topBtn {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.dialogBox {
|
|
position: fixed;
|
|
top: 50px;
|
|
left: 25%;
|
|
width: 50%;
|
|
text-align: center;
|
|
background: #2B86E0;
|
|
border: 1px dashed #361848;
|
|
display: none;
|
|
padding: 4px;
|
|
}
|
|
|
|
.dialogTitle {
|
|
position: relative;
|
|
background: #61AAF2;
|
|
margin-bottom: 4px;
|
|
color: #666;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.closeBtn {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
color: #f00;
|
|
font-size: 18px;
|
|
right: 4px;
|
|
top: 1px;
|
|
}
|
|
|
|
#centerBtns {
|
|
width: 700px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
background: #61AAF2;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.centerBtn {
|
|
float: left;
|
|
margin-right: 5px;
|
|
border: 2px solid #61AAF2;
|
|
color: #61AAF2;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
background: #361848;
|
|
padding: 6px;
|
|
cursor: pointer;
|
|
-moz-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.centerBtnHover {
|
|
color: #FCB281;
|
|
}
|
|
|
|
.centerBtnSelected {
|
|
color: #fff;
|
|
}
|
|
|
|
.tab {
|
|
display: none;
|
|
}
|
|
|
|
#tabContainer {
|
|
margin-top: 20px;
|
|
padding-top: 10px;
|
|
width: 96%;
|
|
margin-left: 2%;
|
|
margin-right: 2%;
|
|
height: 100%;
|
|
clear: both;
|
|
}
|
|
|
|
#leftTabs {
|
|
padding-top: 12px;
|
|
}
|
|
|
|
|
|
.leftTab {
|
|
background: #61AAF2;
|
|
border: 1px dashed #361848;
|
|
margin-bottom: 3px;
|
|
width: 96%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
padding-left: 5px;
|
|
color: #361848;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.leftTabContent {
|
|
display: none;
|
|
position: relative;
|
|
width: 97%;
|
|
margin-left: 1%;
|
|
margin-right: 2%;
|
|
border-left: 1px dashed #361848;
|
|
border-right: 1px dashed #361848;
|
|
border-bottom: 1px dashed #361848;
|
|
border-top: 1px dotted #D5DBE8;
|
|
top: -8px;
|
|
padding-top: 1px;
|
|
padding-bottom: 0px;
|
|
margin-bottom: 0px;
|
|
background: #61AAF2;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
|
|
.leftTabContent a {
|
|
text-decoration: none;
|
|
color: #444;
|
|
}
|
|
|
|
.leftTabContent a:hover {
|
|
color: #FCB281;
|
|
}
|
|
|
|
.seeAll {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
right: 10px;
|
|
color: #f00;
|
|
font-size: 10px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#adminMessageBox {
|
|
position: relative;
|
|
width: 60%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
background: yellow;
|
|
margin-bottom: 4px;
|
|
border: 1px dashed #f00;
|
|
}
|
|
|
|
#basicLinks {
|
|
}
|
|
|
|
.basicLink {
|
|
position: relative;
|
|
height: 24px;
|
|
width: 100%;
|
|
cursor: pointer;
|
|
background: #ccc;
|
|
opacity: 0.5;
|
|
margin: 5px;
|
|
}
|
|
|
|
.basicLinkInner {
|
|
height: 24px;
|
|
width: 70px;
|
|
z-index: 100;
|
|
position: absolute;
|
|
right: 1px;
|
|
font-weight: bold;
|
|
opacity: 1.0;
|
|
}
|
|
|
|
.basicLinkInner a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
#map {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#footer
|
|
{
|
|
position: fixed;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 28px;
|
|
background-color: #000;
|
|
border-top: 1px dashed #f00;
|
|
z-index: 500;
|
|
}
|
|
|
|
#footer-nav {
|
|
position: absolute;
|
|
text-align: center;
|
|
bottom: 4px;
|
|
color: #000;
|
|
height: 18px;
|
|
width: 100%;
|
|
}
|
|
#footer-nav ul,
|
|
#footer-nav li {
|
|
display: inline;
|
|
}
|
|
|
|
#mycarousel {
|
|
width: 100px;
|
|
}
|
|
|
|
.center-div
|
|
{
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
padding: 15px;
|
|
width: 95%;
|
|
background: #2B86E0;
|
|
-moz-border-radius: 15px;
|
|
-webkit-border-radius: 15px;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.roundborder
|
|
{
|
|
-moz-border-radius: 15px;
|
|
-webkit-border-radius: 15px;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.multi-content
|
|
{
|
|
font-size: 12px;
|
|
}
|
|
|
|
#photoID {
|
|
height: 300px;
|
|
}
|
|
|
|
|
|
#multi-categories {
|
|
|
|
}
|
|
|
|
#multi-video {
|
|
|
|
}
|
|
|
|
#multi-audio {
|
|
|
|
}
|
|
|
|
#multi-images {
|
|
|
|
}
|
|
|
|
h2 {
|
|
font-size: 13px;
|
|
}
|
|
|
|
#itfList li {
|
|
border: 1px solid #000;
|
|
background: #000;
|
|
color: #fff;
|
|
margin-bottom: 7px;
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#itfBox {
|
|
border: 2px solid #fff;
|
|
margin-top: 15px;
|
|
padding: 4px;
|
|
}
|
|
|
|
.seemore
|
|
{
|
|
float: right;
|
|
bottom: 10px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.seemore a
|
|
{
|
|
font-weight: bold;
|
|
color:black;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.content-ul
|
|
{
|
|
}
|
|
|
|
.content-ul li
|
|
{
|
|
display: inline;
|
|
list-style-type: none;
|
|
padding-right: 20px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
|
|
|