diff --git a/_notes/dwsync.xml b/_notes/dwsync.xml
index 967782b..d299f76 100644
--- a/_notes/dwsync.xml
+++ b/_notes/dwsync.xml
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/css/titlebar.css b/css/titlebar.css
index b184bd4..bf3bc85 100644
--- a/css/titlebar.css
+++ b/css/titlebar.css
@@ -57,7 +57,7 @@
}
#uc-site-header #uc-site-title {
- padding-bottom: 30px;
+ padding-bottom: 20px;
}
#uc-site-header #uc-site-title a {
@@ -70,10 +70,6 @@
#site-title .searchform .form-group {
width: 100%;
}
-#site-title .searchform .form-group .search {
+#site-title .searchform .form-group .form-control {
width: 150px;
}
-#site-title .searchform .form-group .search:focus {
- width: 300px;
- transition: all 2s ease;
-}
diff --git a/page-blog.php b/page-blog.php
new file mode 100644
index 0000000..28e08c5
--- /dev/null
+++ b/page-blog.php
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/sass/_notes/dwsync.xml b/sass/_notes/dwsync.xml
index ea9687b..097b3b3 100644
--- a/sass/_notes/dwsync.xml
+++ b/sass/_notes/dwsync.xml
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/sass/content.scss b/sass/content.scss
index 75544f6..e79a748 100644
--- a/sass/content.scss
+++ b/sass/content.scss
@@ -34,6 +34,10 @@ code {
overflow:hidden;
@include cs-word-break;
}
+.page {
+ @include uc-cal;
+}
+
/* POSTS
--------------------------------------------------------------*/
@@ -123,3 +127,7 @@ code {
width: 50%;
}
+
+
+/* In Page Calendars */
+
diff --git a/sass/nav.scss b/sass/nav.scss
index 3fd0b61..01994c0 100644
--- a/sass/nav.scss
+++ b/sass/nav.scss
@@ -173,7 +173,7 @@ $nav-secondary-pills-active-link-hover-color: $component-active-color !
.navbar-default .navbar-brand {
height:auto;
float:none;
- margin-right:110px;
+ margin-right:130px;
font:500 18px "Proxima Nova", Helvetica, Arial, sans-serif;
color:black;
}
@@ -190,8 +190,9 @@ $nav-z: 9999;
z-index:$nav-z;
#site-navigation {
z-index:$nav-z;
- & * {
- z-index:$nav-z;
+
+ .dropdown-menu{
+ z-index:$nav-z;
}
}
}
diff --git a/sass/titlebar.scss b/sass/titlebar.scss
index 6a58ed3..e1f251f 100644
--- a/sass/titlebar.scss
+++ b/sass/titlebar.scss
@@ -50,7 +50,7 @@
letter-spacing: 1px;
}
#uc-site-header #uc-site-title {
- padding-bottom:30px;
+ padding-bottom:20px;
}
#uc-site-header #uc-site-title a {
font-weight:500;
@@ -63,14 +63,8 @@
.form-group {
width:100%;
- .search {
+ .form-control {
width:150px;
-
-
- &:focus {
- width:300px;
- transition:all 2s ease;
- }
}
}
diff --git a/sass/variables.scss b/sass/variables.scss
index e6373af..7b07ac8 100644
--- a/sass/variables.scss
+++ b/sass/variables.scss
@@ -9,6 +9,8 @@ $contentPadding: 1em;
+
+
/* == Nav */
$nav-secondary-border-color: #ccc !default;
@@ -35,21 +37,22 @@ $nav-secondary-active-link-hover-color: $component-active-color !defaul
/* == Widgets */
$widget-border-color: #ccc !default;
-$widget-border-radius: $border-radius-base !default;
+$widget-border-radius: $border-radius-base !default;
$widget-border-width: 1px !default;
-$widget-margin: 0 0 1.5em 0 !default;
-$widget-padding: none !default;
-$widget-bg: #fff !default;
+$widget-margin: 0 0 1.5em 0 !default;
+$widget-padding: 0 !default;
+$widget-bg: #fff !default;
+$widget-content-margin: 1em;
$widget-color: #000 !default;
$widget-size: 1em !default;
-$widget-link-color: $link-color !default;
-$widget-link-hover: $link-hover-color !default;
+$widget-link-color: $link-color !default;
+$widget-link-hover: $link-hover-color !default;
-$widget-head-bg: $widget-bg !default;
+$widget-head-bg: $widget-bg !default;
$widget-head-color: $widget-color !default;
$widget-head-border-width: 0 0 1px 0 !default;
$widget-head-border-color: $widget-border-color !default;
-$widget-head-padding: .5em .5em .5em 1em !default;
+$widget-head-padding: .5em .5em .5em 1em !default;
$widget-head-size: $widget-size !default;
/* Sepcific Widgets */
@@ -65,9 +68,9 @@ $uc-ecw-day-color: #333 !default;
$footers-margin: 1.5em 0 0 0 !default;
$footers-bg: #eee !default;
-$footers-color: #000 !default;
-$footers-link-color: blue !default;
-$footers-link-hover: red !default;
+$footers-color: #333 !default;
+$footers-link-color: $link-color !default;
+$footers-link-hover: $link-hover-color !default;
$footers-border-color: #ccc !default;
$footers-border-width: 2px 0 0 0 !default;
@@ -82,4 +85,97 @@ $megafooter-widget-head-color: $footers-color !default;
$uc-footer-link-color: $footers-link-color !default;;
$uc-footer-link-hover: $footers-link-hover !default;;
-$uc-footer-link-spacing: 1em !default;;
\ No newline at end of file
+$uc-footer-link-spacing: 1em !default;;
+
+
+
+
+
+
+
+
+
+@mixin uc-cal() {
+ .uc-cal {
+ padding:0;
+
+ &.uc-iconcal {
+
+ .uc-cal-list {
+ margin:$widget-content-margin;
+ a.uc-cal-event {
+ font-family:$font-family-base;
+
+ .uc-cal-event-date {
+ border:none;
+ width:33px;
+ left:0;
+
+ .uc-cal-event-month {
+ height:auto;
+ padding:.4em;
+ font-size:.7em;
+ background-color:$uc-ecw-month-bg;
+ color:$uc-ecw-month-color;
+ }
+
+ .uc-cal-event-day {
+ padding:.4em;
+ height:auto;
+ background-color:$uc-ecw-day-bg;
+ color:$uc-ecw-day-color;
+ font-size:.8em;
+ }
+ }
+ .uc-cal-event-title {
+ color: $widget-link-color;
+ }
+ .uc-cal-event-time {
+ color: $widget-link-color;
+ opacity:.6;
+ }
+ &:hover {
+ .uc-cal-event-title {
+ color: $widget-link-hover;
+ }
+ .uc-cal-event-time {
+ color: $widget-link-hover;
+ }
+
+
+ }
+ }
+ }
+ }
+ &.uc-listcal {
+ .uc-cal-list {
+ margin:$widget-content-margin;
+ a.uc-cal-event {
+ font-family:$font-family-base;
+
+ .uc-cal-event-date {
+ display:block;
+ font-weight:normal;
+ }
+
+ .uc-cal-event-title {
+ display:block;
+ color: $widget-link-color;
+ }
+
+ &:hover {
+ .uc-cal-event-title {
+ color: $widget-link-hover;
+ }
+ .uc-cal-event-time {
+ color: $widget-link-hover;
+ }
+ }
+ }
+ }
+ }
+ }
+}
+
+
+
diff --git a/sass/widgets.scss b/sass/widgets.scss
index f1d747f..61e73c0 100644
--- a/sass/widgets.scss
+++ b/sass/widgets.scss
@@ -41,14 +41,14 @@
}
- p, form {
- margin:1em;
+ form {
+ margin:$widget-content-margin;
}
- ul {
+ ul, ol {
list-style-type:none;
padding:0;
- margin:1em;
+ margin:$widget-content-margin;
li {
margin-bottom:.75em;
@@ -65,6 +65,14 @@
}
}
}
+ ol {
+ padding:0;
+ margin:.5em 0 .5em 2em;
+ list-style-type:decimal;
+ li {
+ margin-bottom:.5em;
+ }
+ }
}
}
@@ -87,10 +95,14 @@
&.widget_recent_entries {}
&.widget_rss {}
&.widget_search {}
- &.widget_text {}
+ &.widget_text {
+ .textwidget {
+ margin:$widget-content-margin;
+ }
+ }
&.widget_tag_cloud {
.tagcloud {
- margin:1em;
+ margin:$widget-content-margin;
}
}
@@ -145,58 +157,10 @@
}
}
&.uc-ecw {
- padding-bottom:1em;
- .uc-cal {
- padding:0;
-
- &.uc-iconcal {
-
- .uc-cal-list {
- a.uc-cal-event {
- font-family:$font-family-base;
-
- .uc-cal-event-date {
- border:none;
- width:33px;
-
- .uc-cal-event-month {
- height:auto;
- padding:.4em;
- font-size:.7em;
- background-color:$uc-ecw-month-bg;
- color:$uc-ecw-month-color;
- }
-
- .uc-cal-event-day {
- padding:.4em;
- height:auto;
- background-color:$uc-ecw-day-bg;
- color:$uc-ecw-day-color;
- }
- }
- .uc-cal-event-title {
- color: $widget-link-color;
- }
- .uc-cal-event-time {
- color: $widget-link-color;
- opacity:.6;
- }
- &:hover {
- .uc-cal-event-title {
- color: $widget-link-hover;
- }
- .uc-cal-event-time {
- color: $widget-link-hover;
- }
-
-
- }
- }
- }
- }
- }
+ padding-bottom:$widget-content-margin;
+ @include uc-cal;
.uc-cal-link {
- margin:1em;
+ margin:$widget-content-margin;
}
}
diff --git a/style.css b/style.css
index 4440eb5..9964ea6 100644
--- a/style.css
+++ b/style.css
@@ -6792,7 +6792,7 @@ button.close {
}
#uc-site-header #uc-site-title {
- padding-bottom: 30px;
+ padding-bottom: 20px;
}
#uc-site-header #uc-site-title a {
@@ -6805,13 +6805,9 @@ button.close {
#site-title .searchform .form-group {
width: 100%;
}
-#site-title .searchform .form-group .search {
+#site-title .searchform .form-group .form-control {
width: 150px;
}
-#site-title .searchform .form-group .search:focus {
- width: 300px;
- transition: all 2s ease;
-}
/* NAV
--------------------------------------------------------------*/
@@ -6872,7 +6868,7 @@ button.close {
.navbar-default .navbar-brand {
height: auto;
float: none;
- margin-right: 110px;
+ margin-right: 130px;
font: 500 18px "Proxima Nova", Helvetica, Arial, sans-serif;
color: black;
}
@@ -6890,7 +6886,7 @@ button.close {
#masthead #nav-wrapper .container #site-navigation {
z-index: 9999;
}
-#masthead #nav-wrapper .container #site-navigation * {
+#masthead #nav-wrapper .container #site-navigation .dropdown-menu {
z-index: 9999;
}
@@ -6997,6 +6993,68 @@ code {
hyphens: auto;
}
+.page .uc-cal {
+ padding: 0;
+}
+.page .uc-cal.uc-iconcal .uc-cal-list {
+ margin: 1em;
+}
+.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date {
+ border: none;
+ width: 33px;
+ left: 0;
+}
+.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-month {
+ height: auto;
+ padding: .4em;
+ font-size: .7em;
+ background-color: #7c7c7c;
+ color: white;
+}
+.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day {
+ padding: .4em;
+ height: auto;
+ background-color: white;
+ color: #333333;
+ font-size: .8em;
+}
+.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-title {
+ color: #428bca;
+}
+.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-time {
+ color: #428bca;
+ opacity: .6;
+}
+.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event:hover .uc-cal-event-title {
+ color: #2a6496;
+}
+.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event:hover .uc-cal-event-time {
+ color: #2a6496;
+}
+.page .uc-cal.uc-listcal .uc-cal-list {
+ margin: 1em;
+}
+.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-date {
+ display: block;
+ font-weight: normal;
+}
+.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-title {
+ display: block;
+ color: #428bca;
+}
+.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event:hover .uc-cal-event-title {
+ color: #2a6496;
+}
+.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event:hover .uc-cal-event-time {
+ color: #2a6496;
+}
+
/* POSTS
--------------------------------------------------------------*/
.post {
@@ -7083,6 +7141,7 @@ code {
width: 50%;
}
+/* In Page Calendars */
/* - - - - - - - - - - - - - - - - - - -
== Captions
- - - - - - - - - - - - - - - - - - - */
@@ -7206,7 +7265,7 @@ object {
border-color: #cccccc;
border-radius: 4px;
margin: 0 0 1.5em 0;
- padding: none;
+ padding: 0;
background-color: white;
color: black;
}
@@ -7227,28 +7286,36 @@ object {
margin: 0;
color: black;
}
-.widget p, .widget form {
+.widget form {
margin: 1em;
}
-.widget ul {
+.widget ul, .widget ol {
list-style-type: none;
padding: 0;
margin: 1em;
}
-.widget ul li {
+.widget ul li, .widget ol li {
margin-bottom: .75em;
}
-.widget ul li ul {
+.widget ul li ul, .widget ol li ul {
padding: 0;
margin: .5em 0 .5em 2em;
list-style-type: disc;
}
-.widget ul li ul li {
+.widget ul li ul li, .widget ol li ul li {
margin-bottom: .5em;
}
-.widget ul li ul li ul {
+.widget ul li ul li ul, .widget ol li ul li ul {
list-style-type: circle;
}
+.widget ul li ol, .widget ol li ol {
+ padding: 0;
+ margin: .5em 0 .5em 2em;
+ list-style-type: decimal;
+}
+.widget ul li ol li, .widget ol li ol li {
+ margin-bottom: .5em;
+}
/* Make sure select elements fit in widgets */
.widget select {
@@ -7263,6 +7330,9 @@ object {
/* === UCONN Widgets
*/
}
+.widget.widget_text .textwidget {
+ margin: 1em;
+}
.widget.widget_tag_cloud .tagcloud {
margin: 1em;
}
@@ -7305,12 +7375,16 @@ object {
.widget.uc-ecw .uc-cal {
padding: 0;
}
+.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list {
+ margin: 1em;
+}
.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date {
border: none;
width: 33px;
+ left: 0;
}
.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-month {
height: auto;
@@ -7324,6 +7398,7 @@ object {
height: auto;
background-color: white;
color: #333333;
+ font-size: .8em;
}
.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-title {
color: #428bca;
@@ -7338,6 +7413,26 @@ object {
.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event:hover .uc-cal-event-time {
color: #2a6496;
}
+.widget.uc-ecw .uc-cal.uc-listcal .uc-cal-list {
+ margin: 1em;
+}
+.widget.uc-ecw .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+.widget.uc-ecw .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-date {
+ display: block;
+ font-weight: normal;
+}
+.widget.uc-ecw .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-title {
+ display: block;
+ color: #428bca;
+}
+.widget.uc-ecw .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event:hover .uc-cal-event-title {
+ color: #2a6496;
+}
+.widget.uc-ecw .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event:hover .uc-cal-event-time {
+ color: #2a6496;
+}
.widget.uc-ecw .uc-cal-link {
margin: 1em;
}
@@ -7593,31 +7688,31 @@ body.sticky #footers {
background-color: transparent;
}
#mega-footer .widget {
- color: black;
+ color: #333333;
background-color: transparent;
border: none;
}
#mega-footer .widget a {
- color: blue;
+ color: #428bca;
}
#mega-footer .widget a:hover {
- color: red;
+ color: #2a6496;
}
#mega-footer .widget .widget-head {
background-color: transparent;
- color: black;
+ color: #333333;
border: none;
}
#footer {
padding: 1.5em 0;
- color: blue;
+ color: #428bca;
}
#footer a {
- color: blue;
+ color: #428bca;
}
#footer a:hover {
- color: red;
+ color: #2a6496;
}
#footer ul {