2009-02-09 18:59:50
Nacht夜
Love Dream Happiness
發言  

「問」問題發問 / CSS樣式討論版 好主題 : 2

  撇步有三寶:勿私密 / 問題問清楚 / 僅與 CSS 相關
  如果問出來了,那就盡量不要私訊解決。
  還有孩子們,問問題前請先爬文!
  私訊問我要收BM的
  一個問題5~10BM
  [ 公告 ]
  我相信大家都是因為CSS遇到困難/不會的才來發問,
  很多朋友也都願意來替大家解惑。
  但是希望各位可以多多爬文,以免造成他人困擾。
  以下提供zashbell大大在去年所發表的簡易留言版語法,
  大家可以慢慢研究,甚至是打ctrl+F 來鍵入關鍵字,會更快速而且方便。
  https://bassadv.com/lgpps7/topic.php?id=1153109771
  CSS基本講解
  https://bassadv.com/lgpps7/topic.php?id=1053594427

No.1343118429 2009-10-11 08:47:53
方塊 
AKB48好可愛♥ まゆゆ可愛い!
BM   發言  


 翼‧F‧嵐焰
 請問這些語法是什麼??(囧)
   
 
 body {
 
  margin: 0px;
  font: .8em Arial;
 }
 /* container
 --------------------------*/
 
 #container1 {
  margin: 0px auto;
  width: 750px;
 }
 /* banner
 --------------------------*/
 #banner {
  background: url('http://l.yimg.com/e/style/1/119/banner.gif') no-repeat top left;
  margin-bottom: 20px;
  height: 120px;
 }
 #pageheader {
  padding-left: 20px;
 }
 #banner h1 {
  margin-top: 0px;
 }
 #banner h1 a {
  color: #777;
 }
 #banner h1 a:hover {
  color: #333;
  text-decoration: none;
 }
 /* content
 --------------------------*/
 #content {
  width: 530px;
  float: left;
 }
 #content a {
  color: #BF3B3B;
 }
 #content a:hover {
  color: #860000;
  text-decoration: none;
 }
 .date {
  background: url('http://l.yimg.com/e/style/1/119/date.gif') no-repeat top left;
  font-size: 20px;
  letter-spacing: -1px;
  text-align: right;
  padding-top: 5px;
  height: 25px;
  padding-right: 25px;
 }
 .blogbody {
  background: url('http://l.yimg.com/e/style/1/119/blogbody.gif') no-repeat bottom left;
  padding-bottom: 20px;
  margin-bottom: 20px;
 }
 .blogbody2 {
  background: #FFD3D3;
 }
 .articletext {
  padding: 5px 20px 0px 20px;
 }
 .posted {
  text-align: center;
 }
 .title {
  margin-top: 0px;
 }
 /* comments
 --------------------------*/
 .total-comments-div {
  width: 300px;
  margin-left: 30px;
 }
 .comments-head {
  border-bottom: 1px solid black;
  font-weight: bold;
  margin-top: 15px;
 }
 .comments-body {
  background: #FFDBDB;
 }
 .comments-post {
  font-size: 10px;
  color: #777;
  text-align: right;
 }
 .total-comments-div form {
  margin: 0px;
 }
 #text {
  width: 80%;
 }
 
 /* links
 --------------------------*/
 #links {
  width: 200px;
  float: right;
 }
 #links a {
  color: #C12A2A;
  display: block;
  width: 173px;
  text-decoration: none;
  background: #FFC5C5;
  border-bottom: 1px solid #FFB8B8;
  font-size: 12px;
  padding: 2px 5px 2px 10px;
 }
 #links a:hover {
  color: #820000;
  background: #FFDADA;
 }
 #links br {display: none;}
 
 
 .sidetitle {
  background: url('http://l.yimg.com/e/style/1/119/box.gif') no-repeat top left;
  height: 19px;
  padding: 11px 20px 0px 20px;
  font-weight: bold;
  letter-spacing: 2px;
 }
 #boxProfile, #boxSlideShow, #boxNewArticle, #boxCategory, #boxDate, #boxSearch, #scupioSearch, #boxNewComment, #boxRssList, #boxNewTrackback, #boxFolder, #boxCounter {
  background: url('http://l.yimg.com/e/style/1/119/box1.gif') no-repeat bottom left;
  padding-bottom: 20px;
  margin-bottom: 20px;
 }
 .side {
  background: #FFB8B8;
  border: 6px solid #fff;
  border-bottom: 0px;
  border-top: 2px solid #fff;
 }
 #boxSearch form {
  margin-bottom: 0px;
 }
 
 /* links detail
 --------------------------*/
 #links .calendar a,
 #links #boxSlideShow a,
 #links .syndicate a ,
 #links .powered a ,
 #links .sidetitle a {
  display: inline;
  background: transparent;
  border: 0px;
 }
 .calendar {
  font-size: 12px;
  background: url('http://l.yimg.com/e/style/1/119/calendar.gif') no-repeat top left;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
 }
 .calendar .calendar {
  background: transparent;
  width: auto;
  height: auto;
  margin-bottom: 0px;
 }
 .boxCategory1,
 .boxProfile1 {
  font-size: 0px;
  letter-spacing: -2px;
  color: #eee;
 }
 #links .boxCategory1 a,
 #links .boxProfile1 a {
  font-size: 12px;
  letter-spacing: 0px;
 
 }
 #links .boxSearch1 br {display: block;}
 #links .sidetitle a img {
  height: 13px;
 
 }
 .boxNewComment1 {
  text-align: right;
  color: #666;
  font-size: 10px;
 }
 #links .boxNewComment1 a {
  text-align: left;
  font-size: 12px;
 }
 
 .boxRssList1 {
  color: #666;
  font-size: 10px;
 }
 #links .boxRssList1 a {
  text-align: right;
  font-size: 12px;
 }
 
 .boxNewTrackback1 {
  text-align: right;
  color: #666;
  font-size: 10px;
 }
 #links .boxNewTrackback1 a {
  text-align: left;
  font-size: 12px;
 }
 #links .boxNewTrackback1 span a {
  font-size: 10px;
  color: #666;
  background: transparent;
  display: inline;
  margin: 0px;
  padding: 0px;
  cursor: default;
 }
 #links .boxNewTrackback1 span a:hover {
  background: transparent;
  color: #666;
 }
 #links .boxCounter1 br {
  display: inline;
 }
 #links .boxCounter1 .side {
  padding-left: 20px;
 }
 #links .powered br {
  display: block;
 }
 #links #whowrapper a{width:50px;}http://
 
 
 
 




