Raft вики
JumpingTheShark (обсуждение | вклад)
Нет описания правки
JumpingTheShark (обсуждение | вклад)
Нет описания правки
Строка 75: Строка 75:
 
/* Цвета админов и пользователей */
 
/* Цвета админов и пользователей */
 
.raft_bureaucrat {
 
.raft_bureaucrat {
color: #ff9041 !important;
+
color: #12ff00 !important;
 
background-color: #ffd;
 
background-color: #ffd;
 
font-weight: bold;
 
font-weight: bold;

Версия от 22:19, 16 мая 2022

.ib-medium > aside.portable-infobox{
    width:250px;
}
.ib-medium > aside > figure > a > img {
    width:250px;
    height:100%;
}

.hr{
    width: 690px;
    overflow: hidden;
}

.CategoryTreeEmptyBullet{visibility: hidden}

.portable-infobox.pi-theme-item .pi-title {
    background-color: #9f8252;
}

.all-food-table {
    text-align:center;
    font-weight: bold;
}

.all-food-table td {
    border: 1px solid black;
}

.all-food-table tr td:nth-child(4){
    background-color:#1fe2e7;
}
.all-food-table tr td:nth-child(5){
    background-color:#c6a054;
}
.all-food-table tr td:nth-child(6){
    background-color:#c8c141;
}

/* Подсказки для рецептов */
.rec-hint {
    width:1px;
    font-size:10px;
}
.rec-hint2 {
    width:1px;
    font-size:10px;
    background-color:#eee;
}

/* Скрываем кнопку для некоторых галерей (указывается в статье) */
.raft-no-button .wikia-photogallery-add {
    display: none !important;
}

/* Меняем иконки элементов в категориях */
/*.category-page__member .category-page__member-left{display:none}*/
.cicon-image {
    width: 40px;
}
.WikiaArticle .category-page__member {
    padding: 1px 0;
}
.raft-category_li {
    padding: 1px 0;
}
.raft-categoty_left-div {
    display: inline-block;
    width: 40px;
}
.raft-category_ul {
    list-style: none !important;
    margin: 0 !important;
}

/* Цвета админов и пользователей */
.raft_bureaucrat {
    color: #12ff00 !important;
    background-color: #ffd;
    font-weight: bold;
}
.raft_admin {
    color: #e68e10 !important;
    background-color: #ffd;
    font-weight: bold;
}
.raft_user { /* Зарегистрированные пользователи */
    color: #080 !important;
    background-color: #dfd;
    font-weight: bold;
}
.raft_anonymous { /* Не зарегистрированные пользователи */
    color: #000 !important;
    background-color: #ccc;
    font-weight: bold;
}

/* Оформление данных для малых островов */
table.small_island {
    background: #fafafa;
    border-collapse: collapse;
    border: 0;
    margin: 1em 1em 1em 0;
}
table.small_island > tr, table.small_island > tr > td {
    border-collapse: collapse;
    border: 0;
    color: #3a3a3a;
    margin: 1em 1em 1em 0;
}
table.small_island table > tr > td {
    border-right: 1px solid #ccc;
}
table.small_island table > tr > td:first-child {
    padding-right: 15px !important;
}
table.small_island table .add_line {
    border-bottom: 1px solid #ccc;
}

/* Relative size of image 48px */
.img_r48 img {
    width: 3.75vw !important;
    height: 3.75vw !important;
}

.article-media-placeholder {
 border: none;
 display:inline-block
}

/* Infoboxes */

.infoboxtable {
    float: right;
    background: -moz-radial-gradient(center, ellipse cover, rgba(110,84,52,1) 0%, rgba(110,84,52,1) 1%, rgba(104,77,46,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(110,84,52,1)), color-stop(1%, rgba(110,84,52,1)), color-stop(100%, rgba(104,77,46,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(110,84,52,1) 0%, rgba(110,84,52,1) 1%, rgba(104,77,46,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(110,84,52,1) 0%, rgba(110,84,52,1) 1%, rgba(104,77,46,1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(110,84,52,1) 0%, rgba(110,84,52,1) 1%, rgba(104,77,46,1) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(110,84,52,1) 0%, rgba(110,84,52,1) 1%, rgba(104,77,46,1) 100%); /* w3c */ 
    border: 1px solid #000 ;
    border-radius:5px;
    border-left: 3px solid #5f3822; 
    border-right: 3px solid #5f3822; 
    border-bottom: 5px solid #684c2e; 
    border-top: 5px solid #baa16a; 
    width: 300px; 
    color: #baa16a; 
    padding: 5px;
}

.infoboxname {
    background:#1B1823;
    color: #000 ;
    font-size: 115%;
    border: 1px solid #1B1823 ;
    border-radius:5px;
}

.infoboxlabel {
    width: 50%;
    background:#1B1823;
    color: #000 ;
    border: 1px solid #1B1823;
    border-radius:5px;
    padding: 0.5px 7px;
    text-align: right;

}

.infoboxdetails {
    padding-right: 5px;
}

/** fpboxes **/
.fpbox {
    background: rgb(249, 249, 249);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    color: #000;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
}

.fpbox .welcome {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    color: #000;
    font-size: 150%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    text-transform: none;
}

.fpbox .heading {
    border-bottom: 2px solid #191e22;
    color: #000;
    font-size: 115%;
    text-align: center;
    margin: 1px 0 14px 0;
    padding: 0 0 5px 0;
    text-transform: none;
}

/* эксперементалъ */
.raft_menu_left_panel p {
  margin: 0;
  padding: 0;
  font-family: Segoe UI;
  font-size: 12px;
}
.raft_menu_left_panel ul {
  background-color: #c28e50;
  box-shadow: 2px 2px 2px gray;
  padding: 2px;
  float: left;
  margin: 0;
  list-style: none;
  border: 1px solid #743709;
  position: relative;
  border-radius: 10px;
}
.raft_menu_left_panel li {
  white-space: nowrap;
  width: 64px;
  cursor: default;
}
.raft_menu_left_panel li p {
  position: relative;
  padding: 2px 12px 2px 2px;
}
.raft_menu_left_panel li > div {
  visibility: hidden;
  position: absolute;
  left: calc(100% + 1px);
  top: -1px;
  transition-delay: 0.5s;
}
.raft_menu_left_panel li > div > ul {
  position: absolute;
  top: 0;
}
.raft_menu_left_panel li > div > ul > li {
  width: auto;
}
.raft_menu_left_panel li:hover > div {
  visibility: visible;
}
.raft_menu_left_panel li:hover {
  /*background: #743709;*/
  cursor: pointer;
}
.raft_menu_left_panel > ul > li > p:after {
  line-height: inherit;
  position: absolute;
  top: 0;
  right: 8px;
  padding: 2px 0 2px 0;
  font-size: 16px;
  font-family: sans-serif;
}