╔ 艾瑪のCSS分享

[艾瑪CSS] 極簡004-單純

使用CSS須知:當您COPY下方的CSS碼時,請您同意:
不轉貼、也不將這些碼貼以任何形式再次分享。如果願意告訴我你拿了CSS,也可以在該篇CSS文章下留言給我喔!

html .blogbody {height: 1%;}
HTML {
scrollbar-face-color:#E0E0E0;
scrollbar-arrow-color:#080808;
scrollbar-track-color:#E0E0E0;
scrollbar-shadow-color:#E0E0E0;
scrollbar-highlight-color:#E0E0E0;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#080808;
}

/***********************
designed by amarylliss @2005.1.20
************************/

body {
margin:0px 0px 10px 0px;
background: #E0E0E0;
font-size:9pt;
}
A { color: #080808; text-decoration:underline; }
A:link { color: #080808; text-decoration: none; }
A:visited { color: #6b6b6b; text-decoration: none; }
A:active { color: #080808; }
A:hover { color: #080808;text-decoration:underline }

#rightcol {
float:right;
position:relative;
width:30%;
padding-bottom:20px;
margin-right:10px;}

h1, h2, h3 {
margin: 0px;
padding: 0px;
}

#banner {
height: 75px;
font-family:georgia, verdana, arial, sans-serif;
font-size:large;
font-color:#000;
font-weight:blod;
text-align:left;
padding-left:40px;
background:#fff;
background-width:65%; padding-top:20px;
letter-spacing:.1em;
}

#banner a,
#banner a:visited,
#banner a:link{
font-family:georgia, arial, sans-serif;
font-size:x-large;
font-weight:bold;
color: #000;
text-decoration: none;
text-align: center;
}

#banner a:active,
#banner a:hover {
font-family:georgia, arial, sans-serif;
font-size:x-large;
font-weight:bold;
color: #ccc;
text-decoration: underline;
text-align: center;
}

.description {
font-family:verdana, georgia, arial, sans-serif;
color:#ccc;
font-size:9pt;
font-weight:bold;
text-transform:none;
text-align: center;
letter-spacing: none;
}

#content {
float:left;
width:65%;
font-family:georgia, verdana, arial, sans-serif;
background:#E0E0E0;
margin-right:15px;
padding-bottom:20px;
}

#links {
background:#E0E0E0;
margin-left:70%;
padding-right:15px;
margin-top:100px;
}

.blog {
padding-left:30px;
padding-top:15px;
padding-right:20px;
background:#E0E0E0;
}

.blogbody {
background-color:none;
border:1px dotted #ffffff;
font-family:verdana, arial, sans-serif;
color:#000;
font-size:10pt;
font-weight:normal;
line-height:160%;
padding:15px;
}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
font-weight: normal;
text-decoration: underline;
}

.title {
font-family: verdana, arial;
font-size: 14pt;
color: #6b6b6b;
font-weight:bold;
text-decoration:underline;
padding-bottom:10px;
}

#menu {
margin-bottom:15px;
}

.date {
font-family:georgia, verdana, arial, sans-serif;
font-size: 12pt;
color: #6b6b6b;
padding:5px;
margin-top:50px;
font-weight:bold;
background:none;
text-align:left;
width:220px;
border-top: 1px dotted 080808;
border-left: 1px dotted 080808;
border-right: 1px dotted 080808;
}

.posted {
font-family:verdana, arial, sans-serif;
font-size: x-small;
color: #000;
margin-bottom:15px;
}

.calendar {display:none;}
/***********************
designed by amarylliss @2005.1.20
************************/
.calendarhead {
font-family:verdana, arial, sans-serif;
color:#993333;
font-size:x-small;
font-weight:bold;
background:#E0E0E0;
line-height:140%;
padding:2px;
}

.side {
font-family:verdana, arial, sans-serif;
color: #080808;
font-size:8pt;
font-weight:normal;
background:none;
line-height:165%;
padding:2px;
}

.sidetitle {
font-family:verdana, arial, sans-serif;
color:#000000;
font-size:9pt;
font-weight:normal;
background:none;
line-height:100%;
padding:1px;
margin-top:10px;
text-align:center;
letter-spacing: .2em;
border-bottom: 1px dotted #fff;
}

.syndicate {
font-family:verdana, arial, sans-serif;
font-size:xx-small;
line-height:140%;
padding:2px;
margin-top:10px;
text-align:center;
}

.powered {
font-family:verdana, arial, sans-serif;
color:#191919;
font-size:x-small;
font-weight:normal;
background:#E0E0E0;
line-height:140%;
padding:2px;
}

.comments-body {
font-family:verdana, arial, sans-serif;
color:#191919;
font-size:small;
font-weight:normal;
background:#E0E0E0;
line-height:140%;
padding:10px;
}

.comments-post {
font-family:verdana, arial, sans-serif;
color:#191919;
font-size:x-small;
font-weight:normal;
background:none;
border-bottom: 1px dotted #191919;
}

63 thoughts on “[艾瑪CSS] 極簡004-單純

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *