"使用者:LiaoWS/com.css" 修訂間的差異
出自 淡水維基館
(新頁面: →自定義CSS) |
小 (→自定義CSS) |
||
行 1: | 行 1: | ||
/* 自定義CSS */ | /* 自定義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; | ||
+ | |||
+ | } |
於 2013年10月16日 (三) 20:27 的最新修訂
/* 自定義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; }