網路城邦
上一篇 回創作列表 下一篇   字體:
虛幻之秋風-心情-971205
2008/12/06 01:55:34瀏覽239|回應0|推薦0

虎!

冷了...

真的冷了...

天氣的氣溫真的冷了下來

衣服要加厚哦!

這種天氣也是虛幻的...

真的是真實的虛幻呀!

++++++++++++++++++++++++++++++++++++++++

/* Layout需搭配color.css互相作用 */

/* ----------【背景大底圖】-------------- */

body {

background: url(http://i240.photobucket.com/albums/ff40/tina88888888/005/01-26.gif) no-repeat ;!important;

background-position: center top;

background-color: # FFFFFF; /* 背景顏色 可依背景圖顏色自行改變 */

background-attachment: fixed;/* 背景圖固定 */

}

/* ----------【標準文字樣式】-------------- */

div, table {

COLOR: #F02C73; /* 文字顏色 */

font-size: 14px; /* 文字大小 */

}

/* ----------【山頭區塊】-------------- */

#header {

height: 300px; /* 高度 */

margin-bottom: 10px; /* 山頭的邊界 */

}

/* ----------【山頭】頂線-------------- */

#header_top {

position: absolute; /* 絕對定位("山頭區塊"左上角為基準點) */

height: 2px; /* 線條高度 */

background: #114091; /* 線條背景顏色 */

}

/* ----------【城邦共用導覽列】-------------- */

#header_top, #header_common_left, #header_common_main, #header_common_main_bg, #header_common_line, #header_common_right{

        visibility: hidden; /* 顯示與否設定 */

}

/* ----------【城邦共用導覽列連結】-------------- */

#header_common a {

        color: #841400;  /* 連結文字的顏色  */

        text-decoration: none; /* 滑鼠移到連結上時,不要底線 */

}

/* ----------【城邦共用導覽列下拉選單】-------------- */

.chapter {

        width: 100%; /* 寬度 */

        border: 1px solid #B3CCE6; /* 線框 */

        background-color: #EBF2F8; /* 背景色 */

}

.chapter-point {

        color: #5085AF; /* 文字顏色 */

}

.chapter-line {

        background-color: #D8E5F2; /* 分隔線顏色 */

}

/* ----------【城邦共用導覽列】下拉選單連結-------------- */

.chapter-text, a.chapter-text:link, a.chapter-text:hover, a.chapter-text:visited {

        color: #5085AF; /* 連結文字的顏色 */

}

/* ----------【山頭】連結-------------- */

#header a:link, #header a:visited  {

        text-decoration: none;  /* 連結文字的樣式 */

}

#header a:hover {

        text-decoration: underline;  /* 滑鼠移到上面時的連結文字樣式 */

}

/* ----------【山頭】網誌logo定位-------------- */

#header_logo {

        position: absolute; /* 絕對定位("山頭區塊"左上角為基準點) */

        left: 451px; /* x座標 */

        top: 170px; /* y座標 */

        visibility: hidden; /* 顯示與否設定 */

}

/* ----------【山頭】網誌名稱-------------- */

#header_name {

        position: absolute; /* 絕對定位("山頭區塊"左上角為基準點) */

        left: 20px; /* x座標 */

        top: 150px; /* y座標 */

        color: #FFFFFF; /* 文字顏色 */

        font-size: 30px; /* 文字大小 */

        font-weight: bold; /* 文字粗體 */

}

/* ----------【山頭】網誌名稱連結-------------- */

#header_name a {

        color: #9C5E0A;  /* 連結文字的顏色 */

}

/* ----------【山頭】網誌簡短網址與作家-------------- */

#header_url {

        position: absolute; /* 絕對定位("山頭區塊"左上角為基準點) */

        left: 20px; /* x座標 */

        top: 184px; /* y座標 */

        text-align: left;/* 置右 */

        width: 353px;/* 寬度 */

}

/* ----------【山頭】網誌簡短網址與作家連結-------------- */

#header_url a:link, a:visited {

        color: #F02C73; /* 連結文字的顏色 */

}

#header_url a:hover {

        color: #5085AF; /* 滑鼠移到上面時的連結文字顏色 */

        text-decoration: underline;/* 滑鼠移到上面時的出現底線 */

}

/* ----------【山頭】加入好友、推薦本網誌等...功能列-------------- */

#header_items {

        position: absolute; /* 絕對定位("山頭區塊"左上角為基準點) */

        right: 10px; /* x座標 */

        top: 273px; /* y座標 */

}

/* ----------【山頭】加入好友、推薦本網誌等...功能列連結-------------- */

#header_items a {

        color: #C37B00; /* 連結文字的顏色 */

}

