summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css32
1 files changed, 16 insertions, 16 deletions
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;
+}