改改改, 我实在是烦了

改改改, 我实在是烦了

哈哈, 我是说在CSDN Blog 的样式.
不是自己写的东西, 改起来真够烦的.

不过还是备份一下, 前几天那个红色的样式, 应该是我弄的最失败的一个样色了.

希望这个银色色可以看久一点.

特此存档, 钦此.

1. CSS 文档
2. 声明文档

shawl.qiu
2006-12-12
http://blog.csdn.net/btbtd

1. CSS 文档
  
  
  1. @charset "utf-8";
  2. /* shawl.qiu css document */
  3. html,body{
  4. width:762px !important;
  5. margin:0px auto !important;
  6. padding:0px;
  7. text-align:center;
  8. font-weight:normal!important;
  9. /*word-wrap: break-word;*/
  10. text-decoration:none;
  11. scrollbar-arrow-color: white;; /*箭头*/
  12. scrollbar-track-color: white; /*底色*/
  13. scrollbar-base-color: silver; /*基本色调*/
  14. scrollbar-face-color: silver; /*表面*/
  15. scrollbar-dark-shadow-color:#252523; /*阴影*/
  16. /* background: transparent url(gi_50_41.png) left top fixed no-repeat; */
  17. background-color:rgb(248,247,249)!important;
  18. font-family: Verdana, Arial, Helvetica, sans-serif;
  19. overflow:auto!important;
  20. }
  21. *{
  22. margin:0px!important;
  23. padding:0px!important;
  24. background-color:transparent!important;
  25. border:0px none blue!important;
  26. overflow:visible!important;
  27. font-weight:normal!important;
  28. }
  29. * :hover, .postTitle a:hover, .postFoot a:hover{
  30. color:black!important;;
  31. display:block;
  32. background-color:yellow!important;
  33. }
  34. *:visited{
  35. color:black!important;
  36. }
  37. #Form1 {
  38. width:765px;
  39. border:1px dashed blue!important;
  40. overflow:visible!important;
  41. }
  42. .pagelayout {position:static;}
  43. .header{
  44. border-bottom:1px dashed blue!important;
  45. }
  46. * .header, * .header a {
  47. font-size:12px!important;
  48. padding:5px 0px!important;
  49. /* padding:5px 2px!important; */
  50. }
  51. .header * {
  52. padding:5px 0px!important;
  53. }
  54. .header div a {
  55. display:block;
  56. }
  57. .header div a:hover{
  58. color:black!important;
  59. display:block;
  60. }
  61. .leftcolumn{
  62. width:20%!important;
  63. float:left;
  64. /*border-right:1px dashed blue!important;*/
  65. margin:0px 0px 0px -2px!important;
  66. overflow:visible!important;
  67. }
  68. .leftcolumn ul, .leftcolumn h1{
  69. padding:0px 1px 0px 0px!important;
  70. }
  71. .leftcolumn *{color:black!important;}
  72. .leftcolumn * li{display:inline;}
  73. .leftcolumn * a{display:block; padding:2px 2px!important;}
  74. .leftcolumn * a:hover{padding:2px 2px!important;}
  75. .listitem a{ display:none;}
  76. .ulMenu{
  77. color:black!important;
  78. border:1px solid black!important;
  79. background-color:white!important;
  80. }
  81. .ulMenu *, * .ulMenu {margin:0px!important; padding:0px!important;}
  82. .ulMenu li{display:block!important; width:152px; white-space:nowrap;
  83. border-bottom:1px dashed #ccc!important;
  84. }
  85. .ulMenu li a {display:inline!important;}
  86. .ulMenu li a:visited {}
  87. .centercolumn{
  88. width:80%!important;
  89. float:right;
  90. border-left:1px dashed blue!important;
  91. margin:0px -1px 0px 0px!important;
  92. overflow: visible!important;
  93. }
  94. .centercolumn * {text-decoration:none; padding:0px 0px 0px 5px!important;}
  95. * .centercolumn{
  96. text-align:left!important;
  97. }
  98. .footer{
  99. border-top:1px dashed blue!important;
  100. }
  101. .entrylist, .listtitle {
  102. display:block;
  103. font-weight:bold!important;
  104. padding:0px!important;
  105. background-color:#ccc!important;
  106. }
  107. .listtitle {font-size:14px; padding:2px!important;}
  108. .entrylistitem * :hover, .entrylistitem a:hover {
  109. display:inline!important;
  110. color:black!important;
  111. }
  112. .entrylistitem * a, .entrylistitem a, .itemdesc a {
  113. text-decoration:none!important;
  114. }
  115. .entrylistitem * a:visited, .entrylistitem a:visited {
  116. color:red!important;
  117. text-decoration:none!important;
  118. }
  119. #Navigator a{}
  120. #Navigator a:hover{display:inline!important; color:black!important;}
  121. h1.listtitle, h3.listtitle {
  122. overflow:hidden!important;
  123. white-space:nowrap!important;
  124. width:152px!important;
  125. border-bottom:1px solid blue!important;
  126. }
  127. h1.listtitle {height:18px!important; vertical-align:middle!important;}
  128. .postTitle {background-color:white!important;}
  129. .post, .postTitle { padding:0px!important;}
  130. .postTitle a, .postFoot a{
  131. color:black;
  132. display:block;
  133. padding:0px!important;
  134. }
  135. .postFoot a{padding:0px 2px!important;}
  136. .moreinfo *{
  137. border:1px dashed blue!important;
  138. }
  139. .moreinfo * a{display:inline!important; }
  140. pre *{
  141. overflow:visible!important;
  142. /* color:blue!important;
  143. background-color:#e7e8eb!important; */
  144. /* color:black !important; background-color:#E7E8EB!important;
  145. margin:2px 0px 2px 12px!important; */
  146. }
  147. pre{
  148. background-color:transparent!important;
  149. border:1px dashed white!important;
  150. margin:2px 0px 2px 20px!important;
  151. }
  152. .postFoot a, .Tag a:hover, .Tag div a:hover{
  153. display:inline!important;
  154. }
  155. .Tag a:hover, .Tag div a:hover{
  156. color:black!important;
  157. }
  158. .Tag a, .Tag div a{
  159. }
  160. #comments{
  161. }
  162. #comments * a{display:inline!important;}
  163. .postTitle img{
  164. position:absolute;
  165. bottom:999px;
  166. height:0px!important;
  167. width:0px!important;
  168. }
  169. .postText{overflow:visible!important;}
  170. .postText a{}
  171. .postText a:hover{display:inline;color:black!important;}
  172. .postText * {}
  173. code, quote, cite {line-height: 150%;}
  174. .u_code, .marginE, .u_quote, .marginQuote, .u_cite, .cite {padding:15px 10px !important;margin:0px auto !important;overflow:auto !important;width:90%;line-height:150%;}
  175. .u_code, .marginE, .linenum {color: #3333FF;border: 1px dotted white !important;}
  176. .u_quote, .marginQuote{color: #CC3366;border: 1px dotted #FF9900 !important;}
  177. .u_cite, .cite {border: 1px dotted #CCCCCC !important;font-style:normal;}
  178. .linenum { margin:0px 0px 0px 40px!important; line-height: 150%!important;}
  179. .linenum b { text-align:center !important; display:table; width:100%;}
  180. .linenum li {list-style-type:decimal !important; padding:0px 0px 0px 5px !important; background-color:transparent!important;}
  181. .linenum b {text-align:center !important; width:100% !important; display:block !important;}
  182. .linenum, .linenum li { font-size:12px !important; }
  183. .pad2px{padding:1px 2px!important;}
  184. .sqCp{color:black!important; padding:1px 2px!important;}
  185. #sqEditorMain * {}
  186. #comRecText {overflow:hidden; width:158px;}
  187. .Tag{width:100%;overflow:auto!important;}
  188. #recentComment{ overflow:hidden!important; width:158px!important;}

2. 声明文档
  
  
  1. <link rel="shortcut icon" href="http://my.opera.com/btbtd/homes/files/favicon_gi.ico" type="image/x-icon" />
  2. <script type="text/javascript">
  3. if (navigator.appName=="Microsoft Internet Explorer") {
  4. //最大化窗口, IE Only
  5. self.moveTo(-5,-5)
  6. self.resizeTo(screen.availWidth +8,screen.availHeight+8)
  7. //这个脚本定义的宽度其实比原窗口还要大那么一点.
  8. }
  9. var allUl=0;
  10. onload=function(){
  11. var o=document.getElementsByTagName('div');
  12. for(var i=0, j=o.length; i<j; i++){
  13. if(o[i].className=='leftcolumn'){
  14. o[i].id='main'; break;
  15. }
  16. }
  17. o=null;
  18. var o=document.getElementById('main');
  19. for(var i=0, j=o.childNodes.length; i<j; i++){
  20. if(o.childNodes[i].nodeType==1){
  21. if(o.childNodes[i].nodeName=='H1'||o.childNodes[i].nodeName=='H3'){
  22. if(navigator.appName=="Microsoft Internet Explorer") {
  23. if(o.childNodes[i].nextSibling.nodeName!='#comment')
  24. o.childNodes[i].nextSibling.id='ul_'+allUl++;
  25. else
  26. o.childNodes[i].nextSibling.nextSibling.id='ul_'+allUl++;
  27. o.childNodes[i].onclick=function(){
  28. fShow(this.nextSibling, this.offsetHeight);
  29. }
  30. }
  31. else {
  32. if(o.childNodes[i].nextSibling.nextSibling.nodeName!='#text')
  33. o.childNodes[i].nextSibling.nextSibling.id='ul_'+allUl++;
  34. else
  35. o.childNodes[i].nextSibling.nextSibling.nextSibling.id='ul_'+allUl++;
  36. o.childNodes[i].onclick=function(){
  37. fShow(this.nextSibling.nextSibling, this.offsetHeight);
  38. }
  39. }
  40. }
  41. } else continue;
  42. }
  43. o=null;
  44. }
  45. function fShow(obj, minus){
  46. if(obj.nodeName=='#text'||obj.nodeName=='#comment'){
  47. obj=obj.nextSibling;
  48. }
  49. if(obj.nodeName.toUpperCase()!='UL')return false;
  50. for(var i=0; i<allUl; i++){
  51. if('ul_'+i==obj.id)continue;
  52. var o=document.getElementById('ul_'+i);
  53. try{
  54. o.style.display='none';
  55. } catch(e){};
  56. o=null;
  57. }
  58. if(obj.style.display==''||obj.style.display=='none')
  59. obj.style.display='block';
  60. else obj.style.display='none';
  61. if(obj.style.position==''){
  62. obj.className='ulMenu';
  63. obj.style.position='absolute'; //position:absolute
  64. obj.style.left=obj.offsetLeft+152+'px';
  65. obj.style.top=obj.offsetTop-minus+'px';
  66. obj.style.width='152px'
  67. var o=obj.getElementsByTagName('a');
  68. for(var i=0, j=o.length; i<j; i++) {
  69. o[i].style.display='block';
  70. o[i].onclick=function(){
  71. fHgf(this);
  72. }
  73. }
  74. o=null;
  75. }
  76. }
  77. function fHgf(obj){
  78. obj.parentNode.parentNode.style.display='none';
  79. }
  80. function fFixMl(obj){
  81. var atr=obj.attributes;
  82. if(atr)
  83. for(var i=0, j=atr.length; i<j; i++)
  84. if(typeof obj[atr[i].name]=='function')obj[atr[i].name]=null;
  85. if(obj.childNodes)
  86. for(var i=0, j=obj.childNodes.length; i<j; i++)arguments.callee(obj.childNodes[i]);
  87. } // shawl.qiu script
  88. onunload=function(){ fFixMl(document.body); }
  89. </script>
  90. <div CLASS="Catchword pad2px">
  91. 历史一再证明,<br />
  92. 今天看来是危险的思想,<br />
  93. 明天却会成为常识。<br />
  94. 没有思想自由,<br />
  95. 就不可能有智慧……
  96. </div>
  97. <li class="pad2px"><A HREF="http://gi.cc.to/" target="_blank">http://gi.cc.to/</A></li>
  98. <li class="pad2px"><A HREF="http://gi.it.to/" target="_blank">http://gi.it.to/</A></li>
  99. <li class="pad2px"><A HREF="http://gi.qq.to/" target="_blank">http://gi.qq.to/</A></li>
  100. <li class="pad2px"><A HREF="http://gb.it.to/" target="_blank">http://gb.it.to/</A></li>
  101. <li class="pad2px"><A HREF="http://360.it.to/" target="_blank">http://360.it.to/</A></li>
  102. <div CLASS="Catchword pad2px">
  103. <a href="http://gi.2288.org:88/">科技以人为本.</a>
  104. <a href="http://gb.bluemask.net/?id=24498&c=1">Guestbook</a>
  105. <a href="http://btbtd.exblog.jp/">New Blog|Excite JP</a>
  106. <A href="mailto:shawl.qiu@gmail.com">shawl.qiu@gmail.com</A>
  107. </div>
  108. <li class="sqCp">&nbsp;未经本博客作者许可, 擅自</li>
  109. <li class="sqCp">采用作者文章作为商业应</li>
  110. <li class="sqCp">用, 将面临法律诉讼. </li>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值