From e6b1e57b41e39f7f16c5960e6e119f032976b862 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 8 Aug 2012 17:50:44 -0300 Subject: Forking to nuvemwidget theme --- nuvemdario.info | 41 ----------------------------------------- page.tpl.php | 48 ------------------------------------------------ style.css | 32 ++++++++++++++++---------------- 3 files changed, 16 insertions(+), 105 deletions(-) delete mode 100644 nuvemdario.info diff --git a/nuvemdario.info b/nuvemdario.info deleted file mode 100644 index e2818d7..0000000 --- a/nuvemdario.info +++ /dev/null @@ -1,41 +0,0 @@ -; $Id: nuvemdario.info $ -name = Nuvemdario -description = -screenshot = screenshot.png -version = 1.0 -core = 7.x -engine = phptemplate -regions[sidebar_left] = Left sidebar -regions[vnavigation_left] = Left vertical menu -regions[sidebar_right] = Right sidebar -regions[vnavigation_right] = Right vertical menu -regions[content] = Content -regions[navigation] = Menu -regions[banner1] = Banner 1 -regions[banner2] = Banner 2 -regions[banner3] = Banner 3 -regions[banner4] = Banner 4 -regions[banner5] = Banner 5 -regions[banner6] = Banner 6 -regions[user1] = User 1 -regions[user2] = User 2 -regions[user3] = User 3 -regions[user4] = User 4 -regions[extra1] = Extra 1 -regions[extra2] = Extra 2 -regions[copyright] = Copyright -regions[top1] = Top 1 -regions[top2] = Top 2 -regions[top3] = Top 3 -regions[bottom1] = Bottom 1 -regions[bottom2] = Bottom 2 -regions[bottom3] = Bottom 3 -regions[footer_message] = Footer - -stylesheets[all][] = style.css -scripts[] = script.js -; Information added by drupal.org packaging script on 2011-09-13 -version = "7.x-1.0" -core = "7.x" -datestamp = "1315909301" - diff --git a/page.tpl.php b/page.tpl.php index 02f8d64..682fe92 100644 --- a/page.tpl.php +++ b/page.tpl.php @@ -14,55 +14,12 @@ $tabs2 = (isset($tabs2) && !(empty($tabs2))) ?'' : NULL; ?> -
-
-
-
-
-
- - - -
-
-
-
-
-
- -
- - - - - -
- -
-
-
-
-
-
@@ -244,10 +201,5 @@ echo art_get_sidebar($art_sidebar_right, $vnavigation_right, 'b2-sidebar2'); ?>
-
- - - - print_closure($vars); ?> diff --git a/style.css b/style.css index 8c9c468..f4255d8 100644 --- a/style.css +++ b/style.css @@ -228,7 +228,6 @@ html width:100%; height:100%; overflow:hidden; - min-width: 1000px; } #b2-page-background-glare-image @@ -254,11 +253,6 @@ body color: #292929; height:100%; min-height:100%; - background-color: #000000; - background-image: url('images/calendario.png'); - background-repeat: repeat-x; - background-attachment: fixed; - background-position: top left; /*min-width: 1000px;*/ } @@ -494,9 +488,8 @@ h2.b2-logo-text a:hover .b2-nav { - position: relative; - width:1000px; - margin:0 auto; + position: absolute; + left: 0; min-height: 45px; z-index: 100; margin-top: -3px; @@ -512,7 +505,7 @@ h2.b2-logo-text a:hover .b2-nav-wrapper { position: relative; - width:1000px; + /*width:1000px;*/ margin:0 auto; } .b2-nav-inner @@ -762,15 +755,18 @@ h2.b2-logo-text a:hover margin-top: 0; margin-bottom: -3px; cursor:auto; - width: 1000px; + /*width: 1000px;*/ + /*width: 700px;*/ + width: 600px; } .b2-sheet-body { position: relative; padding: 3px; - padding-top:0; - padding-bottom:3px; + padding-top:0; + padding-bottom:3px; + background: #ffffff; } .b2-sheet-tr, .b2-sheet-tl, .b2-sheet-br, .b2-sheet-bl, .b2-sheet-tc, .b2-sheet-bc,.b2-sheet-cr, .b2-sheet-cl @@ -864,7 +860,6 @@ h2.b2-logo-text a:hover } #b2-page-background-top-texture, #b2-page-background-middle-texture{ - min-width: 1000px; } /* end Box, Sheet */ @@ -1942,8 +1937,8 @@ blockquote{ .b2-footer-body { - position:relative; - padding: 10px; + position:relative; + background: #ffffff; } .b2-footer-body .b2-rss-tag-icon @@ -2552,3 +2547,8 @@ h1.b2-logo-name { .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff { background: #cefff6 none repeat scroll 0 0; } + +#toolbar { + display: none; + visibility: hidden; +} -- cgit v1.2.3