Changeset 3652


Ignore:
Timestamp:
Jul 21, 2009, 6:37:40 PM (15 years ago)
Author:
flop25
Message:

add new theme

Location:
extensions/floOS
Files:
31 added
17 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/index.tpl

    r3618 r3652  
    55    <tr>
    66      <td id="section_up_left">&nbsp;</td>
    7       <td id="section_up">&nbsp;</td>
    8       <td id="section_up_right">&nbsp;</td>
    9     </tr>
    10     <tr>
    11       <td id="section_left">&nbsp;</td>
    12       <td id="section_in">
    13           <div class="titrePage">
     7      <td id="section_up">
     8                  <div class="titrePage">
    149                <ul class="categoryActions">
    1510                  {if !empty($image_orders) }
     
    7671       
    7772          </div> <!-- titrePage -->
    78                
     73
     74          </td>
     75      <td id="section_up_right">&nbsp;</td>
     76    </tr>
     77    <tr>
     78      <td id="section_left">&nbsp;</td>
     79      <td id="section_in">
    7980                {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if}
    8081               
  • extensions/floOS/menubar.css

    r3618 r3652  
    11#menubar {
    22        float: left;
    3         margin: 0 0 10px 1em;
     3        margin: 0 0 10px 5px;
    44        padding: 0;
    55        display: inline;
  • extensions/floOS/menubar.tpl

    r3334 r3652  
    77{/if}
    88<div id="menubar">
    9   <table id="table_menu">
     9  <table id="table_menu" cellspacing="0" cellpadding="0" border="0" >
    1010    <tr id="up">
    1111      <td class="mb_left">&nbsp;</td>
  • extensions/floOS/theme/glass/theme.css

    r3334 r3652  
    8585        background-position:right bottom;
    8686        background-repeat:no-repeat;
     87 height:50px;
    8788}
    8889#section_up {
     
    9091 background-position:bottom;
    9192 background-repeat:repeat-x;
     93 height:50px;
    9294}
    9395#section_up_right{
     
    9597 background-position:left bottom;
    9698 background-repeat:no-repeat;
     99 height:50px;
    97100}
    98101#section_left{
  • extensions/floOS/theme/glass_clear/theme.css

    r3644 r3652  
    1111BODY, H1, H2, H3, DT,
    1212INPUT.rateButtonSelected  {
    13   color:#000033;
     13  color:#fff;
     14}
     15#menubar ul {
     16        font-size:100%;
     17    color:#fff;
     18}
     19#menubar DT {
     20    color:#000;
     21}
     22#menubar ul A, h2 A, h3 A{
     23    color:#fff;
    1424}
    1525
     
    5262background: transparent url(images/section_in.png) repeat top center;
    5363}
    54 #comments H3, .titrePage h2, #section_in h2 {
     64.titrePage h2, #section_in h2 {
     65        background-color:transparent;
     66        color: #fff;
     67}
     68#comments H3 {
    5569        background-image: url(images/boutton.png);
    5670        background-repeat:repeat-x;
     
    5973        border: 1px solid #FFFFFF;
    6074}
    61 
    6275.content DIV.thumbnailCategory {
    6376        background-image: url(../../icon/menu/folder.png);
     
    94107        background-position:right bottom;
    95108        background-repeat:no-repeat;
    96         height:18px;
     109        height:50px;
    97110        width:18px;
    98111}
    99112#section_up {
    100  background-image: url(images/section_up.png);
    101  background-position:bottom;
    102  background-repeat:repeat-x;
    103  height:18px;
     113        background-image: url(images/section_up.png);
     114        background-position:bottom;
     115        background-repeat:repeat-x;
     116        height:50px;
     117        padding-top: 1em;       
    104118}
    105119#section_up_right{
     
    107121 background-position:left bottom;
    108122 background-repeat:no-repeat;
    109  height:18px;
     123        height:50px;
    110124 width:20px;
    111125}
     
    206220.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
    207221  background-color: #FFFFFF;
    208   border-color: #0066CC;                 thumbnails border color when mouse cursor is over it
     222  border-color: #0066CC;
    209223  color: #0066CC;
    210224}
     
    219233
    220234A:hover, INPUT.rateButton:hover {
    221     color: #000000;
     235        border-bottom: none;
     236        font-weight:bold;
     237}
     238#menubar A:hover {
     239        font-weight: inherit;
    222240}
    223241
  • extensions/floOS/theme/glass_dark/theme.css

    r3644 r3652  
    9494        background-position:right bottom;
    9595        background-repeat:no-repeat;
    96         height:18px;
     96        height:50px;
    9797        width:18px;
    9898}
     
    101101 background-position:bottom;
    102102 background-repeat:repeat-x;
    103  height:18px;
     103 height:50px;
    104104}
    105105#section_up_right{
     
    107107 background-position:left bottom;
    108108 background-repeat:no-repeat;
    109  height:18px;
     109 height:50px;
    110110 width:20px;
    111111}
  • extensions/floOS/theme/glass_dark/themeconf.inc.php

    r3644 r3652  
    5959        }
    6060</style>
     61<![endif]-->
    6162',
    6263);
  • extensions/floOS/tools/version.conf.php

    r3644 r3652  
    22$floOS_conf = array(
    33  'name' => 'floOS',
    4   'version' => '1.0.4',
     4  'version' => '1.1.0',
    55);
    66
Note: See TracChangeset for help on using the changeset viewer.