.tocLabelTitle { /* 標籤按鈕 */ display: table-cell; width: 200px; /* 按鈕的寬度 */ padding: 5px 10px; font-size: 20px; text-align: center; cursor: pointer; color: #ffffff; font-family: Droid Serif, "標楷體", sans-serif; font-weight: bold; text-decoration: none; text-shadow: 0px 1px 0px #3d768a; -moz-box-shadow: 0px 10px 14px -8px #276873; -webkit-box-shadow: 0px 10px 14px -8px #276873; box-shadow: 0px 10px 14px -8px #276873; background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99)); background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%); background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%); background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%); background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%); background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0); background-color: #599bb3; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } .tocLabelTitle:hover { background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3)); background: -moz-linear-gradient(top, #408c99 5%, #599bb3 100%); background: -webkit-linear-gradient(top, #408c99 5%, #599bb3 100%); background: -o-linear-gradient(top, #408c99 5%, #599bb3 100%); background: -ms-linear-gradient(top, #408c99 5%, #599bb3 100%); background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0); background-color:#408c99; } .tocLabelTitle:active { position: relative; top: 1px; } .tocLabel { /* 個別標籤區塊 */ margin: 0px 5px 15px; } .tocLabelToggle { /* 標籤開合區塊 */ display: none; margin: 20px 10px 30px; } .tocPostNo { /* 文章編號 */ float: left; font-size: 16px; width: 30px; text-align: right; line-height: 1.6em; } .tocPostTitle { /* 文章標題 */ margin-left: 35px; font-size: 16px; line-height: 1.6em; } #tocInfo { /* 資訊區塊 */ text-align: left; margin-top: 30px; font-family: 'Trebuchet MS', Trebuchet, sans-serif; font-size: 14px; font-style: italic; text-shadow: 1px 1px 1px lavender; } .tocLabelNewText { /* 最新文章標籤標示 */ display: table-cell; color: #990000; font-weight: bold; font-style: italic; padding-left: 10px; vertical-align: middle; } .tocNewText { /* 最新文章標示 */ color: #990000; font-weight: bold; font-style: italic; margin-left: 10px; }
文章標籤

真好味道 發表在 痞客邦 留言(0) 人氣(1)