zoukankan      html  css  js  c++  java
  • mojoportal学习——文章翻译之CSS文件

    翻译的不好 大家见谅

    CSS文件

    CSS用于布局和风格,你掌握的CSS知识越多,建立一个模板就越容易

    mojoportal2.2.7.8之后,我们把多个css文件合成一个,这样来取得一个好的性能。
    Style.config中有一个文件列表。列表的顺序很重要。注释文件在合成时会删掉。

    style.css
    styleaspcalendar.css
    styleblog.css
    styledatacalendar.css
    stylefeedmanager.css
    styleformwizard.css
    styleforum.css
    stylemenu.css
    styletreeview.css
    stylewebstore.css
    IESpecific.css is a supplemental stylesheet that is only included when the browser is Internet Explorer version 6 or less
    IE7Specific.css is a supplemental stylesheet that is only included on the page when the browser is Internet Explorer 7 or greater

  • 相关阅读:
    golang strings.NewReader
    Nginx REWRITE阶段
    golang 条件变量详解
    redis的使用
    Python 高级(二)
    Python 高级
    面向对象(二)
    面向对象(一)
    Web服务器
    网络编程
  • 原文地址:https://www.cnblogs.com/wenjie/p/1853620.html
Copyright © 2011-2022 走看看