Користувач:Deimos/css

Матеріал з Touhou Wiki
Перейти до навігації Перейти до пошуку

/* Spoilers */ .spoiler, .spoiler a, .spoiler a:visited { cursor: help; -khtml-opacity: 0.0; -moz-opacity: 0.0; filter:alpha(opacity=0); opacity:0.0; background:white;color:white; }

.spoiler:hover, .spoiler:hover a, .spoiler:hover a:visited { -khtml-opacity: 1.0; -moz-opacity: 1.0; filter:alpha(opacity=100); opacity:1.0; background:transparent; }

.spoiler:hover {color: black;} .spoiler:hover a {color: #002BB8;} .spoiler:hover a:visited {color: #5A3696;}

.bodytext {

  text-align: left;

}

.ot_left {

  vertical-align: top;
  width: 70%;

}

.ot_right {

  vertical-align: top;
  width:  30%;

}

.it_left, .it_right {

  width: 100%;
  border: 1px solid #225588;
  text-align:  center;
  background: #E6F3FF;
  border-radius: 5px;
  -moz-border-radius: 5px;

}


.it_left {

  float: left;

}

.it_right {

  float: right;

}

.mh_mid, .mh_top, .mh_oneleft, .mh_twoleft, .mh_bottomleft, .mh_topright, .mh_topleft, .mh_bottom {

  background: #88BBFF;
  font-size: 120%;
  text-align: center;

}

.mh_top {

  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;

}

.mh_topright {

  border-radius: 0px 3px 0px 0px;
  -moz-border-radius: 0px 3px 0px 0px;

}

.mh_topleft {

  border-radius: 3px 0px 0px 0px;
  -moz-border-radius: 3px 0px 0px 0px;

}

.mh_oneleft, .mh_twoleft, .mh_bottomleft, .mh_bottomleft_centered {

  font-size: 100%;
  width: 10%

}

.mh_bottomleft_centered {

  background: #88BBFF;

}

.mh_twoleft, .mh_bottomleft, .mh_bottomleft_centered {

  text-align: right;
  cell-padding: 4px;

}

.mh_bottomleft, .mh_bottomleft_centered {

  border-radius: 0px 0px 0px 3px;
  -moz-border-radius: 0px 0px 0px 3px;

}

.mh_bottom {

  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;

}


.iconcells, .ic_bottomright {

  vertical-align:  top;
  border: 1px solid #88BBFF;
  padding: 2px;
  width: 12%;

}

.ic_bottomright {

  border-radius: 0px 0px 3px 0px;
  -moz-border-radius: 0px 0px 3px 0px;

} .fm_header {

  font-size: 110%;

} .fm_section {

  width: 100%;
  background: #E6F3FF;
  border: 0px;

}

.fm_cells {

  vertical-align: top;
  width: 33%;
  border: 1px solid #88BBFF;

}

.fm_cells, .fm_section, .fm_header, .iconcells, .ic_bottomright, .mh_bottomleft_centered {

  text-align: center;

}