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.1221269765 2009-10-12 18:33:43
★星☆  Lv.7:0
代製開放免費申請 - 詳情見我的版版
BM   發言  


 翼‧F‧嵐焰
 
 我想問一下我的語法有沒有問題- -
 因為公告那邊我原本是條透明的,結果今天突然出現她原本的底色,然後我重新翻過很多次文
 .table{background:none;}我貼的是這個語法  也在前後加入<STYLE>過了 ,還是一樣,是語法位子的問題還是我的語法的問題。 麻煩了- 口 -
 
 
 
 
 /*Background*/
 body { 
 background-image: url(http://img403.imageshack.us/img403/986/2121r.jpg); 
 background-repeat:no-repeat ;
 background-position :50% 50%;
 background-attachment: fixed;}
 
 
 html{
  SCROLLBAR-FACE-COLOR: #000000;
  SCROLLBAR-HIGHLIGHT-COLOR: #fcfcfc;
  SCROLLBAR-SHADOW-COLOR: #fcfcfc;
  SCROLLBAR-3DLIGHT-COLOR: #000000;
  SCROLLBAR-ARROW-COLOR: #fcfcfc;
  SCROLLBAR-TRACK-COLOR: #000000;
  SCROLLBAR-DARKSHADOW-COLOR: #000000;
  SCROLLBAR-BASE-COLOR: #b4fcfc
 }
 
 table{
 background:none;}
 
 <STYLE>
 --> 
 body,table{
 color#000000;
 font-family:Arial,Verdana ; 
 font-size:8pt ; }
 }
 
 body{
   border:50 #000000 solid;}
 
 body{cursor:url("http://k7749b2264.miroko.tw/1.ani")} 
 a:hover {cursor:url("http://k7749b2264.miroko.tw/1.ani")}
 
 .content a{
  font-size:10px;
 }
 
 .head_menu{
  font-size:12px;
 }
 
 
 .small_menu, .small_head{
   background:#AAAAAA;
 }
 
 <style>font{family;  
 color: #444444</style>
 
 <style>.head_menu{
   background:#888888;}<style>
 
 <style>.table{
 background:none;}<style>
 
 
 </STYLE><embed allowScriptAccess="none" src="http://pic.wretch.cc/photos/serv/video/video_player/BGMusicPlayer.swf?file=http://f10.wretch.yimg.com/k7749b2264/1/1116885881.mp3&backcolor=0x0000000&frontcolor=0xffffff&lightcolor=0x000000&volume=50&autostart=true&showdigits=true&repeat=true" type="application/x-shockwave-flash" width="120" height="18"></embed></STYLE>
 
 




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.1206325616 2009-10-05 21:59:59
翼‧F‧嵐焰 
原罪之冠 推廣中~
BM   發言  


 水闇
 
 table{background:none;}
 
 .small_menu{
  background:url(背景圖網址) repeat-x;
 }
 
 .content a{font-size:11px;}
 
 .head_menu{
  background:url repeat-x;}
 
 body{color:#33cc33;}
 
 /*Background*/
 body { 
 background-image: url(http://h.imagehost.org/0012/1_49.png); 
 background-repeat:no-repeat ;
 background-position :50% 50%;
 background-attachment: fixed;}
 
 body, a{cursor:url(http://bb5.babyhome.com.tw/UPLOAD16/436867/smile005.ani
 );}
 
 body {border:50 dotted #33cc33}
  
 A{color:white;text-decoration:none;}
 A:hover{color:#33cc33;
 border-bottom-width:1px;
 border-bottom-style:Dotted;
 border-bottom-color:#33cc33;
 border-top-width:1px;
 border-top-style:Dotted;
 border-top-color:#33cc33;
 position:relative;top:1px;left:1px;}
 
 
 :: 修正完畢……(實際上問題是你沒有小字語法- -) ::




水闇 : 我知道@@ 因為小字語法沒有用 所以想說是不是有哪個語法出了問題....   2009-10-06 18:14
水闇 : 好像還是不行耶......一般字體大小還是12.......   2009-10-06 18:15

No.1175524216 2009-10-05 21:48:28
水闇 

BM   發言  


 翼‧F‧嵐焰
 table{background:none;}
 
 .small_menu{
  background:url(背景圖網址) repeat-x;
 }
 
 .content a{font-size:11px;}
 
 .head_menu{
  background:url repeat-x;}
 
 body{color:#33cc33;}
 
 /*Background*/
 body { 
 background-image: url(http://h.imagehost.org/0012/1_49.png); 
 background-repeat:no-repeat ;
 background-position :50% 50%;
 background-attachment: fixed;}
 
 <!--a{cursor:url(http://bb5.babyhome.com.tw/UPLOAD16/436867/smile005.ani
 );}
 body{cursor:url(http://bb5.babyhome.com.tw/UPLOAD16/436867/smile005.ani 
 );}-->
 
 .small_menu{
  background:url(背景圖網址) repeat-x;}
 
 <style>
 <!--
 body {border:50 dotted #33cc33}
 -->
 </style> 
 
 <STYLE>
 A{color:white;text-decoration:none;}
 A:hover{color:#33cc33;
 border-bottom-width:1px;
 border-bottom-style:Dotted;
 border-bottom-color:#33cc33;
 border-top-width:1px;
 border-top-style:Dotted;
 border-top-color:#33cc33;
 position:relative;top:1px;left:1px;}
 </STYLE>
 
 這是我版內的語法
 可是不知道為什麼
 用一般文字的小字語法都沒效果
 請幫幫忙@@
 文字大小是11
 (試過很多次了 但是都不能.....




No.1320893922 2009-10-04 12:50:14
ceilnesu 
版內有幫忙找圖的服務噢ˇˇˇ
BM   發言  


 翼‧F‧嵐焰
 
 請問有沒有語法改變頁數那邊的字顏色?




翼‧F‧嵐焰 : 經過實驗證實,沒有……   2009-10-04 20:37

No.1035881692 2009-09-28 20:09:27
草梓若 
上空 .
BM   發言  


to 翼‧F‧嵐焰