summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-08 17:48:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-08 17:48:35 -0300
commit8eafc9269cba786080626f843879624c2a70d42d (patch)
tree80a70c9888bcadeccef3121f293203724cf03162 /style.css
parent9438279fd24e0309abd1f78a9442b149f7bd6bef (diff)
downloadnuvemdario-8eafc9269cba786080626f843879624c2a70d42d.tar.gz
nuvemdario-8eafc9269cba786080626f843879624c2a70d42d.tar.bz2
Forking to nuvemdario theme
Diffstat (limited to 'style.css')
-rw-r--r--style.css73
1 files changed, 65 insertions, 8 deletions
diff --git a/style.css b/style.css
index 83f88ef..8c9c468 100644
--- a/style.css
+++ b/style.css
@@ -237,7 +237,7 @@ html
position: fixed;
top: 0;
height:479px;
- background-image: url('images/page_gl.png');
+ /*background-image: url('images/page_gl.png');*/
background-repeat: no-repeat;
background-position: left top;
}
@@ -254,12 +254,12 @@ body
color: #292929;
height:100%;
min-height:100%;
- background-color: #66C3FA;
- background-image: url('images/Bottom_texture.jpg');
+ background-color: #000000;
+ background-image: url('images/calendario.png');
background-repeat: repeat-x;
background-attachment: fixed;
background-position: top left;
- min-width: 1000px;
+ /*min-width: 1000px;*/
}
.cleared
@@ -309,7 +309,8 @@ div.b2-header
position: relative;
z-index: -1;
width:100%;
- height: 100px;
+ /*height: 100px;*/
+ height: 70px;
margin-top: 0;
margin-bottom: -3px;
}
@@ -355,7 +356,8 @@ div.b2-logo
position: absolute;
top: 18px;
left: 0;
- margin-left: 140px;
+ /*margin-left: 140px;*/
+ margin-left: 3px;
}
h1.b2-logo-name
@@ -1604,8 +1606,8 @@ div.b2-block img
.b2-post-body
{
- position: relative;
- padding: 7px;
+ /*position: relative;*/
+ padding: 0 7px 0 7px;
}
a img
@@ -2495,3 +2497,58 @@ ul.contextual-links li a
}
/* END Front page list view support */
+/* Custom Nuvemdario */
+.view .date-nav-wrapper .date-nav {
+ margin-bottom: 0px;
+ min-height: 0px;
+}
+
+/*
+.view .date-nav-wrapper {
+ margin-top: 0px;
+}
+
+.view .date-nav-wrapper {
+ position:absolute;
+ right:10px;
+ top:-5px;
+ width:75%;
+}
+
+.view .date-nav-wrapper .date-heading {
+ width: 75%;
+}
+*/
+
+h1.b2-logo-name {
+ text-shadow: 0.1em 0.1em 0.2em black;
+}
+
+.date-nav .pager {
+ margin-left: 0px;
+}
+
+#edit-submit-calendario {
+}
+
+.view-calendario .views-submit-button {
+ padding-top: 25px;
+}
+
+/*
+.calendar-calendar td {
+ color: #000000;
+}
+*/
+
+.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
+ background: #cefff6 none repeat scroll 0 0;
+}
+
+.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
+ color: inherit;
+}
+
+.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;
+}