主題最終版css
禁用模版CSS,模版選擇darkgreentrip或者是customhtml
我是經過chrome的工具,製做成的以下CSSc++
chrome很是好用,elements能夠從當前別人的,或者模版中的顏色呀,設置呀,能夠看出來在哪裏修改爲本身想要的chrome
Resources能夠保存,你看到的模版中的CSScurl
/* Minification failed. Returning unminified contents. (670,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')' */ #EntryTag { margin-top: 20px; font-size: 9pt; color: gray; } .topicListFooter { text-align: right; margin-right: 10px; margin-top: 10px; } #divRefreshComments{ text-align: right; margin-right: 10px; margin-bottom: 5px; font-size: 9pt; } * { margin: 0; padding: 0; } html { height: 100%; } body { color: #000; background: #D2D8DE; font-family: Verdana,Arial,Helvetica,sans-serif; font-size:14px; min-height: 101%; } table { border-collapse: collapse; border-spacing: 0; } fieldset, img { border: 0; } ul { word-break: break-all; } li { list-style: none; } h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; } a:link { color: black; text-decoration: none; } a:visited { color: black; text-decoration: none; } a:hover { color: #F60; text-decoration: underline; } a:active { color: black; text-decoration: none; } .clear { clear: both; } #home { margin: 0 auto; } #header { } #blogTitle { height:70px;background: #fff; clear: both; } #blogTitle h1 { font-size: 150%; font-weight: bold; line-height: 1.5; margin-left: 1em; margin-top: 10px; width: 50%; float: left; } #blogTitle h2 { margin-left: 4em; line-height: 1.5; width: 50%; float: left; } #blogLogo { float: right; } #navigator { background-color: black; /*height: 60px;*/height: 0px;line-height: 60px;overflow: hidden; clear: both; } #navList { min-height: 30px; float: left; } #navList li { float: left; } #navList a { display: block; padding:0 1.5em;height: 60px;font-family:'微軟雅黑'; float: left;font-size: 1.2em; text-align: center;transition-duration:0.3s; } #navList a:link, #navList a:visited, #navList a:active { color: #bbb; } #navList a:hover { color: white; background-color: #343434; text-decoration: none;text-shadow: 0px 0px 1px #000; } #navList a.aHeaderXML{padding-top: 25px;overflow: hidden;} #navList a.aHeaderXML img{vertical-align:middle;} .blogStats { float: right; color: #ccc;padding-right: 10px; text-align: right; } /*****home和頭部結束**************************/ /*****主頁文章列表開始**************************/ #main{ min-width: 950px; text-align: left;padding:20px 0 0 10px;overflow: hidden; } #mainContent .forFlow{ margin-left:20em; float: none; width: auto; } #mainContent { min-height: 200px; padding: 0px 0px 10px 0; *padding-top:10px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; word-break: break-all; float: right; margin-left: -20em;margin-right: 20px;display: inline; width: 100% } .day { min-height: 10px; _height: 10px; background: #fff; border-radius: 7px; box-shadow: 1px 1px 2px #A7A8AD; color: #666666; margin: 0 5px 20px 0; padding:5px 20px 10px; } .dayTitle { width: 100%; color: #666; line-height:2.2em; font-size:22px; clear:both; border-bottom:1px solid #ccc; text-align:center; } .postTitle { font-size: 110%; font-weight: bold; border-bottom: 1px dashed #ccc; float: right; line-height:2.5em;font-size: 18px; width: 100%; clear:both; } .postTitle a:link, .postTitle a:visited, .postTitle a:active { color: #000;transition:all 0.4s linear 0s } .postTitle a:hover { color: #F60; text-decoration: none;margin-left: 10px; } .postCon { float: right; line-height: 1.5; width: 100%; clear:both; padding: 10px 0; } .postDesc { float: right; width: 100%; clear:both; text-align: right; padding-right: 5px; color: #A8B1BA;line-height: 2.5em; } .postDesc a:link, .postDesc a:visited, .postDesc a:active { color: #666; } .postDesc a:hover { color: #F60; text-decoration: none; } .postSeparator { clear: both; height: 1px; border-top: 1px dotted #666; width: 100%; clear:both; float: right; margin: 0 auto 15px auto; } /*****主頁文章列表開始**************************/ /*****側邊欄開始********************************/ #sideBar { width: 230px; min-height: 200px; padding: 0px 0 0px 5px; float: left; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; word-break: break-all; } .newsItem .catListTitle { display: none; } .newsItem,#blog-calendar { margin-bottom:15px;text-indent:0;padding:10px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;line-height: 1.5; } /**日曆控件樣式開始**/ #calendar { margin-bottom: 15px;padding:5px;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;background: #fff; } #calendar .Cal { width: 100%; line-height: 1.5; } #calendar th{padding:2px 5px;} #calendar td{padding:2px 5px;} #calendar td a{display: block;} .Cal {/**日曆容器table**/ border: none; color: #666; } #calendar table a:link, #calendar table a:visited, #calendar table a:active { font-weight: bold; } #calendar table a:hover { color: white; text-decoration: none; background-color: #F60; } .CalTodayDay{/**今天日期樣式**/ color:#f60; } #calendar .CalNextPrev a:link,#calendar .CalNextPrev a:visited, #calendar .CalNextPrev a:active {/**上個月、下個月箭頭樣式**/ font-weight: bold; background-color: white; } .CalDayHeader{ border-bottom:1px solid #ccc; } .CalTitle{/**日曆年月頭部樣式**/ width:100%; background:white; color:black; border-bottom:1px solid #666; } /**日曆控件樣式結束**/ .catListTitle { background: #000;border-bottom: 1px solid #006600;border-top-left-radius: 7px; border-top-right-radius: 7px; color: #FFFFFF;font-size: 1.2em; height:1.8em; line-height:1.8em; padding: 5px; text-indent:0.5em;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); } .catListComment { line-height: 1.5; } .divRecentComment { text-indent: 2em; color: #666; } #sideBarMain ul { line-height: 1.5; } /* 最新評論等 開始 */ #AjaxHolder_UpdatePanel1, #AjaxHolder_PostComment_divCommnentArea, #profile, .entrylist, .gallery { background: none repeat scroll 0 0 #FFFFFF; border-radius: 7px; box-shadow:1px 1px 2px #A7A8AD; margin: 0 0 15px 0; min-height: 200px; overflow: hidden; padding:0 15px; text-overflow: ellipsis; word-break: break-all; } #AjaxHolder_PostComment_divCommnentArea{padding: 10px;} #profile, .entrylist, .gallery {padding: 10px;} .catListEssay,.catListLink,.catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {margin-bottom: 15px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;overflow: hidden;zoom: 1;} .catListEssay ul li,.catListLink ul li,.catListNoteBook ul li, .catListTag ul li, .catListPostCategory ul li, .catListPostArchive ul li, .catListImageCategory ul li, .catListArticleArchive ul li, .catListView ul li, .catListFeedback ul li, .catListComment ul li, .catListBlogRank ul li, .catList ul li, .catListArticleCategory ul li {text-indent:1em;padding: 10px 5px;border-bottom: 1px solid #DADFE1; border-top: 1px solid #FFFFFF; overflow: hidden;} .catListEssay ul li a,.catListLink ul li a,.catListNoteBook ul li a, .catListTag ul li a, .catListPostCategory ul li a, .catListPostArchive ul li a, .catListImageCategory ul li a, .catListArticleArchive ul li a, .catListView ul li a, .catListFeedback ul li a, .catListComment ul li a, .catListBlogRank ul li a, .catList ul li a .catListArticleCategory ul li a {text-indent: 1em;font-size: 12px;} .catListEssay ul li a:hover,.catListLink ul li a:hover,.catListNoteBook ul li a:hover, .catListTag ul li a:hover, .catListPostCategory ul li a:hover, .catListPostArchive ul li a:hover, .catListImageCategory ul li a:hover, .catListView ul li a:hover, .catListFeedback ul li a:hover, .catListArticleArchive ul li a:hover, .catListComment ul li a:hover {text-decoration: none;} .divRecentCommentAticle{padding:0 10px;} .divRecentComment{padding: 10px;font-size: 12px;} #AjaxHolder_PostComment_divCommnentArea td{padding: 5px 0;} /* 最新評論等 結束 */ /*****側邊欄結束********************************/ /****查看文章頁面開始*************************/ #topics { min-height: 200px;margin-bottom: 15px; padding:15px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; word-break: break-all;background: #fff;border-radius: 7px; box-shadow: 1px 1px 2px #A7A8AD; } #topics .postTitle { font-size: 130%; font-weight: bold; border-bottom: 1px solid #999; float: left; line-height:2em; width: 100%; padding-left: 5px; } .postBody { padding: 15px 2px 5px 5px; line-height: 1.5; color: #000; border-bottom: 1px solid #ccc; } #EntryTag { color: #666; } #EntryTag a { margin-left: 5px; } #EntryTag a:link, #EntryTag a:visited, #EntryTag a:active { color: #666; } #EntryTag a:hover { color: #f60; } #topics .postDesc { float: right; width: 100%; text-align: right; padding-right: 5px; color: #666; margin-top: 5px; } .feedback_area_title { font-weight: bold;line-height: 35px;margin: 10px 0; border-bottom: 1px solid #ccc; padding-left: 8px; } .louzhu { background:transparent url('images/icoLouZhu.gif') no-repeat scroll right top; padding-right:16px; } .feedbackListSubtitle { color: #666; } .feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active { color: #666; font-weight: normal; } .feedbackListSubtitle a:hover { color: #f60; text-decoration: none; } .feedbackManage { width: 200px; text-align: right; float: right; } .feedbackCon { border-bottom: 1px solid #ccc; padding:20px 18px 10px 40px; min-height: 35px; _height: 35px; margin-bottom: 1em; line-height: 1.5; } #divRefreshComments { text-align: right; margin-bottom: 10px; } .commenttb { width: 320px; } /****查看文章頁面開始*************************/ /****列表頁面開始******************************/ .entrylistTitle,.PostListTitle,.thumbTitle{/**幾個分類列表的標題樣式**/ font-size: 110%; font-weight: bold; border-bottom: 1px solid #ccc; padding-bottom: 3px;line-height: 2em; padding-right: 10px; } .entrylistDescription { color: #666; text-align: right; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; margin-bottom: 10px; } .entrylistItem { min-height: 20px; _height: 20px; margin-bottom: 30px; padding-bottom: 5px; width: 100%; } .entrylistPosttitle { font-size: 110%; font-weight: bold; border-bottom: 1px solid #ccc; line-height:2em; width: 100%; padding-left: 5px; } a.entrylistItemTitle{color: #000;} a.entrylistItemTitle:hover{color: #f60;} .entrylistPosttitle a:hover { text-decoration: none; } .entrylistPostSummary { margin-top: 5px; padding-left: 5px; margin-bottom: 5px; } .entrylistItemPostDesc { text-align: right; color: #666; } .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active { color: #666; } .entrylistItemPostDesc a:hover { color: #f60; } .entrylist .postSeparator { clear: both; width: 100%; font-size: 0; line-height: 0; margin: 0; padding: 0; height: 0; border: none; } .pager { text-align: right; margin-right: 10px; } .PostList { border-bottom: 1px solid #ccc; clear: both; min-height: 1.5em; _height: 1.5em; padding-top: 10px; padding-left: 5px; padding-right: 5px; margin-bottom: 5px; } .postTitl2 { float: left; } .postDesc2 { color: #666; float: right; } .postText2 { clear: both; color: #666; } .pfl_feedback_area_title { line-height: 1.5; font-weight: bold;font-size: 16px; border-bottom: 1px solid #ccc;line-height: 2.5em; } .pfl_feedback_area_title a,.pfl_feedbackManage a{color: #690;margin:0 10px;font-weight: normal;} .pfl_feedback_area_title a:hover,.pfl_feedbackManage a:hover{color: #f60;} .pfl_feedbackManage a{margin:0 0 0 0;} .pfl_feedbackItem { border-bottom: 1px solid #ccc; margin-bottom: 20px; } .pfl_feedbacksubtitle { width: 100%; border-bottom: 1px dotted #ccc; height:2.5em;line-height: 2.5em; } .pfl_feedbackname { float: left;color: #A8B1BA; } .pfl_feedbackManage { float: right; } .pfl_feedbackCon { color: black;padding: 10px 0; } .pfl_feedbackAnswer { color: #F40; text-indent: 2em;padding-bottom: 10px; } .tdSentMessage { text-align: right; } .errorMessage { width: 300px; float: left; } #Profile1_panelAdd td{padding: 10px 0;} /****列表頁面結束******************************/ /****相冊頁面開始******************************/ .divPhoto { border: 1px solid #ccc; padding: 2px; margin-right: 10px; } .thumbDescription { color: #666; text-align: right; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; margin-bottom: 10px; } #footer { text-align: center; min-height: 15px; _height: 15px; border-top: 1px solid black; margin-top: 10px; padding-top: 10px; margin-bottom: 10px; } .personInfo { margin-bottom: 20px; } .pages { text-align: right; } .postBody { line-height: 1.5; } .postBody p,.postCon p{ text-indent: 2em; margin: 0 auto 1em auto; } .postBody h2{ font-size: 150%; margin: 15px auto 2px auto; font-weight:bold; } .postBody h3 { font-size: 120%; margin: 15px auto 2px auto; font-weight:bold; } .postBody h4{ font-size:110%; margin:15px auto 2px auto; font-weight:bold; color:#333; } .postBody h5{ font-size:100%; margin:15px auto 2px auto; font-weight:bold; color:#333; } .postBody a:link,.postBody a:visited,.postBody a:active{ text-decoration:underline; } .postCon a:link,.postCon a:visited,.postCon a:active{ text-decoration:underline; } .postBody ul,.postCon ul{ margin-left:2em; } .postBody li,.postCon li{ list-style-type:disc; margin-bottom:1em; } .postBody blockquote{ background:url('images/comment.gif')) no-repeat 25px 0px; line-height:1.6; color:#333; } .div_my_zzk{ margin-left: 13px; } .input_my_zzk{ width: 120px; } .blog_comment_body a:link{ text-decoration:underline; } /* ///////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// */ /*博客標題*/ #blogTitle,#blogTitle a { margin-top:0px; height:0px; line-height:0px; font-size:0px; padding-left:0px;display:none; } #blogTitle .title { margin-top:0px; height:0px; line-height:0px; font-size:0px; padding-left:0px; display:none; } .postTitle a:link, .postTitle a:visited, .postTitle a:active { /*color: #087AF5;*/color: #000000; } .catListTitle { /* font-weight: 500; line-height: 1.7em; font-size: 115%; margin-top: 9px; margin-bottom: 10px;*/ /*background-color: #087AF5*/;background-color: #000000; /* color: #FFFFFF; padding-left: 10px;*/ } body { background:#FFFFFF; }
一個我喜歡的顏色 087AF5ide
/* Minification failed. Returning unminified contents. (670,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')' */ #EntryTag { margin-top: 20px; font-size: 9pt; color: gray; } .topicListFooter { text-align: right; margin-right: 10px; margin-top: 10px; } #divRefreshComments{ text-align: right; margin-right: 10px; margin-bottom: 5px; font-size: 9pt; } * { margin: 0; padding: 0; } html { height: 100%; } body { color: #000; background: #D2D8DE; font-family: Verdana,Arial,Helvetica,sans-serif; font-size:14px; min-height: 101%; } table { border-collapse: collapse; border-spacing: 0; } fieldset, img { border: 0; } ul { word-break: break-all; } li { list-style: none; } h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; } a:link { color: black; text-decoration: none; } a:visited { color: black; text-decoration: none; } a:hover { color: #F60; text-decoration: underline; } a:active { color: black; text-decoration: none; } .clear { clear: both; } #home { margin: 0 auto; } #header { } #blogTitle { height:70px;background: #fff; clear: both; } #blogTitle h1 { font-size: 150%; font-weight: bold; line-height: 1.5; margin-left: 1em; margin-top: 10px; width: 50%; float: left; } #blogTitle h2 { margin-left: 4em; line-height: 1.5; width: 50%; float: left; } #blogLogo { float: right; } #navigator { background-color: black; /*height: 60px;*/height: 0px;line-height: 60px;overflow: hidden; clear: both; } #navList { min-height: 30px; float: left; } #navList li { float: left; } #navList a { display: block; padding:0 1.5em;height: 60px;font-family:'微軟雅黑'; float: left;font-size: 1.2em; text-align: center;transition-duration:0.3s; } #navList a:link, #navList a:visited, #navList a:active { color: #bbb; } #navList a:hover { color: white; background-color: #343434; text-decoration: none;text-shadow: 0px 0px 1px #000; } #navList a.aHeaderXML{padding-top: 25px;overflow: hidden;} #navList a.aHeaderXML img{vertical-align:middle;} .blogStats { float: right; color: #ccc;padding-right: 10px; text-align: right; } /*****home和頭部結束**************************/ /*****主頁文章列表開始**************************/ #main{ min-width: 950px; text-align: left;padding:20px 0 0 10px;overflow: hidden; } #mainContent .forFlow{ margin-left:20em; float: none; width: auto; } #mainContent { min-height: 200px; padding: 0px 0px 10px 0; *padding-top:10px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; word-break: break-all; float: right; margin-left: -20em;margin-right: 20px;display: inline; width: 100% } .day { min-height: 10px; _height: 10px; background: #fff; border-radius: 7px; box-shadow: 1px 1px 2px #A7A8AD; color: #666666; margin: 0 5px 20px 0; padding:5px 20px 10px; } .dayTitle { width: 100%; color: #666; line-height:2.2em; font-size:22px; clear:both; border-bottom:1px solid #ccc; text-align:center; } .postTitle { font-size: 110%; font-weight: bold; border-bottom: 1px dashed #ccc; float: right; line-height:2.5em;font-size: 18px; width: 100%; clear:both; } .postTitle a:link, .postTitle a:visited, .postTitle a:active { color: #000;transition:all 0.4s linear 0s } .postTitle a:hover { color: #F60; text-decoration: none;margin-left: 10px; } .postCon { float: right; line-height: 1.5; width: 100%; clear:both; padding: 10px 0; } .postDesc { float: right; width: 100%; clear:both; text-align: right; padding-right: 5px; color: #A8B1BA;line-height: 2.5em; } .postDesc a:link, .postDesc a:visited, .postDesc a:active { color: #666; } .postDesc a:hover { color: #F60; text-decoration: none; } .postSeparator { clear: both; height: 1px; border-top: 1px dotted #666; width: 100%; clear:both; float: right; margin: 0 auto 15px auto; } /*****主頁文章列表開始**************************/ /*****側邊欄開始********************************/ #sideBar { width: 230px; min-height: 200px; padding: 0px 0 0px 5px; float: left; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; word-break: break-all; } .newsItem .catListTitle { display: none; } .newsItem,#blog-calendar { margin-bottom:15px;text-indent:0;padding:10px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;line-height: 1.5; } /**日曆控件樣式開始**/ #calendar { margin-bottom: 15px;padding:5px;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;background: #fff; } #calendar .Cal { width: 100%; line-height: 1.5; } #calendar th{padding:2px 5px;} #calendar td{padding:2px 5px;} #calendar td a{display: block;} .Cal {/**日曆容器table**/ border: none; color: #666; } #calendar table a:link, #calendar table a:visited, #calendar table a:active { font-weight: bold; } #calendar table a:hover { color: white; text-decoration: none; background-color: #F60; } .CalTodayDay{/**今天日期樣式**/ color:#f60; } #calendar .CalNextPrev a:link,#calendar .CalNextPrev a:visited, #calendar .CalNextPrev a:active {/**上個月、下個月箭頭樣式**/ font-weight: bold; background-color: white; } .CalDayHeader{ border-bottom:1px solid #ccc; } .CalTitle{/**日曆年月頭部樣式**/ width:100%; background:white; color:black; border-bottom:1px solid #666; } /**日曆控件樣式結束**/ .catListTitle { background: #000;border-bottom: 1px solid #006600;border-top-left-radius: 7px; border-top-right-radius: 7px; color: #FFFFFF;font-size: 1.2em; height:1.8em; line-height:1.8em; padding: 5px; text-indent:0.5em;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); } .catListComment { line-height: 1.5; } .divRecentComment { text-indent: 2em; color: #666; } #sideBarMain ul { line-height: 1.5; } /* 最新評論等 開始 */ #AjaxHolder_UpdatePanel1, #AjaxHolder_PostComment_divCommnentArea, #profile, .entrylist, .gallery { background: none repeat scroll 0 0 #FFFFFF; border-radius: 7px; box-shadow:1px 1px 2px #A7A8AD; margin: 0 0 15px 0; min-height: 200px; overflow: hidden; padding:0 15px; text-overflow: ellipsis; word-break: break-all; } #AjaxHolder_PostComment_divCommnentArea{padding: 10px;} #profile, .entrylist, .gallery {padding: 10px;} .catListEssay,.catListLink,.catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {margin-bottom: 15px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;overflow: hidden;zoom: 1;} .catListEssay ul li,.catListLink ul li,.catListNoteBook ul li, .catListTag ul li, .catListPostCategory ul li, .catListPostArchive ul li, .catListImageCategory ul li, .catListArticleArchive ul li, .catListView ul li, .catListFeedback ul li, .catListComment ul li, .catListBlogRank ul li, .catList ul li, .catListArticleCategory ul li {text-indent:1em;padding: 10px 5px;border-bottom: 1px solid #DADFE1; border-top: 1px solid #FFFFFF; overflow: hidden;} .catListEssay ul li a,.catListLink ul li a,.catListNoteBook ul li a, .catListTag ul li a, .catListPostCategory ul li a, .catListPostArchive ul li a, .catListImageCategory ul li a, .catListArticleArchive ul li a, .catListView ul li a, .catListFeedback ul li a, .catListComment ul li a, .catListBlogRank ul li a, .catList ul li a .catListArticleCategory ul li a {text-indent: 1em;font-size: 12px;} .catListEssay ul li a:hover,.catListLink ul li a:hover,.catListNoteBook ul li a:hover, .catListTag ul li a:hover, .catListPostCategory ul li a:hover, .catListPostArchive ul li a:hover, .catListImageCategory ul li a:hover, .catListView ul li a:hover, .catListFeedback ul li a:hover, .catListArticleArchive ul li a:hover, .catListComment ul li a:hover {text-decoration: none;} .divRecentCommentAticle{padding:0 10px;} .divRecentComment{padding: 10px;font-size: 12px;} #AjaxHolder_PostComment_divCommnentArea td{padding: 5px 0;} /* 最新評論等 結束 */ /*****側邊欄結束********************************/ /****查看文章頁面開始*************************/ #topics { min-height: 200px;margin-bottom: 15px; padding:15px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; word-break: break-all;background: #fff;border-radius: 7px; box-shadow: 1px 1px 2px #A7A8AD; } #topics .postTitle { font-size: 130%; font-weight: bold; border-bottom: 1px solid #999; float: left; line-height:2em; width: 100%; padding-left: 5px; } .postBody { padding: 15px 2px 5px 5px; line-height: 1.5; color: #000; border-bottom: 1px solid #ccc; } #EntryTag { color: #666; } #EntryTag a { margin-left: 5px; } #EntryTag a:link, #EntryTag a:visited, #EntryTag a:active { color: #666; } #EntryTag a:hover { color: #f60; } #topics .postDesc { float: right; width: 100%; text-align: right; padding-right: 5px; color: #666; margin-top: 5px; } .feedback_area_title { font-weight: bold;line-height: 35px;margin: 10px 0; border-bottom: 1px solid #ccc; padding-left: 8px; } .louzhu { background:transparent url('images/icoLouZhu.gif') no-repeat scroll right top; padding-right:16px; } .feedbackListSubtitle { color: #666; } .feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active { color: #666; font-weight: normal; } .feedbackListSubtitle a:hover { color: #f60; text-decoration: none; } .feedbackManage { width: 200px; text-align: right; float: right; } .feedbackCon { border-bottom: 1px solid #ccc; padding:20px 18px 10px 40px; min-height: 35px; _height: 35px; margin-bottom: 1em; line-height: 1.5; } #divRefreshComments { text-align: right; margin-bottom: 10px; } .commenttb { width: 320px; } /****查看文章頁面開始*************************/ /****列表頁面開始******************************/ .entrylistTitle,.PostListTitle,.thumbTitle{/**幾個分類列表的標題樣式**/ font-size: 110%; font-weight: bold; border-bottom: 1px solid #ccc; padding-bottom: 3px;line-height: 2em; padding-right: 10px; } .entrylistDescription { color: #666; text-align: right; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; margin-bottom: 10px; } .entrylistItem { min-height: 20px; _height: 20px; margin-bottom: 30px; padding-bottom: 5px; width: 100%; } .entrylistPosttitle { font-size: 110%; font-weight: bold; border-bottom: 1px solid #ccc; line-height:2em; width: 100%; padding-left: 5px; } a.entrylistItemTitle{color: #087af5;} a.entrylistItemTitle:hover{color: #f60;} .entrylistPosttitle a:hover { text-decoration: none; } .entrylistPostSummary { margin-top: 5px; padding-left: 5px; margin-bottom: 5px; } .entrylistItemPostDesc { text-align: right; color: #666; } .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active { color: #666; } .entrylistItemPostDesc a:hover { color: #f60; } .entrylist .postSeparator { clear: both; width: 100%; font-size: 0; line-height: 0; margin: 0; padding: 0; height: 0; border: none; } .pager { text-align: right; margin-right: 10px; } .PostList { border-bottom: 1px solid #ccc; clear: both; min-height: 1.5em; _height: 1.5em; padding-top: 10px; padding-left: 5px; padding-right: 5px; margin-bottom: 5px; } .postTitl2 { float: left; } .postDesc2 { color: #666; float: right; } .postText2 { clear: both; color: #666; } .pfl_feedback_area_title { line-height: 1.5; font-weight: bold;font-size: 16px; border-bottom: 1px solid #ccc;line-height: 2.5em; } .pfl_feedback_area_title a,.pfl_feedbackManage a{color: #690;margin:0 10px;font-weight: normal;} .pfl_feedback_area_title a:hover,.pfl_feedbackManage a:hover{color: #f60;} .pfl_feedbackManage a{margin:0 0 0 0;} .pfl_feedbackItem { border-bottom: 1px solid #ccc; margin-bottom: 20px; } .pfl_feedbacksubtitle { width: 100%; border-bottom: 1px dotted #ccc; height:2.5em;line-height: 2.5em; } .pfl_feedbackname { float: left;color: #A8B1BA; } .pfl_feedbackManage { float: right; } .pfl_feedbackCon { color: black;padding: 10px 0; } .pfl_feedbackAnswer { color: #F40; text-indent: 2em;padding-bottom: 10px; } .tdSentMessage { text-align: right; } .errorMessage { width: 300px; float: left; } #Profile1_panelAdd td{padding: 10px 0;} /****列表頁面結束******************************/ /****相冊頁面開始******************************/ .divPhoto { border: 1px solid #ccc; padding: 2px; margin-right: 10px; } .thumbDescription { color: #666; text-align: right; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; margin-bottom: 10px; } #footer { text-align: center; min-height: 15px; _height: 15px; border-top: 1px solid black; margin-top: 10px; padding-top: 10px; margin-bottom: 10px; } .personInfo { margin-bottom: 20px; } .pages { text-align: right; } .postBody { line-height: 1.5; } .postBody p,.postCon p{ text-indent: 2em; margin: 0 auto 1em auto; } .postBody h2{ font-size: 150%; margin: 15px auto 2px auto; font-weight:bold; } .postBody h3 { font-size: 120%; margin: 15px auto 2px auto; font-weight:bold; } .postBody h4{ font-size:110%; margin:15px auto 2px auto; font-weight:bold; color:#333; } .postBody h5{ font-size:100%; margin:15px auto 2px auto; font-weight:bold; color:#333; } .postBody a:link,.postBody a:visited,.postBody a:active{ text-decoration:underline; } .postCon a:link,.postCon a:visited,.postCon a:active{ text-decoration:underline; } .postBody ul,.postCon ul{ margin-left:2em; } .postBody li,.postCon li{ list-style-type:disc; margin-bottom:1em; } .postBody blockquote{ background:url('images/comment.gif')) no-repeat 25px 0px; line-height:1.6; color:#333; } .div_my_zzk{ margin-left: 13px; } .input_my_zzk{ width: 120px; } .blog_comment_body a:link{ text-decoration:underline; } /* ///////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// */ /*博客標題*/ #blogTitle,#blogTitle a { margin-top:0px; height:0px; line-height:0px; font-size:0px; padding-left:0px;display:none; } #blogTitle .title { margin-top:0px; height:0px; line-height:0px; font-size:0px; padding-left:0px; display:none; } .postTitle a:link, .postTitle a:visited, .postTitle a:active { /*color: #000;*/color: #087af5;/*just now*/ } .catListTitle { /* font-weight: 500; line-height: 1.7em; font-size: 115%; margin-top: 9px; margin-bottom: 10px;*/ /*background-color: #000*/;background-color: #087af5; /* color: #FFFFFF; padding-left: 10px;*/ } body { background:#FFFFFF; }
/* Minification failed. Returning unminified contents. (670,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')' */ #EntryTag { margin-top: 20px; font-size: 9pt; color: gray; } .topicListFooter { text-align: right; margin-right: 10px; margin-top: 10px; } #divRefreshComments{ text-align: right; margin-right: 10px; margin-bottom: 5px; font-size: 9pt; } * { margin: 0; padding: 0; } html { height: 100%; } body { color: #000; background: #D2D8DE; font-family: Verdana,Arial,Helvetica,sans-serif; font-size:14px; min-height: 101%; } table { border-collapse: collapse; border-spacing: 0; } fieldset, img { border: 0; } ul { word-break: break-all; } li { list-style: none; } h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; } a:link { color: black; text-decoration: none; } a:visited { color: black; text-decoration: none; } a:hover { color: #F60; text-decoration: underline; } a:active { color: black; text-decoration: none; } .clear { clear: both; } #home { margin: 0 auto; } #header { } #blogTitle { height:70px;background: #fff; clear: both; } #blogTitle h1 { font-size: 150%; font-weight: bold; line-height: 1.5; margin-left: 1em; margin-top: 10px; width: 50%; float: left; } #blogTitle h2 { margin-left: 4em; line-height: 1.5; width: 50%; float: left; } #blogLogo { float: right; } #navigator { background-color: black; /*height: 60px;*/height: 0px;line-height: 60px;overflow: hidden; clear: both; } #navList { min-height: 30px; float: left; } #navList li { float: left; } #navList a { display: block; padding:0 1.5em;height: 60px;font-family:'微軟雅黑'; float: left;font-size: 1.2em; text-align: center;transition-duration:0.3s; } #navList a:link, #navList a:visited, #navList a:active { color: #bbb; } #navList a:hover { color: white; background-color: #343434; text-decoration: none;text-shadow: 0px 0px 1px #000; } #navList a.aHeaderXML{padding-top: 25px;overflow: hidden;} #navList a.aHeaderXML img{vertical-align:middle;} .blogStats { float: right; color: #ccc;padding-right: 10px; text-align: right; } /*****home和頭部結束**************************/ /*****主頁文章列表開始**************************/ #main{ min-width: 950px; text-align: left;padding:20px 0 0 10px;overflow: hidden; } #mainContent .forFlow{ margin-left:20em; float: none; width: auto; } #mainContent { min-height: 200px; padding: 0px 0px 10px 0; *padding-top:10px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; word-break: break-all; float: right; margin-left: -20em;margin-right: 20px;display: inline; width: 100% } .day { min-height: 10px; _height: 10px; background: #fff; border-radius: 7px; box-shadow: 1px 1px 2px #A7A8AD; /*color: #666666;*/ /*margin: 0 5px 20px 0;*/ /*padding:5px 20px 10px;*/ } .dayTitle { /*width: 100%; color: #666;*/ /*line-height:2.2em;*/ font-size:0px; /*clear:both; border-bottom:1px solid #ccc;*/ /*text-align:center;*/ } .postTitle { /*font-size: 110%;*/ /*font-weight: bold;*/ /*border-bottom: 1px dashed #ccc;*/ float: right; /*line-height:2.5em;*/ font-size: 15px; width: 100%; clear:both; } .postTitle a:link, .postTitle a:visited, .postTitle a:active { color: #000;transition:all 0.4s linear 0s } .postTitle a:hover { color: #F60; text-decoration: none;margin-left: 10px; } .postCon { float: right; line-height: 1.5; width: 100%; clear:both; padding: 10px 0; } .postDesc { float: right; width: 100%; clear:both; text-align: right; padding-right: 5px; color: #A8B1BA;line-height: 2.5em; } .postDesc a:link, .postDesc a:visited, .postDesc a:active { color: #666; } .postDesc a:hover { color: #F60; text-decoration: none; } .postSeparator { clear: both; height: 1px; /*border-top: 1px dotted #666;*/ width: 100%; clear:both; float: right; margin: 0 auto 15px auto; } /*****主頁文章列表開始**************************/ /*****側邊欄開始********************************/ #sideBar { width: 230px; min-height: 200px; padding: 0px 0 0px 5px; float: left; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; word-break: break-all; } .newsItem .catListTitle { display: none; } .newsItem,#blog-calendar { margin-bottom:15px;text-indent:0;padding:10px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;line-height: 1.5; } /**日曆控件樣式開始**/ #calendar { margin-bottom: 15px;padding:5px;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;background: #fff; } #calendar .Cal { width: 100%; line-height: 1.5; } #calendar th{padding:2px 5px;} #calendar td{padding:2px 5px;} #calendar td a{display: block;} .Cal {/**日曆容器table**/ border: none; color: #666; } #calendar table a:link, #calendar table a:visited, #calendar table a:active { font-weight: bold; } #calendar table a:hover { color: white; text-decoration: none; background-color: #F60; } .CalTodayDay{/**今天日期樣式**/ color:#f60; } #calendar .CalNextPrev a:link,#calendar .CalNextPrev a:visited, #calendar .CalNextPrev a:active {/**上個月、下個月箭頭樣式**/ font-weight: bold; background-color: white; } .CalDayHeader{ border-bottom:1px solid #ccc; } .CalTitle{/**日曆年月頭部樣式**/ width:100%; background:white; color:black; border-bottom:1px solid #666; } /**日曆控件樣式結束**/ .catListTitle { background: #000;border-bottom: 1px solid #006600;border-top-left-radius: 7px; border-top-right-radius: 7px; color: #FFFFFF;font-size: 1.2em; height:1.8em; line-height:1.8em; padding: 5px; text-indent:0.5em;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); } .catListComment { line-height: 1.5; } .divRecentComment { text-indent: 2em; color: #666; } #sideBarMain ul { line-height: 1.5; } /* 最新評論等 開始 */ #AjaxHolder_UpdatePanel1, #AjaxHolder_PostComment_divCommnentArea, #profile, .entrylist, .gallery { background: none repeat scroll 0 0 #FFFFFF; border-radius: 7px; box-shadow:1px 1px 2px #A7A8AD; margin: 0 0 15px 0; min-height: 200px; overflow: hidden; padding:0 15px; text-overflow: ellipsis; word-break: break-all; } #AjaxHolder_PostComment_divCommnentArea{padding: 10px;} #profile, .entrylist, .gallery {/*padding: 10px;*/} .catListEssay,.catListLink,.catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {margin-bottom: 15px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;overflow: hidden;zoom: 1;} .catListEssay ul li,.catListLink ul li,.catListNoteBook ul li, .catListTag ul li, .catListPostCategory ul li, .catListPostArchive ul li, .catListImageCategory ul li, .catListArticleArchive ul li, .catListView ul li, .catListFeedback ul li, .catListComment ul li, .catListBlogRank ul li, .catList ul li, .catListArticleCategory ul li {text-indent:1em;padding: 1px 0px;/*border-bottom: 1px solid #DADFE1;*/ border-top: 1px solid #FFFFFF; overflow: hidden;} .catListEssay ul li a,.catListLink ul li a,.catListNoteBook ul li a, .catListTag ul li a, .catListPostCategory ul li a, .catListPostArchive ul li a, .catListImageCategory ul li a, .catListArticleArchive ul li a, .catListView ul li a, .catListFeedback ul li a, .catListComment ul li a, .catListBlogRank ul li a, .catList ul li a .catListArticleCategory ul li a {text-indent: 1em;font-size: 12px;} .catListEssay ul li a:hover,.catListLink ul li a:hover,.catListNoteBook ul li a:hover, .catListTag ul li a:hover, .catListPostCategory ul li a:hover, .catListPostArchive ul li a:hover, .catListImageCategory ul li a:hover, .catListView ul li a:hover, .catListFeedback ul li a:hover, .catListArticleArchive ul li a:hover, .catListComment ul li a:hover {text-decoration: none;} .divRecentCommentAticle{padding:0 10px;} .divRecentComment{padding: 10px;font-size: 12px;} #AjaxHolder_PostComment_divCommnentArea td{padding: 5px 0;} /* 最新評論等 結束 */ /*****側邊欄結束********************************/ /****查看文章頁面開始*************************/ #topics { min-height: 200px;margin-bottom: 15px; padding:15px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; word-break: break-all;background: #fff;border-radius: 7px; box-shadow: 1px 1px 2px #A7A8AD; } #topics .postTitle { font-size: 130%; font-weight: bold; border-bottom: 1px solid #999; float: left; line-height:2em; width: 100%; padding-left: 5px; } .postBody { padding: 15px 2px 5px 5px; line-height: 1.5; color: #000; border-bottom: 1px solid #ccc; } #EntryTag { color: #666; } #EntryTag a { margin-left: 5px; } #EntryTag a:link, #EntryTag a:visited, #EntryTag a:active { color: #666; } #EntryTag a:hover { color: #f60; } #topics .postDesc { float: right; width: 100%; text-align: right; padding-right: 5px; color: #666; margin-top: 5px; } .feedback_area_title { font-weight: bold;line-height: 35px;margin: 10px 0; border-bottom: 1px solid #ccc; padding-left: 8px; } .louzhu { background:transparent url('images/icoLouZhu.gif') no-repeat scroll right top; padding-right:16px; } .feedbackListSubtitle { color: #666; } .feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active { color: #666; font-weight: normal; } .feedbackListSubtitle a:hover { color: #f60; text-decoration: none; } .feedbackManage { width: 200px; text-align: right; float: right; } .feedbackCon { border-bottom: 1px solid #ccc; padding:20px 18px 10px 40px; min-height: 35px; _height: 35px; margin-bottom: 1em; line-height: 1.5; } #divRefreshComments { text-align: right; margin-bottom: 10px; } .commenttb { width: 320px; } /****查看文章頁面開始*************************/ /****列表頁面開始******************************/ .entrylistTitle,.PostListTitle,.thumbTitle{/**幾個分類列表的標題樣式**/ font-size: 110%; font-weight: bold; border-bottom: 1px solid #ccc; padding-bottom: 3px;line-height: 2em; padding-right: 10px; } .entrylistDescription { color: #666; text-align: right; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; margin-bottom: 10px; } .entrylistItem { min-height: 20px; _height: 20px; /*margin-bottom: 30px;*/ padding-bottom: 5px; width: 100%; } .entrylistPosttitle { /*font-size: 110%;*/ /*font-weight: bold;*/ /*border-bottom: 1px solid #ccc;*/ line-height:2em; width: 100%; padding-left: 5px; } a.entrylistItemTitle{color: #087af5;font-size:15ps;} a.entrylistItemTitle:hover{color: #f60;} .entrylistPosttitle a:hover { text-decoration: none; } .entrylistPostSummary { margin-top: 5px; padding-left: 5px; margin-bottom: 5px; } .entrylistItemPostDesc { text-align: right; color: #666; } .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active { color: #666; } .entrylistItemPostDesc a:hover { color: #f60; } .entrylist .postSeparator { clear: both; width: 100%; font-size: 0; line-height: 0; margin: 0; padding: 0; height: 0; border: none; } .pager { text-align: right; margin-right: 10px; } .PostList { border-bottom: 1px solid #ccc; clear: both; min-height: 1.5em; _height: 1.5em; padding-top: 10px; padding-left: 5px; padding-right: 5px; margin-bottom: 5px; } .postTitl2 { float: left; } .postDesc2 { color: #666; float: right; } .postText2 { clear: both; color: #666; } .pfl_feedback_area_title { line-height: 1.5; font-weight: bold;font-size: 16px; border-bottom: 1px solid #ccc;line-height: 2.5em; } .pfl_feedback_area_title a,.pfl_feedbackManage a{color: #690;margin:0 10px;font-weight: normal;} .pfl_feedback_area_title a:hover,.pfl_feedbackManage a:hover{color: #f60;} .pfl_feedbackManage a{margin:0 0 0 0;} .pfl_feedbackItem { border-bottom: 1px solid #ccc; margin-bottom: 20px; } .pfl_feedbacksubtitle { width: 100%; border-bottom: 1px dotted #ccc; height:2.5em;line-height: 2.5em; } .pfl_feedbackname { float: left;color: #A8B1BA; } .pfl_feedbackManage { float: right; } .pfl_feedbackCon { color: black;padding: 10px 0; } .pfl_feedbackAnswer { color: #F40; text-indent: 2em;padding-bottom: 10px; } .tdSentMessage { text-align: right; } .errorMessage { width: 300px; float: left; } #Profile1_panelAdd td{padding: 10px 0;} /****列表頁面結束******************************/ /****相冊頁面開始******************************/ .divPhoto { border: 1px solid #ccc; padding: 2px; margin-right: 10px; } .thumbDescription { color: #666; text-align: right; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; margin-bottom: 10px; } #footer { text-align: center; min-height: 15px; _height: 15px; border-top: 1px solid black; margin-top: 10px; padding-top: 10px; margin-bottom: 10px; } .personInfo { margin-bottom: 20px; } .pages { text-align: right; } .postBody { line-height: 1.5; } .postBody p,.postCon p{ text-indent: 2em; margin: 0 auto 1em auto; } .postBody h2{ font-size: 150%; margin: 15px auto 2px auto; font-weight:bold; } .postBody h3 { font-size: 120%; margin: 15px auto 2px auto; font-weight:bold; } .postBody h4{ font-size:110%; margin:15px auto 2px auto; font-weight:bold; color:#333; } .postBody h5{ font-size:100%; margin:15px auto 2px auto; font-weight:bold; color:#333; } .postBody a:link,.postBody a:visited,.postBody a:active{ text-decoration:underline; } .postCon a:link,.postCon a:visited,.postCon a:active{ text-decoration:underline; } .postBody ul,.postCon ul{ margin-left:2em; } .postBody li,.postCon li{ list-style-type:disc; margin-bottom:1em; } .postBody blockquote{ background:url('images/comment.gif')) no-repeat 25px 0px; line-height:1.6; color:#333; } .div_my_zzk{ margin-left: 13px; } .input_my_zzk{ width: 120px; } .blog_comment_body a:link{ text-decoration:underline; } /* ///////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// */ /*博客標題*/ #blogTitle,#blogTitle a { margin-top:0px; height:0px; line-height:0px; font-size:0px; padding-left:0px;display:none; } #blogTitle .title { margin-top:0px; height:0px; line-height:0px; font-size:0px; padding-left:0px; display:none; } .postTitle a:link, .postTitle a:visited, .postTitle a:active { /*color: #000;*/color: #087af5;/*just now*/ } .catListTitle { /* font-weight: 500; line-height: 1.7em; font-size: 115%; margin-top: 9px; margin-bottom: 10px;*/ /*background-color: #000;*/ /* color: #FFFFFF; padding-left: 10px;*/ background-color: #087af5; font-size:10px; } body { background:#FFFFFF; }
// now use工具
1 /* Minification failed. Returning unminified contents. 2 (670,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')' 3 */ 4 #EntryTag { 5 margin-top: 20px; 6 font-size: 9pt; 7 color: gray; 8 } 9 .topicListFooter { 10 text-align: right; 11 margin-right: 10px; 12 margin-top: 10px; 13 } 14 #divRefreshComments{ 15 text-align: right; 16 margin-right: 10px; 17 margin-bottom: 5px; 18 font-size: 9pt; 19 } 20 21 * { 22 margin: 0; 23 padding: 0; 24 } 25 html { 26 height: 100%; 27 } 28 body { 29 color: #000; 30 background: #D2D8DE; 31 font-family: Verdana,Arial,Helvetica,sans-serif; 32 font-size:14px; 33 min-height: 101%; 34 } 35 table { 36 border-collapse: collapse; 37 border-spacing: 0; 38 } 39 fieldset, img { 40 border: 0; 41 } 42 ul { 43 word-break: break-all; 44 } 45 li { 46 list-style: none; 47 } 48 h1, h2, h3, h4, h5, h6 { 49 font-size: 100%; 50 font-weight: normal; 51 } 52 a:link { 53 color: black; 54 text-decoration: none; 55 } 56 a:visited { 57 color: black; 58 text-decoration: none; 59 } 60 a:hover { 61 color: #F60; 62 text-decoration: underline; 63 } 64 a:active { 65 color: black; 66 text-decoration: none; 67 } 68 .clear { 69 clear: both; 70 } 71 #home { 72 margin: 0 auto; 73 } 74 #header { 75 76 } 77 #blogTitle { 78 height:70px;background: #fff; 79 clear: both; 80 } 81 #blogTitle h1 { 82 font-size: 150%; 83 font-weight: bold; 84 line-height: 1.5; 85 margin-left: 1em; 86 margin-top: 10px; 87 width: 50%; 88 float: left; 89 } 90 #blogTitle h2 { 91 margin-left: 4em; 92 line-height: 1.5; 93 width: 50%; 94 float: left; 95 } 96 #blogLogo { 97 float: right; 98 } 99 #navigator { 100 background-color: black; 101 /*height: 60px;*/height: 0px;line-height: 60px;overflow: hidden; 102 clear: both; 103 } 104 #navList { 105 min-height: 30px; 106 float: left; 107 } 108 #navList li { 109 float: left; 110 } 111 #navList a { 112 display: block; 113 padding:0 1.5em;height: 60px;font-family:'微軟雅黑'; 114 float: left;font-size: 1.2em; 115 text-align: center;transition-duration:0.3s; 116 } 117 #navList a:link, #navList a:visited, #navList a:active { 118 color: #bbb; 119 } 120 #navList a:hover { 121 color: white; 122 background-color: #343434; 123 text-decoration: none;text-shadow: 0px 0px 1px #000; 124 } 125 #navList a.aHeaderXML{padding-top: 25px;overflow: hidden;} 126 #navList a.aHeaderXML img{vertical-align:middle;} 127 128 .blogStats { 129 float: right; 130 color: #ccc;padding-right: 10px; 131 text-align: right; 132 } 133 /*****home和頭部結束**************************/ 134 135 /*****主頁文章列表開始**************************/ 136 #main{ 137 min-width: 950px; 138 text-align: left;padding:20px 0 0 10px;overflow: hidden; 139 } 140 #mainContent .forFlow{ 141 margin-left:17em; /* just now*/ 142 float: none; 143 width: auto; 144 } 145 146 #mainContent { 147 min-height: 200px; 148 padding: 0px 0px 10px 0; 149 *padding-top:10px; 150 -o-text-overflow: ellipsis; 151 text-overflow: ellipsis; 152 overflow: hidden; 153 word-break: break-all; 154 155 float: right; 156 margin-left: -20em;margin-right: 20px;display: inline; 157 width: 100% 158 } 159 .day { 160 min-height: 10px; 161 _height: 10px; 162 background: #fff; 163 border-radius: 7px; 164 box-shadow: 1px 1px 2px #A7A8AD; 165 /*color: #666666;*/ 166 /*margin: 0 5px 20px 0;*/ 167 /*padding:5px 20px 10px;*/ 168 } 169 .dayTitle { 170 /*width: 100%; 171 color: #666;*/ 172 /*line-height:2.2em;*/ 173 font-size:0px; 174 /*clear:both; 175 border-bottom:1px solid #ccc;*/ 176 /*text-align:center;*/ 177 } 178 .postTitle { 179 /*font-size: 110%;*/ 180 /*font-weight: bold;*/ 181 /*border-bottom: 1px dashed #ccc;*/ 182 float: right; 183 /*line-height:2.5em;*/ 184 font-size: 15px; 185 width: 100%; 186 clear:both; 187 } 188 .postTitle a:link, .postTitle a:visited, .postTitle a:active { 189 color: #000;transition:all 0.4s linear 0s 190 } 191 .postTitle a:hover { 192 color: #F60; 193 text-decoration: none;margin-left: 10px; 194 } 195 .postCon { 196 float: right; 197 line-height: 1.5; 198 width: 100%; 199 clear:both; 200 padding: 10px 0; 201 } 202 .postDesc { 203 float: right; 204 width: 100%; 205 clear:both; 206 text-align: right; 207 padding-right: 5px; 208 color: #A8B1BA;line-height: 2.5em; 209 } 210 .postDesc a:link, .postDesc a:visited, .postDesc a:active { 211 color: #666; 212 } 213 .postDesc a:hover { 214 color: #F60; 215 text-decoration: none; 216 } 217 .postSeparator { 218 clear: both; 219 height: 1px; 220 /*border-top: 1px dotted #666;*/ 221 width: 100%; 222 clear:both; 223 float: right; 224 margin: 0 auto 15px auto; 225 } 226 /*****主頁文章列表開始**************************/ 227 228 /*****側邊欄開始********************************/ 229 #sideBar { 230 /*width: 230px;*/ 231 min-height: 200px; 232 padding: 0px 0 0px 5px; 233 float: left; 234 -o-text-overflow: ellipsis; 235 text-overflow: ellipsis; 236 overflow: hidden; 237 word-break: break-all; 238 } 239 .newsItem .catListTitle { 240 display: none; 241 } 242 .newsItem,#blog-calendar { 243 margin-bottom:15px;text-indent:0;padding:10px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;line-height: 1.5; 244 } 245 /**日曆控件樣式開始**/ 246 #calendar { 247 margin-bottom: 15px;padding:5px;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;background: #fff; 248 } 249 #calendar .Cal { 250 width: 100%; 251 line-height: 1.5; 252 } 253 #calendar th{padding:2px 5px;} 254 #calendar td{padding:2px 5px;} 255 #calendar td a{display: block;} 256 .Cal {/**日曆容器table**/ 257 border: none; 258 color: #666; 259 } 260 #calendar table a:link, #calendar table a:visited, #calendar table a:active { 261 font-weight: bold; 262 } 263 #calendar table a:hover { 264 color: white; 265 text-decoration: none; 266 background-color: #F60; 267 } 268 .CalTodayDay{/**今天日期樣式**/ 269 color:#f60; 270 } 271 #calendar .CalNextPrev a:link,#calendar .CalNextPrev a:visited, #calendar .CalNextPrev a:active {/**上個月、下個月箭頭樣式**/ 272 font-weight: bold; 273 background-color: white; 274 } 275 .CalDayHeader{ 276 border-bottom:1px solid #ccc; 277 } 278 .CalTitle{/**日曆年月頭部樣式**/ 279 width:100%; 280 background:white; 281 color:black; 282 border-bottom:1px solid #666; 283 } 284 /**日曆控件樣式結束**/ 285 .catListTitle { 286 background: #000;border-bottom: 1px solid #006600;border-top-left-radius: 7px; border-top-right-radius: 7px; color: #FFFFFF;font-size: 1.2em; 287 height:1.8em; 288 line-height:1.8em; 289 padding: 5px; 290 text-indent:0.5em;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); 291 } 292 .catListComment { 293 line-height: 1.5; 294 } 295 .divRecentComment { 296 text-indent: 2em; 297 color: #666; 298 } 299 #sideBarMain ul { 300 line-height: 1.5; 301 } 302 /* 最新評論等 開始 */ 303 #AjaxHolder_UpdatePanel1, 304 #AjaxHolder_PostComment_divCommnentArea, 305 #profile, 306 .entrylist, 307 .gallery 308 { 309 background: none repeat scroll 0 0 #FFFFFF; 310 border-radius: 7px; 311 box-shadow:1px 1px 2px #A7A8AD; 312 margin: 0 0 15px 0; 313 min-height: 200px; 314 overflow: hidden; 315 /*padding:0 15px;*/ 316 text-overflow: ellipsis; 317 word-break: break-all; 318 } 319 #AjaxHolder_PostComment_divCommnentArea{padding: 10px;} 320 #profile, 321 .entrylist, 322 .gallery 323 {/*padding: 10px;*/} 324 .catListEssay,.catListLink,.catListNoteBook, 325 .catListTag, 326 .catListPostCategory, 327 .catListPostArchive, 328 .catListImageCategory, 329 .catListArticleArchive, 330 .catListView, 331 .catListFeedback, 332 .mySearch, 333 .catListComment, 334 .catListBlogRank, 335 .catList, 336 .catListArticleCategory 337 {margin-bottom: 15px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;overflow: hidden;zoom: 1;} 338 .catListEssay ul li,.catListLink ul li,.catListNoteBook ul li, 339 .catListTag ul li, 340 .catListPostCategory ul li, 341 .catListPostArchive ul li, 342 .catListImageCategory ul li, 343 .catListArticleArchive ul li, 344 .catListView ul li, 345 .catListFeedback ul li, 346 .catListComment ul li, 347 .catListBlogRank ul li, 348 .catList ul li, 349 .catListArticleCategory ul li 350 {text-indent:1em;padding: 1px 0px;/*border-bottom: 1px solid #DADFE1;*/ border-top: 1px solid #FFFFFF; overflow: hidden;} 351 .catListEssay ul li a,.catListLink ul li a,.catListNoteBook ul li a, 352 .catListTag ul li a, 353 .catListPostCategory ul li a, 354 .catListPostArchive ul li a, 355 .catListImageCategory ul li a, 356 .catListArticleArchive ul li a, 357 .catListView ul li a, 358 .catListFeedback ul li a, 359 .catListComment ul li a, 360 .catListBlogRank ul li a, 361 .catList ul li a 362 .catListArticleCategory ul li a 363 {text-indent: 1em;font-size: 12px;} 364 .catListEssay ul li a:hover,.catListLink ul li a:hover,.catListNoteBook ul li a:hover, 365 .catListTag ul li a:hover, 366 .catListPostCategory ul li a:hover, 367 .catListPostArchive ul li a:hover, 368 .catListImageCategory ul li a:hover, 369 .catListView ul li a:hover, 370 .catListFeedback ul li a:hover, 371 .catListArticleArchive ul li a:hover, 372 .catListComment ul li a:hover 373 {text-decoration: none;} 374 .divRecentCommentAticle{padding:0 10px;} 375 .divRecentComment{padding: 10px;font-size: 12px;} 376 #AjaxHolder_PostComment_divCommnentArea td{padding: 5px 0;} 377 /* 最新評論等 結束 */ 378 379 /*****側邊欄結束********************************/ 380 381 382 /****查看文章頁面開始*************************/ 383 #topics { 384 min-height: 200px;margin-bottom: 15px; 385 /*padding:15px;*/ 386 -o-text-overflow: ellipsis; 387 text-overflow: ellipsis; 388 overflow: hidden; 389 word-break: break-all;background: #fff;border-radius: 7px; 390 box-shadow: 1px 1px 2px #A7A8AD; 391 } 392 #topics .postTitle { 393 font-size: 130%; 394 font-weight: bold; 395 border-bottom: 1px solid #999; 396 float: left; 397 line-height:2em; 398 width: 100%; 399 padding-left: 5px; 400 } 401 .postBody { 402 padding: 15px 2px 5px 5px; 403 line-height: 1.5; 404 color: #000; 405 border-bottom: 1px solid #ccc; 406 } 407 #EntryTag { 408 color: #666; 409 } 410 #EntryTag a { 411 margin-left: 5px; 412 } 413 #EntryTag a:link, #EntryTag a:visited, #EntryTag a:active { 414 color: #666; 415 } 416 #EntryTag a:hover { 417 color: #f60; 418 } 419 #topics .postDesc { 420 float: right; 421 width: 100%; 422 text-align: right; 423 padding-right: 5px; 424 color: #666; 425 margin-top: 5px; 426 } 427 .feedback_area_title { 428 font-weight: bold;line-height: 35px;margin: 10px 0; 429 border-bottom: 1px solid #ccc; 430 padding-left: 8px; 431 } 432 .louzhu { 433 background:transparent url('images/icoLouZhu.gif') no-repeat scroll right top; 434 padding-right:16px; 435 } 436 .feedbackListSubtitle { 437 color: #666; 438 } 439 .feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active { 440 color: #666; 441 font-weight: normal; 442 } 443 .feedbackListSubtitle a:hover { 444 color: #f60; 445 text-decoration: none; 446 } 447 .feedbackManage { 448 width: 200px; 449 text-align: right; 450 float: right; 451 } 452 .feedbackCon { 453 border-bottom: 1px solid #ccc; 454 padding:20px 18px 10px 40px; 455 min-height: 35px; 456 _height: 35px; 457 margin-bottom: 1em; 458 line-height: 1.5; 459 } 460 #divRefreshComments { 461 text-align: right; 462 margin-bottom: 10px; 463 } 464 .commenttb { 465 width: 320px; 466 } 467 /****查看文章頁面開始*************************/ 468 469 /****列表頁面開始******************************/ 470 .entrylistTitle,.PostListTitle,.thumbTitle{/**幾個分類列表的標題樣式**/ 471 /*font-size: 110%; 472 font-weight: bold;*/ 473 border-bottom: 1px solid #ccc; 474 /*padding-bottom: 3px; 475 line-height: 2em; 476 padding-right: 10px;*/ 477 } 478 479 .entrylistDescription { 480 color: #666; 481 text-align: right; 482 padding-top: 5px; 483 padding-bottom: 5px; 484 padding-right: 10px; 485 margin-bottom: 10px; 486 } 487 .entrylistItem { 488 min-height: 20px; 489 _height: 20px; 490 /*margin-bottom: 30px;*/ 491 padding-bottom: 5px; 492 width: 100%; 493 } 494 .entrylistPosttitle { 495 /*font-size: 110%;*/ 496 /*font-weight: bold;*/ 497 /*border-bottom: 1px solid #ccc;*/ 498 line-height:2em; 499 width: 100%; 500 padding-left: 5px; 501 } 502 a.entrylistItemTitle{color: #087af5;font-size:15ps;} 503 a.entrylistItemTitle:hover{color: #f60;} 504 .entrylistPosttitle a:hover { 505 text-decoration: none; 506 } 507 .entrylistPostSummary { 508 margin-top: 5px; 509 padding-left: 5px; 510 margin-bottom: 5px; 511 } 512 .entrylistItemPostDesc { 513 text-align: right; 514 color: #666; 515 } 516 .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active { 517 color: #666; 518 } 519 .entrylistItemPostDesc a:hover { 520 color: #f60; 521 } 522 .entrylist .postSeparator { 523 clear: both; 524 width: 100%; 525 font-size: 0; 526 line-height: 0; 527 margin: 0; 528 padding: 0; 529 height: 0; 530 border: none; 531 } 532 533 .pager { 534 text-align: right; 535 margin-right: 10px; 536 } 537 .PostList { 538 border-bottom: 1px solid #ccc; 539 clear: both; 540 min-height: 1.5em; 541 _height: 1.5em; 542 padding-top: 10px; 543 padding-left: 5px; 544 padding-right: 5px; 545 margin-bottom: 5px; 546 } 547 .postTitl2 { 548 float: left; 549 } 550 .postDesc2 { 551 color: #666; 552 float: right; 553 } 554 .postText2 { 555 clear: both; 556 color: #666; 557 } 558 .pfl_feedback_area_title { 559 line-height: 1.5; 560 font-weight: bold;font-size: 16px; 561 border-bottom: 1px solid #ccc;line-height: 2.5em; 562 } 563 .pfl_feedback_area_title a,.pfl_feedbackManage a{color: #690;margin:0 10px;font-weight: normal;} 564 .pfl_feedback_area_title a:hover,.pfl_feedbackManage a:hover{color: #f60;} 565 .pfl_feedbackManage a{margin:0 0 0 0;} 566 .pfl_feedbackItem { 567 border-bottom: 1px solid #ccc; 568 margin-bottom: 20px; 569 } 570 .pfl_feedbacksubtitle { 571 width: 100%; 572 border-bottom: 1px dotted #ccc; 573 height:2.5em;line-height: 2.5em; 574 } 575 .pfl_feedbackname { 576 float: left;color: #A8B1BA; 577 } 578 .pfl_feedbackManage { 579 float: right; 580 } 581 .pfl_feedbackCon { 582 color: black;padding: 10px 0; 583 } 584 .pfl_feedbackAnswer { 585 color: #F40; 586 text-indent: 2em;padding-bottom: 10px; 587 } 588 .tdSentMessage { 589 text-align: right; 590 } 591 .errorMessage { 592 width: 300px; 593 float: left; 594 } 595 #Profile1_panelAdd td{padding: 10px 0;} 596 /****列表頁面結束******************************/ 597 598 /****相冊頁面開始******************************/ 599 .divPhoto { 600 border: 1px solid #ccc; 601 padding: 2px; 602 margin-right: 10px; 603 } 604 605 .thumbDescription { 606 color: #666; 607 text-align: right; 608 padding-top: 5px; 609 padding-bottom: 5px; 610 padding-right: 10px; 611 margin-bottom: 10px; 612 } 613 #footer { 614 text-align: center; 615 min-height: 15px; 616 _height: 15px; 617 border-top: 1px solid black; 618 margin-top: 10px; 619 padding-top: 10px; 620 margin-bottom: 10px; 621 } 622 .personInfo { 623 margin-bottom: 20px; 624 } 625 .pages { 626 text-align: right; 627 } 628 .postBody { 629 line-height: 1.5; 630 } 631 .postBody p,.postCon p{ 632 text-indent: 2em; 633 margin: 0 auto 1em auto; 634 } 635 .postBody h2{ 636 font-size: 150%; 637 margin: 15px auto 2px auto; 638 font-weight:bold; 639 } 640 .postBody h3 { 641 font-size: 120%; 642 margin: 15px auto 2px auto; 643 font-weight:bold; 644 } 645 .postBody h4{ 646 font-size:110%; 647 margin:15px auto 2px auto; 648 font-weight:bold; 649 color:#333; 650 } 651 652 .postBody h5{ 653 font-size:100%; 654 margin:15px auto 2px auto; 655 font-weight:bold; 656 color:#333; 657 } 658 659 .postBody a:link,.postBody a:visited,.postBody a:active{ 660 text-decoration:underline; 661 } 662 .postCon a:link,.postCon a:visited,.postCon a:active{ 663 text-decoration:underline; 664 } 665 .postBody ul,.postCon ul{ 666 margin-left:2em; 667 } 668 669 .postBody li,.postCon li{ 670 list-style-type:disc; 671 margin-bottom:1em; 672 } 673 674 .postBody blockquote{ 675 background:url('images/comment.gif')) no-repeat 25px 0px; 676 line-height:1.6; 677 color:#333; 678 } 679 .div_my_zzk{ 680 margin-left: 13px; 681 } 682 .input_my_zzk{ width: 120px; } 683 684 .blog_comment_body a:link{ 685 text-decoration:underline; 686 } 687 688 689 690 691 692 /* 693 ///////////////////////////////////////////////////////////////////////////////// 694 //////////////////////////////////////////////////////////////////////////////// 695 */ 696 /*博客標題*/ 697 #blogTitle,#blogTitle a { 698 margin-top:0px; 699 height:0px; 700 line-height:0px; 701 font-size:0px; 702 padding-left:0px;display:none; 703 } 704 #blogTitle .title { 705 margin-top:0px; 706 height:0px; 707 line-height:0px; 708 font-size:0px; 709 padding-left:0px; 710 display:none; 711 } 712 .postTitle a:link, .postTitle a:visited, .postTitle a:active { 713 /*color: #000;*/color: #087af5;/*just now*/ 714 } 715 716 .catListTitle { 717 /* font-weight: 500; 718 line-height: 1.7em; 719 font-size: 115%; 720 margin-top: 9px; 721 margin-bottom: 10px;*/ 722 /*background-color: #000;*/ 723 /* color: #FFFFFF; 724 padding-left: 10px;*/ 725 background-color: #087af5; font-size:10px; 726 } 727 body { 728 background:#FFFFFF; 729 }
20150213post
1 /* Minification failed. Returning unminified contents. 2 (670,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')' 3 */ 4 #EntryTag { 5 margin-top: 20px; 6 font-size: 9pt; 7 color: gray; 8 } 9 .topicListFooter { 10 text-align: right; 11 margin-right: 10px; 12 margin-top: 10px; 13 } 14 #divRefreshComments{ 15 text-align: right; 16 margin-right: 10px; 17 margin-bottom: 5px; 18 font-size: 9pt; 19 } 20 21 * { 22 margin: 0; 23 padding: 0; 24 } 25 html { 26 height: 100%; 27 } 28 body { 29 color: #000; 30 background: #D2D8DE; 31 font-family: Verdana,Arial,Helvetica,sans-serif; 32 font-size:14px; 33 min-height: 101%; 34 } 35 table { 36 border-collapse: collapse; 37 border-spacing: 0; 38 } 39 fieldset, img { 40 border: 0; 41 } 42 ul { 43 word-break: break-all; 44 } 45 li { 46 list-style: none; 47 } 48 h1, h2, h3, h4, h5, h6 { 49 font-size: 100%; 50 font-weight: normal; 51 } 52 a:link { 53 color: black; 54 text-decoration: none; 55 } 56 a:visited { 57 color: black; 58 text-decoration: none; 59 } 60 a:hover { 61 color: #F60; 62 text-decoration: underline; 63 } 64 a:active { 65 color: black; 66 text-decoration: none; 67 } 68 .clear { 69 clear: both; 70 } 71 #home { 72 margin: 0 auto; 73 } 74 #header { 75 76 } 77 #blogTitle { 78 height:70px;background: #fff; 79 clear: both; 80 } 81 #blogTitle h1 { 82 font-size: 150%; 83 font-weight: bold; 84 line-height: 1.5; 85 margin-left: 1em; 86 margin-top: 10px; 87 width: 50%; 88 float: left; 89 } 90 #blogTitle h2 { 91 margin-left: 4em; 92 line-height: 1.5; 93 width: 50%; 94 float: left; 95 } 96 #blogLogo { 97 float: right; 98 } 99 #navigator { 100 background-color: black; 101 /*height: 60px;*/height: 0px;line-height: 60px;overflow: hidden; 102 clear: both; 103 } 104 #navList { 105 min-height: 30px; 106 float: left; 107 } 108 #navList li { 109 float: left; 110 } 111 #navList a { 112 display: block; 113 padding:0 1.5em;height: 60px;font-family:'微軟雅黑'; 114 float: left;font-size: 1.2em; 115 text-align: center;transition-duration:0.3s; 116 } 117 #navList a:link, #navList a:visited, #navList a:active { 118 color: #bbb; 119 } 120 #navList a:hover { 121 color: white; 122 background-color: #343434; 123 text-decoration: none;text-shadow: 0px 0px 1px #000; 124 } 125 #navList a.aHeaderXML{padding-top: 25px;overflow: hidden;} 126 #navList a.aHeaderXML img{vertical-align:middle;} 127 128 .blogStats { 129 float: right; 130 color: #ccc;padding-right: 10px; 131 text-align: right; 132 } 133 /*****home和頭部結束**************************/ 134 135 /*****主頁文章列表開始**************************/ 136 #main{ 137 min-width: 950px; 138 text-align: left;padding:20px 0 0 10px;overflow: hidden; 139 } 140 #mainContent .forFlow{ 141 margin-left:17em; /* just now*/ 142 float: none; 143 width: auto; 144 } 145 146 #mainContent { 147 min-height: 200px; 148 padding: 0px 0px 10px 0; 149 *padding-top:10px; 150 -o-text-overflow: ellipsis; 151 text-overflow: ellipsis; 152 overflow: hidden; 153 word-break: break-all; 154 155 float: right; 156 margin-left: -20em;margin-right: 20px;display: inline; 157 width: 100% 158 } 159 .day { 160 min-height: 10px; 161 _height: 10px; 162 background: #fff; 163 border-radius: 7px; 164 box-shadow: 1px 1px 2px #A7A8AD; 165 /*color: #666666;*/ 166 /*margin: 0 5px 20px 0;*/ 167 /*padding:5px 20px 10px;*/ 168 } 169 .dayTitle { 170 /*width: 100%; 171 color: #666;*/ 172 /*line-height:2.2em;*/ 173 font-size:0px; 174 /*clear:both; 175 border-bottom:1px solid #ccc;*/ 176 /*text-align:center;*/ 177 } 178 .postTitle { 179 /*font-size: 110%;*/ 180 /*font-weight: bold;*/ 181 /*border-bottom: 1px dashed #ccc;*/ 182 float: right; 183 /*line-height:2.5em;*/ 184 font-size: 15px; 185 width: 100%; 186 clear:both; 187 } 188 .postTitle a:link, .postTitle a:visited, .postTitle a:active { 189 color: #000;transition:all 0.4s linear 0s 190 } 191 .postTitle a:hover { 192 color: #F60; 193 text-decoration: none;margin-left: 10px; 194 } 195 .postCon { 196 float: right; 197 line-height: 1.5; 198 width: 100%; 199 clear:both; 200 padding: 10px 0; 201 } 202 .postDesc { 203 float: right; 204 width: 100%; 205 clear:both; 206 text-align: right; 207 padding-right: 5px; 208 color: #A8B1BA;line-height: 2.5em; 209 } 210 .postDesc a:link, .postDesc a:visited, .postDesc a:active { 211 color: #666; 212 } 213 .postDesc a:hover { 214 color: #F60; 215 text-decoration: none; 216 } 217 .postSeparator { 218 clear: both; 219 height: 1px; 220 /*border-top: 1px dotted #666;*/ 221 width: 100%; 222 clear:both; 223 float: right; 224 margin: 0 auto 15px auto; 225 } 226 /*****主頁文章列表開始**************************/ 227 228 /*****側邊欄開始********************************/ 229 #sideBar { 230 /*width: 230px;*/ 231 min-height: 200px; 232 padding: 0px 0 0px 5px; 233 float: left; 234 -o-text-overflow: ellipsis; 235 text-overflow: ellipsis; 236 overflow: hidden; 237 word-break: break-all; 238 } 239 .newsItem .catListTitle { 240 display: none; 241 } 242 .newsItem,#blog-calendar { 243 margin-bottom:15px;text-indent:0;padding:10px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;line-height: 1.5; 244 } 245 /**日曆控件樣式開始**/ 246 #calendar { 247 margin-bottom: 15px;padding:5px;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;background: #fff; 248 } 249 #calendar .Cal { 250 width: 100%; 251 line-height: 1.5; 252 } 253 #calendar th{padding:2px 5px;} 254 #calendar td{padding:2px 5px;} 255 #calendar td a{display: block;} 256 .Cal {/**日曆容器table**/ 257 border: none; 258 color: #666; 259 } 260 #calendar table a:link, #calendar table a:visited, #calendar table a:active { 261 font-weight: bold; 262 } 263 #calendar table a:hover { 264 color: white; 265 text-decoration: none; 266 background-color: #F60; 267 } 268 .CalTodayDay{/**今天日期樣式**/ 269 color:#f60; 270 } 271 #calendar .CalNextPrev a:link,#calendar .CalNextPrev a:visited, #calendar .CalNextPrev a:active {/**上個月、下個月箭頭樣式**/ 272 font-weight: bold; 273 background-color: white; 274 } 275 .CalDayHeader{ 276 border-bottom:1px solid #ccc; 277 } 278 .CalTitle{/**日曆年月頭部樣式**/ 279 width:100%; 280 background:white; 281 color:black; 282 border-bottom:1px solid #666; 283 } 284 /**日曆控件樣式結束**/ 285 .catListTitle { 286 background: #000;border-bottom: 1px solid #006600;border-top-left-radius: 7px; border-top-right-radius: 7px; color: #FFFFFF;font-size: 1.2em; 287 height:1.8em; 288 line-height:1.8em; 289 padding: 5px; 290 text-indent:0.5em;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); 291 } 292 .catListComment { 293 line-height: 1.5; 294 } 295 .divRecentComment { 296 text-indent: 2em; 297 color: #666; 298 } 299 #sideBarMain ul { 300 line-height: 1.5; 301 } 302 /* 最新評論等 開始 */ 303 #AjaxHolder_UpdatePanel1, 304 #AjaxHolder_PostComment_divCommnentArea, 305 #profile, 306 .entrylist, 307 .gallery 308 { 309 background: none repeat scroll 0 0 #FFFFFF; 310 border-radius: 7px; 311 box-shadow:1px 1px 2px #A7A8AD; 312 margin: 0 0 15px 0; 313 min-height: 200px; 314 overflow: hidden; 315 /*padding:0 15px;*/ 316 text-overflow: ellipsis; 317 word-break: break-all; 318 } 319 #AjaxHolder_PostComment_divCommnentArea{padding: 10px;} 320 #profile, 321 .entrylist, 322 .gallery 323 {/*padding: 10px;*/} 324 .catListEssay,.catListLink,.catListNoteBook, 325 .catListTag, 326 .catListPostCategory, 327 .catListPostArchive, 328 .catListImageCategory, 329 .catListArticleArchive, 330 .catListView, 331 .catListFeedback, 332 .mySearch, 333 .catListComment, 334 .catListBlogRank, 335 .catList, 336 .catListArticleCategory 337 {margin-bottom: 15px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;overflow: hidden;zoom: 1;} 338 .catListEssay ul li,.catListLink ul li,.catListNoteBook ul li, 339 .catListTag ul li, 340 .catListPostCategory ul li, 341 .catListPostArchive ul li, 342 .catListImageCategory ul li, 343 .catListArticleArchive ul li, 344 .catListView ul li, 345 .catListFeedback ul li, 346 .catListComment ul li, 347 .catListBlogRank ul li, 348 .catList ul li, 349 .catListArticleCategory ul li 350 {text-indent:1em;padding: 1px 0px;/*border-bottom: 1px solid #DADFE1;*/ border-top: 1px solid #FFFFFF; overflow: hidden;} 351 .catListEssay ul li a,.catListLink ul li a,.catListNoteBook ul li a, 352 .catListTag ul li a, 353 .catListPostCategory ul li a, 354 .catListPostArchive ul li a, 355 .catListImageCategory ul li a, 356 .catListArticleArchive ul li a, 357 .catListView ul li a, 358 .catListFeedback ul li a, 359 .catListComment ul li a, 360 .catListBlogRank ul li a, 361 .catList ul li a 362 .catListArticleCategory ul li a 363 {text-indent: 1em;font-size: 12px;} 364 .catListEssay ul li a:hover,.catListLink ul li a:hover,.catListNoteBook ul li a:hover, 365 .catListTag ul li a:hover, 366 .catListPostCategory ul li a:hover, 367 .catListPostArchive ul li a:hover, 368 .catListImageCategory ul li a:hover, 369 .catListView ul li a:hover, 370 .catListFeedback ul li a:hover, 371 .catListArticleArchive ul li a:hover, 372 .catListComment ul li a:hover 373 {text-decoration: none;} 374 .divRecentCommentAticle{padding:0 10px;} 375 .divRecentComment{padding: 10px;font-size: 12px;} 376 #AjaxHolder_PostComment_divCommnentArea td{padding: 5px 0;} 377 /* 最新評論等 結束 */ 378 379 /*****側邊欄結束********************************/ 380 381 382 /****查看文章頁面開始*************************/ 383 #topics { 384 min-height: 200px;margin-bottom: 15px; 385 /*padding:15px;*/ 386 -o-text-overflow: ellipsis; 387 text-overflow: ellipsis; 388 overflow: hidden; 389 word-break: break-all;background: #fff;border-radius: 7px; 390 box-shadow: 1px 1px 2px #A7A8AD; 391 } 392 #topics .postTitle { 393 font-size: 130%; 394 /*font-weight: bold;*/ 395 border-bottom: 1px solid #999; 396 float: left; 397 line-height:2em; 398 width: 100%; 399 /*padding-left: 5px;*/ 400 } 401 .postBody { 402 /*padding: 15px 2px 5px 5px;*/ 403 line-height: 1.5; 404 color: #000; 405 border-bottom: 1px solid #ccc; 406 } 407 #EntryTag { 408 color: #666; 409 } 410 #EntryTag a { 411 margin-left: 5px; 412 } 413 #EntryTag a:link, #EntryTag a:visited, #EntryTag a:active { 414 color: #666; 415 } 416 #EntryTag a:hover { 417 color: #f60; 418 } 419 #topics .postDesc { 420 float: right; 421 width: 100%; 422 text-align: right; 423 padding-right: 5px; 424 color: #666; 425 margin-top: 5px; 426 } 427 .feedback_area_title { 428 font-weight: bold;line-height: 35px;margin: 10px 0; 429 border-bottom: 1px solid #ccc; 430 padding-left: 8px; 431 } 432 .louzhu { 433 background:transparent url('images/icoLouZhu.gif') no-repeat scroll right top; 434 padding-right:16px; 435 } 436 .feedbackListSubtitle { 437 color: #666; 438 } 439 .feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active { 440 color: #666; 441 font-weight: normal; 442 } 443 .feedbackListSubtitle a:hover { 444 color: #f60; 445 text-decoration: none; 446 } 447 .feedbackManage { 448 width: 200px; 449 text-align: right; 450 float: right; 451 } 452 .feedbackCon { 453 border-bottom: 1px solid #ccc; 454 padding:20px 18px 10px 40px; 455 min-height: 35px; 456 _height: 35px; 457 margin-bottom: 1em; 458 line-height: 1.5; 459 } 460 #divRefreshComments { 461 text-align: right; 462 margin-bottom: 10px; 463 } 464 .commenttb { 465 width: 320px; 466 } 467 /****查看文章頁面開始*************************/ 468 469 /****列表頁面開始******************************/ 470 .entrylistTitle,.PostListTitle,.thumbTitle{/**幾個分類列表的標題樣式**/ 471 /*font-size: 110%; 472 font-weight: bold;*/ 473 border-bottom: 1px solid #ccc; 474 /*padding-bottom: 3px; 475 line-height: 2em; 476 padding-right: 10px;*/ 477 } 478 479 .entrylistDescription { 480 color: #666; 481 text-align: right; 482 padding-top: 5px; 483 padding-bottom: 5px; 484 padding-right: 10px; 485 margin-bottom: 10px; 486 } 487 .entrylistItem { 488 min-height: 20px; 489 _height: 20px; 490 /*margin-bottom: 30px;*/ 491 padding-bottom: 5px; 492 width: 100%; 493 } 494 .entrylistPosttitle { 495 /*font-size: 110%;*/ 496 /*font-weight: bold;*/ 497 /*border-bottom: 1px solid #ccc;*/ 498 line-height:2em; 499 width: 100%; 500 padding-left: 5px; 501 } 502 a.entrylistItemTitle{color: #087af5;font-size:15ps;} 503 a.entrylistItemTitle:hover{color: #f60;} 504 .entrylistPosttitle a:hover { 505 text-decoration: none; 506 } 507 .entrylistPostSummary { 508 margin-top: 5px; 509 padding-left: 5px; 510 margin-bottom: 5px; 511 } 512 .entrylistItemPostDesc { 513 text-align: right; 514 color: #666; 515 } 516 .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active { 517 color: #666; 518 } 519 .entrylistItemPostDesc a:hover { 520 color: #f60; 521 } 522 .entrylist .postSeparator { 523 clear: both; 524 width: 100%; 525 font-size: 0; 526 line-height: 0; 527 margin: 0; 528 padding: 0; 529 height: 0; 530 border: none; 531 } 532 533 .pager { 534 text-align: right; 535 margin-right: 10px; 536 } 537 .PostList { 538 border-bottom: 1px solid #ccc; 539 clear: both; 540 min-height: 1.5em; 541 _height: 1.5em; 542 padding-top: 10px; 543 padding-left: 5px; 544 padding-right: 5px; 545 margin-bottom: 5px; 546 } 547 .postTitl2 { 548 float: left; 549 } 550 .postDesc2 { 551 color: #666; 552 float: right; 553 } 554 .postText2 { 555 clear: both; 556 color: #666; 557 } 558 .pfl_feedback_area_title { 559 line-height: 1.5; 560 font-weight: bold;font-size: 16px; 561 border-bottom: 1px solid #ccc;line-height: 2.5em; 562 } 563 .pfl_feedback_area_title a,.pfl_feedbackManage a{color: #690;margin:0 10px;font-weight: normal;} 564 .pfl_feedback_area_title a:hover,.pfl_feedbackManage a:hover{color: #f60;} 565 .pfl_feedbackManage a{margin:0 0 0 0;} 566 .pfl_feedbackItem { 567 border-bottom: 1px solid #ccc; 568 margin-bottom: 20px; 569 } 570 .pfl_feedbacksubtitle { 571 width: 100%; 572 border-bottom: 1px dotted #ccc; 573 height:2.5em;line-height: 2.5em; 574 } 575 .pfl_feedbackname { 576 float: left;color: #A8B1BA; 577 } 578 .pfl_feedbackManage { 579 float: right; 580 } 581 .pfl_feedbackCon { 582 color: black;padding: 10px 0; 583 } 584 .pfl_feedbackAnswer { 585 color: #F40; 586 text-indent: 2em;padding-bottom: 10px; 587 } 588 .tdSentMessage { 589 text-align: right; 590 } 591 .errorMessage { 592 width: 300px; 593 float: left; 594 } 595 #Profile1_panelAdd td{padding: 10px 0;} 596 /****列表頁面結束******************************/ 597 598 /****相冊頁面開始******************************/ 599 .divPhoto { 600 border: 1px solid #ccc; 601 padding: 2px; 602 margin-right: 10px; 603 } 604 605 .thumbDescription { 606 color: #666; 607 text-align: right; 608 padding-top: 5px; 609 padding-bottom: 5px; 610 padding-right: 10px; 611 margin-bottom: 10px; 612 } 613 #footer { 614 text-align: center; 615 min-height: 15px; 616 _height: 15px; 617 border-top: 1px solid black; 618 margin-top: 10px; 619 padding-top: 10px; 620 margin-bottom: 10px; 621 } 622 .personInfo { 623 margin-bottom: 20px; 624 } 625 .pages { 626 text-align: right; 627 } 628 .postBody { 629 line-height: 1.5; 630 } 631 .postBody p,.postCon p{ 632 text-indent: 2em; 633 margin: 0 auto 1em auto; 634 } 635 .postBody h2{ 636 font-size: 150%; 637 margin: 15px auto 2px auto; 638 font-weight:bold; 639 } 640 .postBody h3 { 641 font-size: 120%; 642 margin: 15px auto 2px auto; 643 font-weight:bold; 644 } 645 .postBody h4{ 646 font-size:110%; 647 margin:15px auto 2px auto; 648 font-weight:bold; 649 color:#333; 650 } 651 652 .postBody h5{ 653 font-size:100%; 654 margin:15px auto 2px auto; 655 font-weight:bold; 656 color:#333; 657 } 658 659 .postBody a:link,.postBody a:visited,.postBody a:active{ 660 text-decoration:underline; 661 } 662 .postCon a:link,.postCon a:visited,.postCon a:active{ 663 text-decoration:underline; 664 } 665 .postBody ul,.postCon ul{ 666 margin-left:2em; 667 } 668 669 .postBody li,.postCon li{ 670 list-style-type:disc; 671 margin-bottom:1em; 672 } 673 674 .postBody blockquote{ 675 background:url('images/comment.gif')) no-repeat 25px 0px; 676 line-height:1.6; 677 color:#333; 678 } 679 .div_my_zzk{ 680 margin-left: 13px; 681 } 682 .input_my_zzk{ width: 120px; } 683 684 .blog_comment_body a:link{ 685 text-decoration:underline; 686 } 687 688 689 690 691 692 /* 693 ///////////////////////////////////////////////////////////////////////////////// 694 //////////////////////////////////////////////////////////////////////////////// 695 */ 696 /*博客標題*/ 697 #blogTitle,#blogTitle a { 698 margin-top:0px; 699 height:0px; 700 line-height:0px; 701 font-size:0px; 702 padding-left:0px;display:none; 703 } 704 #blogTitle .title { 705 margin-top:0px; 706 height:0px; 707 line-height:0px; 708 font-size:0px; 709 padding-left:0px; 710 display:none; 711 } 712 .postTitle a:link, .postTitle a:visited, .postTitle a:active { 713 /*color: #000;*/color: #087af5;/*just now*/ 714 } 715 716 .catListTitle { 717 /* font-weight: 500; 718 line-height: 1.7em; 719 font-size: 115%; 720 margin-top: 9px; 721 margin-bottom: 10px;*/ 722 /*background-color: #000;*/ 723 /* color: #FFFFFF; 724 padding-left: 10px;*/ 725 background-color: #087af5; font-size:10px; 726 } 727 body { 728 background:#FFFFFF; 729 }
////////////////////////// latesturl
/* Minification failed. Returning unminified contents. (670,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')' */ #EntryTag { margin-top: 20px; font-size: 9pt; color: gray; } .topicListFooter { text-align: right; margin-right: 10px; margin-top: 10px; } #divRefreshComments{ text-align: right; margin-right: 10px; margin-bottom: 5px; font-size: 9pt; } * { margin: 0; padding: 0; } html { height: 100%; } body { color: #000; background: #D2D8DE; font-family: Verdana,Arial,Helvetica,sans-serif; font-size:14px; min-height: 101%; } table { border-collapse: collapse; border-spacing: 0; } fieldset, img { border: 0; } ul { word-break: break-all; } li { list-style: none; } h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; } a:link { color: black; text-decoration: none; } a:visited { color: black; text-decoration: none; } a:hover { color: #F60; text-decoration: underline; } a:active { color: black; text-decoration: none; } .clear { clear: both; } #home { margin: 0 auto; } #header { } #blogTitle { height:70px;background: #fff; clear: both; } #blogTitle h1 { font-size: 150%; font-weight: bold; line-height: 1.5; margin-left: 1em; margin-top: 10px; width: 50%; float: left; } #blogTitle h2 { margin-left: 4em; line-height: 1.5; width: 50%; float: left; } #blogLogo { float: right; } #navigator { background-color: black; /*height: 60px;*/height: 0px;line-height: 60px;overflow: hidden; clear: both; } #navList { min-height: 30px; float: left; } #navList li { float: left; } #navList a { display: block; padding:0 1.5em;height: 60px;font-family:'微軟雅黑'; float: left;font-size: 1.2em; text-align: center;transition-duration:0.3s; } #navList a:link, #navList a:visited, #navList a:active { color: #bbb; } #navList a:hover { color: white; background-color: #343434; text-decoration: none;text-shadow: 0px 0px 1px #000; } #navList a.aHeaderXML{padding-top: 25px;overflow: hidden;} #navList a.aHeaderXML img{vertical-align:middle;} .blogStats { float: right; color: #ccc;padding-right: 10px; text-align: right; } /*****home和頭部結束**************************/ /*****主頁文章列表開始**************************/ #main{ min-width: 950px; text-align: left;padding:20px 0 0 10px;overflow: hidden; } #mainContent .forFlow{ margin-left:17em; /* just now*/ float: none; width: auto; } #mainContent { min-height: 200px; padding: 0px 0px 10px 0; *padding-top:10px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; word-break: break-all; float: right; margin-left: -20em;margin-right: 20px;display: inline; width: 100% } .day { min-height: 10px; _height: 10px; background: #fff; border-radius: 7px; box-shadow: 1px 1px 2px #A7A8AD; /*color: #666666;*/ /*margin: 0 5px 20px 0;*/ /*padding:5px 20px 10px;*/ } .dayTitle { /*width: 100%; color: #666;*/ /*line-height:2.2em;*/ font-size:0px; /*clear:both; border-bottom:1px solid #ccc;*/ /*text-align:center;*/ } .postTitle { /*font-size: 110%;*/ /*font-weight: bold;*/ /*border-bottom: 1px dashed #ccc;*/ float: right; /*line-height:2.5em;*/ font-size: 15px; width: 100%; clear:both; } .postTitle a:link, .postTitle a:visited, .postTitle a:active { color: #000;transition:all 0.4s linear 0s } .postTitle a:hover { color: #F60; text-decoration: none;margin-left: 10px; } .postCon { float: right; line-height: 1.5; width: 100%; clear:both; padding: 10px 0; } .postDesc { float: right; width: 100%; clear:both; text-align: right; padding-right: 5px; color: #A8B1BA;line-height: 2.5em; } .postDesc a:link, .postDesc a:visited, .postDesc a:active { color: #666; } .postDesc a:hover { color: #F60; text-decoration: none; } .postSeparator { clear: both; height: 1px; /*border-top: 1px dotted #666;*/ width: 100%; clear:both; float: right; margin: 0 auto 15px auto; } /*****主頁文章列表開始**************************/ /*****側邊欄開始********************************/ #sideBar { /*width: 230px;*/ min-height: 200px; padding: 0px 0 0px 5px; float: left; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; word-break: break-all; } .newsItem .catListTitle { display: none; } .newsItem,#blog-calendar { margin-bottom:15px;text-indent:0;padding:10px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;line-height: 1.5; } /**日曆控件樣式開始**/ #calendar { margin-bottom: 15px;padding:5px;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;background: #fff; } #calendar .Cal { width: 100%; line-height: 1.5; } #calendar th{padding:2px 5px;} #calendar td{padding:2px 5px;} #calendar td a{display: block;} .Cal {/**日曆容器table**/ border: none; color: #666; } #calendar table a:link, #calendar table a:visited, #calendar table a:active { font-weight: bold; } #calendar table a:hover { color: white; text-decoration: none; background-color: #F60; } .CalTodayDay{/**今天日期樣式**/ color:#f60; } #calendar .CalNextPrev a:link,#calendar .CalNextPrev a:visited, #calendar .CalNextPrev a:active {/**上個月、下個月箭頭樣式**/ font-weight: bold; background-color: white; } .CalDayHeader{ border-bottom:1px solid #ccc; } .CalTitle{/**日曆年月頭部樣式**/ width:100%; background:white; color:black; border-bottom:1px solid #666; } /**日曆控件樣式結束**/ .catListTitle { background: #000;border-bottom: 1px solid #006600;border-top-left-radius: 7px; border-top-right-radius: 7px; color: #FFFFFF;font-size: 1.2em; height:1.8em; line-height:1.8em; padding: 5px; text-indent:0.5em;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); } .catListComment { line-height: 1.5; } .divRecentComment { text-indent: 2em; color: #666; } #sideBarMain ul { line-height: 1.5; } /* 最新評論等 開始 */ #AjaxHolder_UpdatePanel1, #AjaxHolder_PostComment_divCommnentArea, #profile, .entrylist, .gallery { background: none repeat scroll 0 0 #FFFFFF; border-radius: 7px; box-shadow:1px 1px 2px #A7A8AD; margin: 0 0 15px 0; min-height: 200px; overflow: hidden; /*padding:0 15px;*/ text-overflow: ellipsis; word-break: break-all; } #AjaxHolder_PostComment_divCommnentArea{padding: 10px;} #profile, .entrylist, .gallery {/*padding: 10px;*/} .catListEssay,.catListLink,.catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {margin-bottom: 15px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;overflow: hidden;zoom: 1;} .catListEssay ul li,.catListLink ul li,.catListNoteBook ul li, .catListTag ul li, .catListPostCategory ul li, .catListPostArchive ul li, .catListImageCategory ul li, .catListArticleArchive ul li, .catListView ul li, .catListFeedback ul li, .catListComment ul li, .catListBlogRank ul li, .catList ul li, .catListArticleCategory ul li {text-indent:1em;padding: 1px 0px;/*border-bottom: 1px solid #DADFE1;*/ border-top: 1px solid #FFFFFF; overflow: hidden;} .catListEssay ul li a,.catListLink ul li a,.catListNoteBook ul li a, .catListTag ul li a, .catListPostCategory ul li a, .catListPostArchive ul li a, .catListImageCategory ul li a, .catListArticleArchive ul li a, .catListView ul li a, .catListFeedback ul li a, .catListComment ul li a, .catListBlogRank ul li a, .catList ul li a .catListArticleCategory ul li a {text-indent: 1em;font-size: 12px;} .catListEssay ul li a:hover,.catListLink ul li a:hover,.catListNoteBook ul li a:hover, .catListTag ul li a:hover, .catListPostCategory ul li a:hover, .catListPostArchive ul li a:hover, .catListImageCategory ul li a:hover, .catListView ul li a:hover, .catListFeedback ul li a:hover, .catListArticleArchive ul li a:hover, .catListComment ul li a:hover {text-decoration: none;} .divRecentCommentAticle{padding:0 10px;} .divRecentComment{padding: 10px;font-size: 12px;} #AjaxHolder_PostComment_divCommnentArea td{padding: 5px 0;} /* 最新評論等 結束 */ /*****側邊欄結束********************************/ /****查看文章頁面開始*************************/ #topics { min-height: 200px;margin-bottom: 15px; /*padding:15px;*/ -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; word-break: break-all;background: #fff;border-radius: 7px; box-shadow: 1px 1px 2px #A7A8AD; } #topics .postTitle { font-size: 130%; /*font-weight: bold;*/ border-bottom: 1px solid #999; float: left; line-height:2em; width: 100%; /*padding-left: 5px;*/ } .postBody { /*padding: 15px 2px 5px 5px;*/ line-height: 1.5; color: #000; border-bottom: 1px solid #ccc; } #EntryTag { color: #666; } #EntryTag a { margin-left: 5px; } #EntryTag a:link, #EntryTag a:visited, #EntryTag a:active { color: #666; } #EntryTag a:hover { color: #f60; } #topics .postDesc { float: right; width: 100%; text-align: right; padding-right: 5px; color: #666; margin-top: 5px; } .feedback_area_title { font-weight: bold;line-height: 35px;margin: 10px 0; border-bottom: 1px solid #ccc; padding-left: 8px; } .louzhu { background:transparent url('images/icoLouZhu.gif') no-repeat scroll right top; padding-right:16px; } .feedbackListSubtitle { color: #666; } .feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active { color: #666; font-weight: normal; } .feedbackListSubtitle a:hover { color: #f60; text-decoration: none; } .feedbackManage { width: 200px; text-align: right; float: right; } .feedbackCon { border-bottom: 1px solid #ccc; padding:20px 18px 10px 40px; min-height: 35px; _height: 35px; margin-bottom: 1em; line-height: 1.5; } #divRefreshComments { text-align: right; margin-bottom: 10px; } .commenttb { width: 320px; } /****查看文章頁面開始*************************/ /****列表頁面開始******************************/ .entrylistTitle,.PostListTitle,.thumbTitle{/**幾個分類列表的標題樣式**/ /*font-size: 110%; font-weight: bold;*/ border-bottom: 1px solid #ccc; /*padding-bottom: 3px; line-height: 2em; padding-right: 10px;*/ } .entrylistDescription { color: #666; text-align: right; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; margin-bottom: 10px; } .entrylistItem { min-height: 20px; _height: 20px; /*margin-bottom: 30px;*/ padding-bottom: 5px; width: 100%; } .entrylistPosttitle { /*font-size: 110%;*/ /*font-weight: bold;*/ /*border-bottom: 1px solid #ccc;*/ line-height:2em; width: 100%; padding-left: 5px; } a.entrylistItemTitle{color: #087af5;font-size:15ps;} a.entrylistItemTitle:hover{color: #f60;} .entrylistPosttitle a:hover { text-decoration: none; } .entrylistPostSummary { margin-top: 5px; padding-left: 5px; margin-bottom: 5px; } .entrylistItemPostDesc { text-align: right; color: #666; } .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active { color: #666; } .entrylistItemPostDesc a:hover { color: #f60; } .entrylist .postSeparator { clear: both; width: 100%; font-size: 0; line-height: 0; margin: 0; padding: 0; height: 0; border: none; } .pager { text-align: right; margin-right: 10px; } .PostList { border-bottom: 1px solid #ccc; clear: both; min-height: 1.5em; _height: 1.5em; padding-top: 10px; padding-left: 5px; padding-right: 5px; margin-bottom: 5px; } .postTitl2 { float: left; } .postDesc2 { color: #666; float: right; } .postText2 { clear: both; color: #666; } .pfl_feedback_area_title { line-height: 1.5; font-weight: bold;font-size: 16px; border-bottom: 1px solid #ccc;line-height: 2.5em; } .pfl_feedback_area_title a,.pfl_feedbackManage a{color: #690;margin:0 10px;font-weight: normal;} .pfl_feedback_area_title a:hover,.pfl_feedbackManage a:hover{color: #f60;} .pfl_feedbackManage a{margin:0 0 0 0;} .pfl_feedbackItem { border-bottom: 1px solid #ccc; margin-bottom: 20px; } .pfl_feedbacksubtitle { width: 100%; border-bottom: 1px dotted #ccc; height:2.5em;line-height: 2.5em; } .pfl_feedbackname { float: left;color: #A8B1BA; } .pfl_feedbackManage { float: right; } .pfl_feedbackCon { color: black;padding: 10px 0; } .pfl_feedbackAnswer { color: #F40; text-indent: 2em;padding-bottom: 10px; } .tdSentMessage { text-align: right; } .errorMessage { width: 300px; float: left; } #Profile1_panelAdd td{padding: 10px 0;} /****列表頁面結束******************************/ /****相冊頁面開始******************************/ .divPhoto { border: 1px solid #ccc; padding: 2px; margin-right: 10px; } .thumbDescription { color: #666; text-align: right; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; margin-bottom: 10px; } #footer { text-align: center; min-height: 15px; _height: 15px; border-top: 1px solid black; margin-top: 10px; padding-top: 10px; margin-bottom: 10px; } .personInfo { margin-bottom: 20px; } .pages { text-align: right; } .postBody { line-height: 1.5; } .postBody p,.postCon p{ text-indent: 2em; margin: 0 auto 1em auto; } .postBody h2{ font-size: 150%; margin: 15px auto 2px auto; font-weight:bold; } .postBody h3 { font-size: 120%; margin: 15px auto 2px auto; font-weight:bold; } .postBody h4{ font-size:110%; margin:15px auto 2px auto; font-weight:bold; color:#333; } .postBody h5{ font-size:100%; margin:15px auto 2px auto; font-weight:bold; color:#333; } .postBody a:link,.postBody a:visited,.postBody a:active{ text-decoration:underline; } .postCon a:link,.postCon a:visited,.postCon a:active{ text-decoration:underline; } .postBody ul,.postCon ul{ margin-left:2em; } .postBody li,.postCon li{ list-style-type:disc; margin-bottom:1em; } .postBody blockquote{ background:url('images/comment.gif')) no-repeat 25px 0px; line-height:1.6; color:#333; } .div_my_zzk{ margin-left: 13px; } .input_my_zzk{ width: 120px; } .blog_comment_body a:link{ text-decoration:underline; } /* ///////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// */ /*博客標題*/ #blogTitle,#blogTitle a { margin-top:0px; height:0px; line-height:0px; font-size:0px; padding-left:0px;display:none; } #blogTitle .title { margin-top:0px; height:0px; line-height:0px; font-size:0px; padding-left:0px; display:none; } .postTitle a:link, .postTitle a:visited, .postTitle a:active { /*color: #000;*/color: #087af5;/*just now*/ } .catListTitle { /* font-weight: 500; line-height: 1.7em; font-size: 115%; margin-top: 9px; margin-bottom: 10px;*/ /*background-color: #000;*/ /* color: #FFFFFF; padding-left: 10px;*/ background-color: #087af5; font-size:10px; } body { background:#FFFFFF; }