Life is Feudal Wiki
注册
Pcj讨论 | 贡献
无编辑摘要
MannedTooth讨论 | 贡献
无编辑摘要
第8行: 第8行:
 
border-collapse: separate;
 
border-collapse: separate;
 
box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
 
box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
 
background-image: url("https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/a/aa/Background5.png");
background: rgba(0,0,0,.1);
 
float:right;
+
float: right;
font-size:89%;
+
font-size: 89%;
color:white;
+
color: white;
margin-bottom:0.5em;
+
margin-bottom: 0.5em;
margin-left:1em;
+
margin-left: 1em;
padding:0.2em;
+
padding: 0.2em;
width:300px;
+
width: 300px;
 
}
 
}
   
第61行: 第61行:
 
transform: rotate(135deg);
 
transform: rotate(135deg);
 
}
 
}
 
   
 
/* Headers */
 
/* Headers */
第76行: 第75行:
   
 
.header-tile {
 
.header-tile {
  +
font-family: 'Cinzel';
background: #30241e url('https://lifeisfeudal.gamepedia.com/media/2/2a/Header_tile.png') repeat-x 0em 0em;
 
border: 1px solid #30241e;
+
text-align: center;
  +
color: #1f1f1f;
  +
text-transform: uppercase;
  +
background-image: url("https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/6/68/Menu-bar.png");
  +
background-position: bottom bottom;
 
background-repeat: repeat-x;
 
padding: 5px;
 
padding: 5px;
  +
border: 1px solid #44332a;
 
}
 
}
   
第107行: 第112行:
 
border-bottom: 3px solid rgba(0,0,0,.2);
 
border-bottom: 3px solid rgba(0,0,0,.2);
 
margin-bottom: .5em;
 
margin-bottom: .5em;
  +
}
  +
  +
div#simpleSearch {
  +
display: inline-block;
  +
margin: 0;
  +
position: relative;
  +
top: 0;
  +
vertical-align: middle;
  +
border-radius: 5px;
  +
margin-left: 10px;
  +
padding:5px;
  +
}
  +
  +
dl {
  +
margin-top: 0.5em;
  +
margin-bottom: 0.5em;
  +
}
  +
  +
#firstHeading {
  +
font-family: 'Cinzel';
  +
font-size:34pt;
  +
border-bottom: 0px;
  +
/* background-image: url("https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/0/0f/Hr.png");
  +
background-repeat: no-repeat;
  +
/* background-attachment: fixed; */
  +
background-position: left bottom;
  +
padding-bottom: 10px;
  +
*/
  +
}
  +
  +
div.vectorTabs li a:hover,
  +
div.vectorTabs li.selected a,
  +
div.vectorTabs li.selected a:visited {
  +
text-decoration: none;
  +
background-image: linear-gradient( to top, rgba(178,202,208,1) 0%, rgba(16178,202,208,1) 5px, rgba(178,202,208,.1) 5px, rgba(178,202,208,0) 75%);
  +
}
  +
  +
/* Fixing home image */
  +
img.scalable {
  +
width: 92%;
  +
max-width: 92%;
  +
height:auto;
  +
}
  +
  +
  +
/* Google Fonts */
  +
  +
@font-face {
  +
font-family: 'Cinzel';
  +
font-style: normal;
  +
font-weight: 400;
  +
src: local('Cinzel Regular'), local('Cinzel-Regular'), url(https://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gt7-GT7LEc.woff2) format('woff2');
 
}
 
}

2019年1月23日 (三) 01:37的版本

/* 放置于这里的CSS将应用于所有皮肤 */
/* CSS placed here will be applied to all skins */

/* INFOBOXES: game or book depended color style */
.infoboxtable {
    border: solid 3px rgba(0,0,0,.2);
    border-radius: 3px;
    border-collapse: separate;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    background-image: url("https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/a/aa/Background5.png");
    float: right;
    font-size: 89%;
    color: white;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    width: 300px;
}

.infoboxtable td {
    vertical-align:top;
}

.infoboxname {
    font-size:110%; 
    font-weight:bold;
    padding:0.5em; 
}

.infoboxdetails, .infoboxdescription {
    padding:0em;
}

.infoboxname, .infoboxdetails, .infoboxdescription {
    background: rgba(0,0,0,.2);
}

.section-collapse {
    border-color: #d5d4d4;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 7px;
    margin-right: 5px;
    position: relative;
    right: 0;
    top: 5px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 7px;
}

.section-collapsed {
    display: none;
}

.collapsed-icon {
   margin-top: 1px;
   transform: rotate(135deg);
}

/* Headers */
.header-gradient {
    background: #fcfdfb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfdfb 9%, #91827b 48%, #91827b 54%, #624a3d 92%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#fcfdfb), color-stop(48%,#91827b), color-stop(54%,#91827b), color-stop(92%,#624a3d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfdfb 9%,#91827b 48%,#91827b 54%,#624a3d 92%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfdfb 9%,#91827b 48%,#91827b 54%,#624a3d 92%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfdfb 9%,#91827b 48%,#91827b 54%,#624a3d 92%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfdfb 9%,#91827b 48%,#91827b 54%,#624a3d 92%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdfb', endColorstr='#624a3d',GradientType=0 ); /* IE6-9 */
}

.header-tile {
    font-family: 'Cinzel';
    text-align: center;
    color: #1f1f1f;
    text-transform: uppercase;
    background-image: url("https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/6/68/Menu-bar.png");
    background-position: bottom bottom; 
    background-repeat: repeat-x;
    padding: 5px;
    border: 1px solid #44332a;
}

/********************
/* Main Page styles *
/********************/

table.main-page-layout {
    width: 100%;
    width: calc(100% + 2em);
    border-spacing: 1em;
    margin-left: -1em;
    margin-right: -1em;
}

table.main-page-layout > tr > td,
table.main-page-layout > * > tr > td {
    padding: .5em;
    vertical-align: top;
    border: solid 3px rgba(0,0,0,.2);
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    background: rgba(0,0,0,.1);
}

.main-page-heading {
    font-size: 120%;
    border-bottom: 3px solid rgba(0,0,0,.2);
    margin-bottom: .5em;
}

div#simpleSearch {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 0;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px;
    padding:5px;
}

dl {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#firstHeading {
    font-family: 'Cinzel';
    font-size:34pt;
    border-bottom: 0px;
/*  background-image: url("https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/0/0f/Hr.png");
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: left bottom;
    padding-bottom: 10px; 
*/
}

div.vectorTabs li a:hover,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    text-decoration: none;
    background-image: linear-gradient( to top, rgba(178,202,208,1) 0%, rgba(16178,202,208,1) 5px, rgba(178,202,208,.1) 5px, rgba(178,202,208,0) 75%);
}

/* Fixing home image */
img.scalable {
    width: 92%;
    max-width: 92%;
    height:auto;
}


/* Google Fonts */

@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel Regular'), local('Cinzel-Regular'), url(https://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gt7-GT7LEc.woff2) format('woff2');
}