#header_items a:hover {

        color: #9B6100; /* 滑鼠移到上面時的連結文字顏色 */

        text-decoration: underline;/* 滑鼠移到上面時的出現底線 */

}

/* ----------【山頭】搜尋區塊-------------- */

#header_search {

        position: absolute; /* 絕對定位("山頭區塊"左上角為基準點) */

        left: 20px; /* x座標 */

        top: 200px; /* y座標 */

}

.inputbox { /* 文字輸入框 */

        BORDER-RIGHT: #E1EFFC 1px solid;

        BORDER-TOP: #E1EFFC 1px solid;

        BORDER-LEFT: #E1EFFC 1px solid;

        BORDER-BOTTOM: #E1EFFC 1px solid;

        color: #4180c0;

        background-color: #F1F8FE;

}

/* ----------【網誌橫式主選單】-------------- */

/* 網誌橫式主選單的頂線 */

#header_menus_line {

        position: absolute; /* 絕對定位("山頭區塊"左上角為基準點) */

        border-top: 1px solid #4180c0; /* 線的高度與顏色樣式 */

        left: 0px; /* x座標 */

        top: 80px; /* y座標 */

        width: 100%; /* 寬度 */

        visibility: hidden; /* 顯示與否設定 */

}

/* 網誌橫式主選單的定位 */

#header_menus {

        position: absolute; /* 絕對定位("山頭區塊"左上角為基準點) */

        left: 0px; /* x座標 */

        top: 270px; /* y座標 */

        margin-top: 10px; /* 與頂線的邊界間距 */

}

/* 網誌橫式主選單的區塊設定 */

#header_menus ul {

        list-style: none; /* 條列式樣式 */

        margin: 0px; /* 邊界的間距 */

        padding-left: 0px; /* 左側的內距 */

}

/* 網誌橫式主選單的項目設定 */

#header_menus li {

        display: inline; /* 橫式 */

        height: 45px; /* 高度 */

        padding-top: 15px; /* 上側的內距 */

        padding-right: 27px; /* 右側的內距(小圖示與選項文字的間距調適) */

        text-indent: 10px;

        float: left;/* 靠左浮動定位 */

        position: relative;/* 絕對定位("山頭區塊"左上角為基準點) */

}

/* ----------【網誌橫式主選單】小圖示(欲更換小圖示,請修改url為圖檔所在地的絕對連結)-------------- */

/* 本網誌首頁 */

#home {

background: url(http://i295.photobucket.com/albums/mm143/carolinetop/AZS12.gif) no-repeat left top;

}

/* 文章創作 */

#article {

background: url(http://i295.photobucket.com/albums/mm143/carolinetop/AZS12.gif) no-repeat left top;

}

/* 個人相簿 */

#photo {

background: url(http://i295.photobucket.com/albums/mm143/carolinetop/AZS12.gif) no-repeat left top;

}

/* 訪客簿 */

#gbook {

background: url(http://i295.photobucket.com/albums/mm143/carolinetop/AZS12.gif) no-repeat left top;

}

/* 作家簡介 */

#profile {

background: url(http://i295.photobucket.com/albums/mm143/carolinetop/AZS12.gif) no-repeat left top;

}

/* 管理中心 */

#manage {

background: url(http://i295.photobucket.com/albums/mm143/carolinetop/AZS12.gif) no-repeat left top;

}

/* ----------【網誌橫式主選單】連結-------------- */

#header_menus li a {

        color: #724507; /* 連結文字的顏色 */

        font-size: 13px; /* 連結文字的大小 */

        padding-left: 30px; /* 左測的內距 */

}

#header_menus a:hover {

        color: #9C5E0A; /* 滑鼠移到上面時的連結文字顏色 */

}

/* --------------【直式導覽列】(如需更改浮動定位應與內容區塊配合)------------- */

/* 直式導覽列區塊 */

#sidebar {

float: left; /* 靠左浮動定位 */

background-image:url(); background-repeat: no-repeat;/* 背景圖 可放入寬度200px以內的背景圖 */

}

/* 直式導覽列區塊居中 */

#sidebar table {

    position:relative !important;

    margin: auto !important;

}

/* 直式導覽列大背景 */

.sidebar-bg {

        background-color: transparent; /* 背景色 */

}

/* 直式導覽列區塊背景 */

.sidebar-panel-bg {

background-color: transparent;/* 背景色 */

background: url(http://i295.photobucket.com/albums/mm143/carolinetop/AZS15.gif) no-repeat left top; /* 背景圖片 */

}

/* 直式導覽列區塊文字 */

.panel-topic

{

( 心情隨筆其他 )
列印 加入我的文摘
上一篇 回創作列表 下一篇