/* autocomplete.css */
 
.autocomplete-container{
    position:relative;
    width:100%;
    margin:0;
    /*z-index: 100;*/
}
.autocomplete-input{
    position:relative;
    width:100%;
/*    height:1.2em;*/
    display:block;
}
 
.autocomplete-list{
    text-align: left;
    padding: 0;
    position:absolute;
    left:0px;
    width: 100%;
    /*border:1px solid #404040;
    background:#fff;*/
    /*font-size:95%;*/
    overflow:hidden;
/*    display:none;*/
    z-index: 100;
}
 
.yui-ac-content{
    border:1px solid #404040;
    background:#fff;
}
 
.autocomplete-list ul{
    /*position:relative;*/
    margin:0;
    width:100%;
    padding:2px 0;
    list-style:none;
}
.autocomplete-list li{
    padding:0 0.5em;
    cursor:default;
    white-space:nowrap;
    /*display:list-item;*/
}
.autocomplete-list li.yui-ac-highlight {
    background-color: #DDD;
}
.box444{
    background-color: white;
    width: 40%;
    top: 10px; left: 10px;
}
 
.box444 .button-bar{
    background-color: #DDD;
    text-align: right;
    padding: 0.3em 1em;
}
/* JQUERY LIGHTBOX */
 
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
 
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
 
#jquery-lightbox a img { border: none; }
 
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
 
#lightbox-container-image { padding: 10px; }
 
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
 
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
 
#lightbox-container-image-box > #lightbox-nav { left: 0; }
 
#lightbox-nav a { outline: none;}
 
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
 
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
 
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
 
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
 
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
 
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}    
 
#lightbox-image-details-caption { font-weight: bold; }
 
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;    
}            
 
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;    
}
 
/* Navi bar */
 
#navi-bar-shadow {
    height: 25px;
    /* only ie6: */
    _display: none;
}
 
#navi-bar {
    font-size: 12px;
    font-family: verdana, arial, helvetica;
    height: 24px;
    background-color: #CCC;
    background-image: url(../../../common--theme/base/images/shade2_n.png);
    background-position: bottom;
    border-bottom: 1px solid #444;
    color: #000;
    position:fixed;
    top:0px;
    width:100%;
    z-index:9999;
    overflow:hidden;
}
 
#navi-bar a {
    color: #119;
    background: transparent;
    padding:0; margin:0;
    text-decoration: none;
}
 
#navi-bar a:hover {
    background-color: transparent;
    text-decoration: none;
}
 
#navi-bar a.logo {
    position: absolute;
    left: 13px;
    top: 2px;
    width: 71px;
    height: 20px;
    background-image: url(../../../common--images/navibar/logo20.png);
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../../../common--images/navibar/logo20.png');
    z-index: 999;
}
 
#navi-bar a.logo span {
    display: none;
}
 
#navi-bar .new-site {
    position: absolute;
    left: 120px;
    top: 3px;
}
 
#navi-bar .new-site input.text{
    width: 120px;
    text-align: center;
}
 
#navi-bar .new-site input.empty{
    color: #666;
}
 
#navi-bar .share {
    position: absolute;
    left: 370px;
    top: 4px;
}
 
#navi-bar .share span {
    vertical-align: 3px;
}
 
#navi-bar .share img {
    width: 16px;
    height: 16px;
}
 
#navi-bar .action-buttons {
    display: block;
    position: absolute;
    top: 2px;
    right: 120px;
    height: 14px;
    padding: 2px;
    color: #000;
}
 
#navi-bar .action-buttons a {
    padding: 0 3px;
    color: #000;
}
 
#navi-bar .join {
    display: block;
    position: absolute;
    left: 570px;
    top: 4px;
    color: #000;
    font-weight: bold;
}
 
#navi-bar .random-site {
    display: block;
    position: absolute;
    top: 2px;
    right: 50px;
    height: 14px;
    padding: 2px;
    /*border: 1px solid #444;
    background-color: #F5F5F5;
    background-image: url(../../../common--theme/base/images/shade2_n.png);
    background-position: center 50px;*/
    color: #000;
}
 
#navi-bar .random-site:hover {
    border-color: #000;
}
 
#navi-bar .close {
    position: absolute;
    right: 5px;
    top: 5px;
}
 
/* Promotional footer */
 
