diff options
Diffstat (limited to 'themes/wind')
| -rw-r--r-- | themes/wind/css/fix-ie.css | 4 | ||||
| -rw-r--r-- | themes/wind/css/screen.css | 70 | ||||
| -rw-r--r-- | themes/wind/views/album.html.php | 2 | ||||
| -rw-r--r-- | themes/wind/views/page.html.php | 2 | ||||
| -rw-r--r-- | themes/wind/views/pager.html.php | 2 | ||||
| -rw-r--r-- | themes/wind/views/photo.html.php | 2 | ||||
| -rw-r--r-- | themes/wind/views/sidebar.html.php | 2 | 
7 files changed, 6 insertions, 78 deletions
| diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index 60abc08d..cb51f349 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -2,10 +2,6 @@   * Fix display in IE 6, 7   */ -.g-clearfix { -  zoom: 1; -} -  #g-banner {    z-index: 2;  } diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index cae472be..36231b0d 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -467,8 +467,7 @@ li.g-error select {   * 5) Navigation and menus   *********************************************************************/ -#g-site-menu, -#g-tag-cloud ul { +#g-site-menu {    font-size: 1.2em;  } @@ -566,73 +565,6 @@ li.g-error select {    background-image: url('../images/ico-print.png');  } -/* Tags and cloud ~~~~~~~~~~~~~~~~~~~~~~~~ */ - -#g-tag-cloud ul { -  text-align: justify; -} - -#g-tag-cloud ul li { -  display: inline; -  line-height: 1.5em; -  text-align: justify; -} - -#g-tag-cloud ul li a { -  text-decoration: none; -} - -#g-tag-cloud ul li span { -  display: none; -} - -#g-tag-cloud ul li.size1 a { -  color: #9cf; -  font-size: 80%; -  font-weight: 100; -} - -#g-tag-cloud ul li.size2 a { -  color: #69f; -  font-size: 90%; -  font-weight: 300; -} - -#g-tag-cloud ul li.size3 a { -  color: #69c; -  font-size: 100%; -  font-weight: 500; -} - -#g-tag-cloud ul li.size4 a { -  color: #369; -  font-size: 110%; -  font-weight: 700; -} - -#g-tag-cloud ul li.size5 a { -  color: #0e2b52; -  font-size: 120%; -  font-weight: 900; -} - -#g-tag-cloud ul li.size6 a { -  color: #0e2b52; -  font-size: 130%; -  font-weight: 900; -} - -#g-tag-cloud ul li.size7 a { -  color: #0e2b52; -  font-size: 140%; -  font-weight: 900; -} - -#g-tag-cloud ul li a:hover { -  color: #f30; -  text-decoration: underline; -} -  #g-welcome-message p {    padding-bottom: 1em;  } diff --git a/themes/wind/views/album.html.php b/themes/wind/views/album.html.php index 91646b1e..1163630d 100644 --- a/themes/wind/views/album.html.php +++ b/themes/wind/views/album.html.php @@ -6,7 +6,7 @@    <div class="g-description"><?= nl2br(html::purify($item->description)) ?></div>  </div> -<ul id="g-album-grid" class="g-clearfix"> +<ul id="g-album-grid" class="ui-helper-clearfix">  <? if (count($children)): ?>    <? foreach ($children as $i => $child): ?>      <? $item_class = "g-photo"; ?> diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index fab4ba9e..c8b08129 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -76,7 +76,7 @@      <?= $theme->page_top() ?>      <div id="doc4" class="yui-t5 g-view">        <?= $theme->site_status() ?> -      <div id="g-header" class="g-clearfix"> +      <div id="g-header" class="ui-helper-clearfix">          <div id="g-banner">            <?= $theme->header_top() ?>            <? if ($header_text = module::get_var("gallery", "header_text")): ?> diff --git a/themes/wind/views/pager.html.php b/themes/wind/views/pager.html.php index 2075fd95..337d658f 100644 --- a/themes/wind/views/pager.html.php +++ b/themes/wind/views/pager.html.php @@ -1,6 +1,6 @@  <?php defined("SYSPATH") or die("No direct script access.") ?>  <? // See http://docs.kohanaphp.com/libraries/pagination ?> -<ul class="g-pager g-clearfix"> +<ul class="g-pager ui-helper-clearfix">    <? /* @todo This message isn't easily localizable */       $from_to_msg = t2("Photo %from_number of %count",                         "Photos %from_number - %to_number of %count", diff --git a/themes/wind/views/photo.html.php b/themes/wind/views/photo.html.php index c9c30017..b33e2afa 100644 --- a/themes/wind/views/photo.html.php +++ b/themes/wind/views/photo.html.php @@ -15,7 +15,7 @@  <div id="g-item">    <?= $theme->photo_top() ?> -  <ul class="g-pager g-clearfix"> +  <ul class="g-pager ui-helper-clearfix">      <li>        <? if ($previous_item): ?>        <a href="<?= $previous_item->url() ?>" class="g-button ui-icon-left ui-state-default ui-corner-all"> diff --git a/themes/wind/views/sidebar.html.php b/themes/wind/views/sidebar.html.php index 151c6365..cd50fc01 100644 --- a/themes/wind/views/sidebar.html.php +++ b/themes/wind/views/sidebar.html.php @@ -1,6 +1,6 @@  <?php defined("SYSPATH") or die("No direct script access.") ?>  <?= $theme->sidebar_top() ?> -<div id="g-view-menu" class="g-buttonset g-clearfix"> +<div id="g-view-menu" class="g-buttonset ui-helper-clearfix">    <? if ($page_type == "album"):?>      <?= $theme->album_menu() ?>    <? elseif ($page_type == "photo") : ?> | 