翼‧F‧嵐焰 : 天空部落格版面語法- -   2009-10-11 09:50

No.1073563801 2009-07-11 08:46:14
方塊 
AKB48好可愛♥ まゆゆ可愛い!
BM   發言  


 翼‧F‧嵐焰
 哦!!
 我忘記了....真不好意思><




No.1329998060 2009-07-10 21:36:03
方塊 
AKB48好可愛♥ まゆゆ可愛い!
BM   發言  


 翼‧F‧嵐焰
 請問,為什麼我放這個語法都不會顯示?
 <object width='185' height='65'><param name='allowScriptAccess' value='always'/><param name='allowFullScreen' value='true'/><param name='movie' value='http://vlog.xuite.net/_a/MjA0OTU1NA==&ar=0&as=0&lad=1&fmt=1&whq=0'/><embed type='application/x-shockwave-flash' src='http://vlog.xuite.net/_a/MjA0OTU1NA==&ar=0&as=0&lad=1&fmt=1&whq=0' width='185' height='65' allowScriptAccess='always' allowFullScreen='true'/></object>




No.1323204023 2009-06-12 19:36:09
方塊 
AKB48好可愛♥ まゆゆ可愛い!
BM   發言  


 翼‧F‧嵐焰
 請問背景語法是什麼啊??
 




No.1094216723 2009-05-10 09:44:39
方塊 
AKB48好可愛♥ まゆゆ可愛い!
BM   發言  


 翼‧F‧嵐焰
 痾...
 先給我看看再說XD
 我不會的話再跟你說~




No.1344834950 2009-05-09 17:06:42
方塊 
AKB48好可愛♥ まゆゆ可愛い!
BM   發言  


 翼‧F‧嵐焰
 請問我要的音樂語法要怎麼用?
 就是下一首上一首的那種~