#footer-bar {
    max-width: 750px;
    margin: 10px auto 0;
    padding-top: 10px;
    overflow: hidden;
    border-top: 1px solid #AAA;
}
 
#footer-bar h2 {
    font-size: 130%;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    font-weight: bold;
}
 
#footer-bar .units {
  overflow: hidden;
}
 
#footer-bar .unit {
    float: left;
    width: 185px;
}
 
#footer-bar .unit .inner {
    padding: 5px 10px;
    text-align: center;
}
 
#footer-bar .unit .image {
    display: block;
    height: 60px;
    overflow: hidden;
    text-decoration: none;
}
 
#footer-bar h3 {
    margin: 0; padding: 5px 0 3px;
    font-size: 100%;
    font-weight: bold;
}
 
#footer-bar a {
    text-decoration: none;
    background: transparent;
    opacity: 1;
}
 
#footer-bar a:hover {
    text-decoration: none;
    background: transparent;
}
 
#footer-bar .desc {
    font-size: 80%;
}
 
#footer-bar .close {
    float:right;
    margin: 5px;
}
 
#footer-bar .ads-here {
  text-align: center;
  padding: 5px;
}
 
/* DataForm default styles */
 
.form-table .form-value {
    display: block;
}
 
.form-table .form-error {
    border: 1px dotted red;
}
 
.form-table .form-hinted {
    color: #666;
}
 
.form-table .form-message {
    color: green;
    display: block;
}
 
/* [[html]] block iframes */
iframe.html-block-iframe {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 0;
    background: transparent;
}
 
/* Ad-related stuff */
#boonity_free_site_bottom {
    margin: 0 auto !important;
}
 
/*  
awesome buttons are based on a blog post by ZERB
Read there blog post for more information:
"Super awesome Buttons with CSS3 and RGBA":http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba 
 
this buttons are even more awesome, as the need only one color for all three states,
and have an super awesome onclick state
*/
 
/* set an awesome color for the buttons, feel free to add new colors like an .awesome.green or .awesome.secondary */
.awesome, .awesome:hover {
    background-color: #111;
    color: #fff;
}
 
/* the awesome size gets set here. Feel Free to add new sizes, like .awesome.small or .awesome.large   */
.awesome        { padding: 5px 10px 6px; font-size: 13px; }
.awesome:active    { padding: 6px 10px 5px; }
 
/* Touch the rest at your onw risk. */
.awesome { 
    border: 0 !important; 
    cursor: pointer !important; 
    font-style: normal !important; 
    font-weight: bold !important; 
    line-height: 1 !important; 
    position: relative !important; 
    text-align: cente !important;
    text-decoration: none !important; 
 
    /* vertical margin is the oposite of button's awesomeness */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
 
    /* not all browser support these, but who cares? */
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25) !important; 
 
    border-radius: 6px; 
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
 
    /* who needs images these days? IE :D */
    background-image: url(../images/cool-button-gradient.png);
    background-position: center center;
    background-repeat: repeat-x;
 
    /* those guys don't need images: */
    background-image: linear-gradient(top, rgba(255,255,255,.2), rgba(150,150,150,.2), rgba(0,0,0,.0)) !important;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(150,150,150,.2), rgba(0,0,0,.0)) !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.2)), color-stop(0.5, rgba(150,150,150,.2)), to(rgba(0,0,0,.0))) !important;
 
    /* cross browser inline block hack 
    see http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle !important;
    *display: inline !important;
    position: relative;
 
    /*disable text selection (Firefox only)*/
    -moz-user-select: none;
}
 
/* OPERA only
if there is no border set, Opera shows a transparent background-color if border-radius is set. */
@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {
    input.awesome {
        border: 1px solid RGBa(0,0,0,0) !important;
    }
}
 
/* hide selection background color */
.awesome::selection {
    background: transparent;
}
 
.awesome {
    outline: 0; /*remove dotted line, works for links only*/
}
.awesome::-moz-focus-inner {
    border: none; /* remove dotted lines for buttons */
}
.awesome:focus,
.awesome:hover {
    background-image: linear-gradient(top, rgba(255,255,255,.4), rgba(150,150,150,.3), rgba(0,0,0,.0)) !important;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.4), rgba(150,150,150,.3), rgba(0,0,0,.0)) !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.4)), color-stop(0.5, rgba(150,150,150,.3)), to(rgba(0,0,0,.0))) !important;
}
.awesome:active    { 
    background-image: linear-gradient(top, rgba(0,0,0,.2), rgba(150,150,150,.2), rgba(255,255,255,.2)) !important;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,.2), rgba(150,150,150,.2), rgba(255,255,255,.2)) !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,.2)), color-stop(0.5, rgba(150,150,150,.2)), to(rgba(255,255,255,.2))) !important;
 
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.7) !important;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7) !important; 
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7) !important;
}
 
