2016-07-07 17:53:59

:O
發言  

魔幻風 / ∞飄茵落溷 好主題 : 0

  .option-btn/*遊戲按鈕*/
    {margin-left:10px;
  margin-top:10px;
  box-shadow:0px 0px 8px rgba(255,255,255,0.5);
  background-color:#000;
  background-image:url(http://i.imgur.com/cImJAhx.png) ;
  border-style:none;
  border-radius:10px;
    height:30px;
    line-height:25px;
    color:#fff;
    font-size:16px;
    opacity: 1;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.5s;
  overflow:auto;
    }
   .option-btn:hover{
     opacity:0.7;
    
    }
    #game-functions/*選單背景*/
    {height:250px;overflow:auto;
  background:url(http://i.imgur.com/RMUZonH.gif)repeat-x;
    }
    #review/*遊戲回顧*/
    {height:250px;overflow:auto;
  background:url(http://i.imgur.com/RMUZonH.gif)repeat-x;
  }
    p.fulltell/*回顧內容*/{
    color:#fff; text-shadow: 0px 0px 3px #000;
    }
    div.nametag/*人名牌*/
    {background:url(http://i.imgur.com/rfqQQMh.png);
    border-radius:5px;
    height:20px;
    color:#fff;
    font-size:16px;}
    
    
    #aswift_3/*右側廣告*/ {
        display: none;
    }
    #aswift_4/*右側廣告*/
    {display:none;}
     #sysprompt/*遊戲畫面的廣告*/
  {height:500px; display:none;
  background:url(http://i.imgur.com/RMUZonH.gif)repeat-x;}