diff --git a/agenda.css b/agenda.css new file mode 100644 index 0000000..2f626cb --- /dev/null +++ b/agenda.css @@ -0,0 +1,63 @@ +.agenda-tile { +border: 1px solid #c1c1c1; +border-radius: 3px; +} + + +.agenda-tile .title { +margin: 0px; +padding: 1em 1em 1em 1em; +border-bottom: 1px solid #c1c1c1; +color: #444; +text-transform: uppercase; +letter-spacing: normal; +font-weight: 700; +font-size: 1.2em; +font-family: "open_sansbold", Arial, Helvetica, sans-serif; +} + +#content .agenda-tile .period { +margin-bottom: 0em; +} + +.agenda-tile .period { +padding: .6em 0px 0.0em 0.75em; +color: #162938; +font-size: 1.3em; +font-family: Arial, Helvetica, sans-serif; +} + +#content .no-events { +padding-top: 12.2em; +height: 12.2em; +text-align: center; +} + +.agenda-tile-footer { +padding: .9em .6em; +border-top: 1px solid #c1c1c1; +text-align: right; +} + +.agenda-tile-footer a { +margin: 0; +padding: 0; +padding-right: 0em; +text-transform: uppercase; +font-weight: normal; +font-size: .9em; +font-family: "open_sansregular", Arial, Helvetica, sans-serif; +} + +#content a:hover, dl.portlet a:hover { +color: #000 !important; +} + +#content .agenda-tile h2 { + font-size: 16px +} + +#content .agenda-tile .title { + font-weight: bold; + padding-right: 1em; +} diff --git a/redes_sociais.css b/redes_sociais.css new file mode 100644 index 0000000..c9e8603 --- /dev/null +++ b/redes_sociais.css @@ -0,0 +1,41 @@ +.ui-widget-header +{ + background: none; + border: 0px solid #aaaaaa; + color: none; + font-weight: bold; +} +.ui-tabs .ui-tabs-panel +{ + background-color: #eeeff1; + border-width: 1px; + color: #777; + display: block; + font-size: 13px; + padding: 1em 1.4em; + text-decoration: none; +} +.ui-tabs .ui-tabs-nav +{ + margin: 0; + padding: 0; +} +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default +{ + background: #d5d5d5 none; + border: 1px solid #d4d5d7; + color: #555555; + font-weight: normal; +} +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active +{ + background: #eeeff1 none; + background-color: #eeeff1; + border: 1px solid #aaaaaa; + color: #212121; + font-weight: normal; +} +.ui-widget-content +{ + border: 0px solid #aaaaaa; +} -- libgit2 0.21.2