.awesome.blue, .awesome.blue:hover {
    background-color: #0A50FF;
}
.awesome.darkblue, .awesome.darkblue:hover {
    background-color: #0A50AA;
}
.awesome.red, .awesome.red:hover {
    background-color: #e33100;
}
.awesome.green, .awesome.green:hover {
    background-color: #3ACC00;
}
.awesome.grey, .awesome.grey:hover {
    background-color: #777;
}
 
/* Safari doesn't support inset box shadow, so we better remove it */
@media screen and (-webkit-min-device-pixel-ratio:0){
    .awesome:active    { 
        -webkit-box-shadow: none;
    }
}
 
.awesome.small             { padding: 4px 7px 5px; font-size: 10px; }
.awesome.small:active    { padding: 5px 7px 4px; }
.awesome.medium         { /* default */ }
.awesome.medium:active    { padding: 6px 10px 5px; }
.awesome.large             { padding: 8px 14px 9px; font-size: 14px; }
.awesome.large:active    { padding: 9px 14px 8px; }
.awesome.larger         { padding: 10px 17px 11px; font-size: 16px; }
.awesome.larger:active    { padding: 11px 17px 10px; }
.awesome.huge             { padding: 12px 22px 13px; font-size: 18px; }
.awesome.huge:active    { padding: 13px 22px 12px; }
 
/* guest commenting mode */
table.guest-commenting {
    border-collapse: collapse;
    border: 0;
    padding: 0;
    margin-bottom: 2px;
}
 
table.guest-commenting td {
    padding: 2px 6px 0 0;
}
 
table.guest-commenting td input {
    margin: 0;
}
 
table.guest-commenting td label.hint {
    color: #666;
}
 
/* Wikidot Hybrid Modules */
.wikidot-hybrid-module-loading {
    padding-top: 20px;
    background: no-repeat center center url('../images/progress/progressbar.gif');
}
 
/* TipTip CSS - Version 1.2 */
 
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
 
#tiptip_holder.tip_top {
    padding-bottom: 5px;
}
 
#tiptip_holder.tip_bottom {
    padding-top: 5px;
}
 
#tiptip_holder.tip_right {
    padding-left: 5px;
}
 
#tiptip_holder.tip_left {
    padding-right: 5px;
}
 
#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
}
 
#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}
 
#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}
 
#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}
 
#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}
 
#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}
 
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25,25,25);
    border-top-color: rgba(25,25,25,0.92);
}
 
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25,25,25);
    border-bottom-color: rgba(25,25,25,0.92);
}
 
#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25,25,25);
    border-right-color: rgba(25,25,25,0.92);
}
 
#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25,25,25);
    border-left-color: rgba(25,25,25,0.92);
}
.flag-user-ok {
  color: #4B4;
  font-size: 150%;
  border: 1px solid #000;
  padding: 3px;
  margin: 5px;
}
.flag-user-abusive {
  color: #CCC;
  font-size: 150%;
  border: 1px solid #DDD;
  padding: 3px;
  margin: 5px;
  text-decoration: none;
}
 
.unflag-user-ok {
  color: #CCC;
  font-size: 150%;
  border: 1px solid #DDD;
  padding: 3px;
  margin: 5px;
  text-decoration: none;
}
 
.unflag-user-abusive {
  color: #B44;
  font-size: 150%;
  border: 1px solid #000;
  padding: 3px;
  margin: 5px;
}
 
/* Moved from FileUploadModule.css */
 
#upload-file-list table .progress .progress-bar {
    width: 200px;    
    left:0;margin:0;
    position: relative;
    height: 1.5em;
    z-index: 1;
}
 
#upload-file-list table .progress .progress-bar span{
    z-index: 2;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
}
 
#upload-file-list table .progress .progress-bar{
    background-color: #DDD;
    width: 0;
    height: 1.5em;
    z-index: 1;
}
 
/* END of FileUploadModule.css fragment */
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License