当前位置: css > CSS框架 >

Blueprint CSS framework 分析(24)

时间:2010-01-05 20:47来源:网络 作者:秩名 点击:
inline input.radio, form. inline input.button,form. inline button{ margin : 0.5em 0 ; } button,input.button{ position : relative ;top: 0.25em ;} print.css代码 /*-------------------------------------
inline input.radio,      
  • form.inline input.button, form.inline button {       
  •   margin:0.5em 0;       
  • }      
  • button, input.button {position:relative;top:0.25em;}  
  • print.css  代码

    1. /* --------------------------------------------------------------      
    2.     
    3.    print.css     
    4.    * Gives you some sensible styles for printing pages.     
    5.    * See Readme file in this directory for further instructions.     
    6.            
    7.    Some additions you'll want to make, customized to your markup:     
    8.    #header, #footer, #navigation { display:none; }     
    9.         
    10. -------------------------------------------------------------- */     
    11.      
    12. body {      
    13.   line-height1.5;      
    14.   font-family"Helvetica Neue"ArialHelveticasans-serif;      
    15.   color:#000;      
    16.   backgroundnone;      
    17.   font-size10pt;      
    18. }      
    19.      
    20.      
    21. /* Layout     
    22. -------------------------------------------------------------- */     
    23. /*除去背景*/     
    24. .container {      
    25.   backgroundnone;      
    26. }      
    27. /*加深水平线*/     
    28. hr {       
    29.   background:#ccc;       
    30.   color:#ccc;      
    31.   width:100%;      
    32.   
    顶一下
    (2)
    100%
    踩一下
    (0)
    0%
    ------分隔线----------------------------
    发表评论
    请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
    评价:
    表情:
    用户名:密码: 验证码:点击我更换图片
    推荐内容