Changeset 1670 in ExiteCMS


Ignore:
Timestamp:
08/21/08 23:23:36 (3 years ago)
Author:
hverton
Message:

updated the wiki css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/PLi-Fusion/PLiThemeCentered/php-files/themes/PLiThemeCentered/wikka.css

    r1574 r1670  
    3838.page { 
    3939    color: #000; 
    40     background-color: #fff; 
     40    background-color: #eee; 
    4141    padding: 10px; 
    4242    border: 1px #ddd solid; 
     
    4545 
    4646.page a { 
    47     color: #9c0204; 
     47    color: #34329C; 
    4848    text-decoration: none; 
    4949} 
    5050 
    5151.page a:hover { 
    52     color: #9c0204; 
     52    color: #34329C; 
    5353    text-decoration: underline; 
    5454} 
     
    6161.commentsheader { 
    6262    clear: both; 
    63     background-color: #fff; 
     63    background-color: #eee; 
    6464    padding: 2px 10px; 
    6565    border: 1px solid #ddd; 
     
    7979 
    8080.commentform { 
    81     background-color: #fff; 
     81    background-color: #eee; 
    8282    padding: 10px; 
    8383    border: 1px solid #ddd; 
     
    303303    margin-right: 15px; 
    304304    padding: 4px; 
    305     background: #b5dfdf; 
     305    background: #eee; 
    306306    border: 1px solid #ddd;          
    307307} 
     
    313313    margin-left: 15px; 
    314314    padding: 4px; 
    315     background: #b5dfdf; 
     315    background: #eee; 
    316316    border: 1px solid #ddd;          
    317317} 
     
    357357 
    358358.notes { 
    359     color: #9c0204; 
     359    color: #34329C; 
    360360} 
    361361 
     
    404404 
    405405.code_header { 
    406     color: #9c0204; 
     406    color: #34329C; 
    407407    background: #ddd; 
    408408    border-top: 1px solid #CCC; 
     
    497497 
    498498a.ext { 
    499     color: #9c0204; 
     499    color: #34329C; 
    500500} 
    501501 
    502502a.ext:hover { 
    503     color: #9c0204; 
     503    color: #34329C; 
    504504} 
    505505 
     
    553553    padding: 2px; 
    554554} 
     555 
     556/* sidenote.css */ 
     557/* Contains css for tip, note and warn actions. */ 
     558 
     559/* postit note-style information box */ 
     560#note { 
     561        clear: both; 
     562        font-size: 10pt; 
     563        float: left; 
     564        width: 200px; 
     565        border: 1px solid #AAAAAA; 
     566        margin: 15px 10px 0px 0px; 
     567        padding: 0px; 
     568        background-color: #FFF900; 
     569        text-align: justify; 
     570        vertical-align: top; 
     571} 
     572 
     573#note hr { 
     574        height: 1px; 
     575        border: 1px solid #AAAAAA; 
     576        width: 100%; 
     577} 
     578 
     579#note .title { 
     580        text-align: center; 
     581        font-weight: bold; 
     582        background-color: #EEE800; 
     583        border-bottom: 1px solid #AAAAAA; 
     584        color: #000000; 
     585} 
     586 
     587#note #text { 
     588        padding: 4px; 
     589        color: #000000; 
     590} 
     591 
     592/* tip information box */ 
     593#tip { 
     594        clear: both; 
     595        font-size: 10pt; 
     596        float: left; 
     597        width: 200px; 
     598        border: 1px solid #AAAAAA; 
     599        margin: 15px 10px 0px 0px; 
     600        padding: 0px; 
     601        background-color: #FFFFFF; 
     602        text-align: justify; 
     603        vertical-align: top; 
     604} 
     605 
     606#tip hr { 
     607        height: 1px; 
     608        border: 1px solid #AAAAAA; 
     609        width: 100%; 
     610} 
     611 
     612#tip .title { 
     613        text-align: center; 
     614        font-weight: bold; 
     615        background-color: #EFEFEF; 
     616        border-bottom: 1px solid #AAAAAA; 
     617        color: #000000; 
     618} 
     619 
     620#tip #text { 
     621        padding: 4px; 
     622        color: #000000; 
     623} 
     624 
     625/* warning information box */ 
     626#warn { 
     627        clear: both; 
     628        font-size: 10pt; 
     629        float: left; 
     630        width: 200px; 
     631        border: 1px solid #AAAAAA; 
     632        margin: 15px 10px 0px 0px; 
     633        padding: 0px; 
     634        background-color: #FFAAAA; 
     635        text-align: justify; 
     636        vertical-align: top; 
     637} 
     638 
     639#warn hr { 
     640        height: 1px; 
     641        border: 1px solid #AAAAAA; 
     642        width: 100%; 
     643} 
     644 
     645#warn .title { 
     646        color: #FFFFFF; 
     647        text-align: center; 
     648        font-weight: bold; 
     649        background-color: #FF0000; 
     650        border-bottom: 1px solid #AAAAAA; 
     651} 
     652 
     653#warn #text { 
     654        padding: 4px; 
     655        color: #000000; 
     656} 
Note: See TracChangeset for help on using the changeset viewer.