kalizicss
[[code type="css"]]
@charset "utf-8";
 
/* COMMON */
#content-wrap {
    position: relative;
    margin: 2em auto 0;
    max-width: 1040px;
    min-height:1300px;
    height: auto !important;
    height: 1500px;
}
 
h1, #page-title {
    color: #black;
    padding: 0 0 0.25em;
    margin: 0 0 0.6em;
    font-weight: normal;
}
h1 {
    margin-top: 0.7em;
    padding: 0;
    font-weight: bold;
}
h2, h3, h4, h5, h6, h7 {
    margin: 0.5em 0 0.4em;
    padding: 0;
    letter-spacing: 1px;
}
 
#page-title {
    border-color: #black ;
}
ul {
    /*list-style-image: url(http://d3g0gp89917ko0.cloudfront.net/v--3b8418686296/common--theme/shiny/images/bullet.gif);*/
    list-style: square;
}
#top-bar ul {
/* list-style-image: none; /* IE ONLY! IF list-style-image IS SET */
}
 
li, p {
    line-height: 141%;
}
a {
    color: #black ;
    text-decoration: none;
    background: transparent;
}
a.newpage {
    color: #black;
    text-decoration: none;
    background: transparent;
}
 
/* ACTUALLY HIDE HIDDEN TAGS */
#main-content .page-tags a[href^="/system:page-tags/tag/_"]
{
    display: none;
}
 
/* GLOBAL WIDTH */
#header, #top-bar {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}
 
#top-bar {
  width: 100%;
  margin: 0 auto;
 
}
 
/* HEADER */
#header {
    height: 140px;
    position: relative;
    z-index: 10;
    padding-bottom: 22px; /* FOR MENU */
    background: url(http://scpsandboxcn.wdfiles.com/local--files/kalizi-6/klogo) 10px 35px no-repeat;/* logo */
}
 
#header h1 {
    margin-left: 15%;
    padding: 0;
    float: left;
    max-height: 90px;
}
 
#header h1 a {
    display: block;
    margin: 0;
    padding: 80px 0 25px;
    line-height: 0px;
    max-height: 0px;
    color: white;
    background: transparent;
    font-size: 120%;
    text-shadow: none;
    text-decoration: none;
 
}
 
#header h1 a::before {
    content: "卡丽兹";
    color: #black;
    text-shadow: 3px 3px 5px #000000;
}
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution 3.0 License