使用者:LiaoWS/com.css

出自 淡水維基館
前往: 導覽搜尋

注意:在儲存以後,您必須清除瀏覽器快取才能看到所作出的改變。

  • 火狐(Firefox)/Safari:按住“Shift”鍵再點擊“刷新”,或按下“Ctrl-F5”或“Ctrl-R”(Mac上為“⌘-R”)
  • Google瀏覽器(Google Chrome):按下“Ctrl-Shift-R”(Mac上為“⌘-Shift-R”)
  • IE(Internet Explorer):按住“Ctrl”鍵再點擊“刷新”,或按下“Ctrl-F5”
  • Opera:在“工具→首選項”中清除緩存
/*  自定義CSS  */

 #card{
    width:300px;
    height:200px;
    
   
   }
   
   #tit{
    width:100%;
    height:25px;
   
   }
   
   #tit h3{
      margin:0px;
      padding:0px;
      width:80px;
      background:#ccc;
      float:left;
      line-height:25px;
      text-align:center;
      border:2px solid white;
      font-size:12px;
      color:white;
    
   }
   
   #content{  
      width:100%;
      height:175px;
      background:#888;
      color:white;
      
   }

   #content div{
   
    display:none;
   }
   #content .one{
    display:block;
   
   }
   #tit .titin{
   
        border:2px solid #888;
        background:#888;
        
   }