diff --git a/css/article-page.css b/css/article-page.css index 65575a8..d013fe5 100644 --- a/css/article-page.css +++ b/css/article-page.css @@ -17,12 +17,28 @@ font-family: Arial; } +#content .main-block .publishing-info a{ + color: #2C66CE; + font-family: Arial; +} + #content .main-block .article-body { font-family: Arial ; font-size: 15px; line-height: 21px; } +/* Need a dev solution - blog internal pages*/ + +#article-header .preview{ + display: none; +} + +#article-hits { + display: none; + +} + /* For software internal pages */ #content .main-block .article-body h2 { @@ -43,7 +59,7 @@ #content .main-block .article-body p{ margin-bottom: 22px; - font-family: arial; + font-family: Arial; } #content .main-block .article-body .zoomable-image, diff --git a/css/community-pages.css b/css/community-pages.css new file mode 100644 index 0000000..7528fe8 --- /dev/null +++ b/css/community-pages.css @@ -0,0 +1,151 @@ +/*** Events ***/ + +#content .event-card { + border-top: 1px dotted #D3D6D3; + background-repeat: no-repeat; + width: 494px; + height: 116px; + margin-bottom: 30px; +} + +#content .event-image { + border-right: 1px dotted #D3D6DE; +} + +#content .about-event > span { + font-family: Arial; + line-height: 13px; +} + +#content .about-event .event-date { + font-weight: bold; + letter-spacing: 0.49px; +} + +#content .about-event .event-address { + margin-top: 19px; +} + +#content .about-event .event-address span { + margin-top: 4.4px; + line-height: 14px; + letter-spacing: 0.5px; +} + +#content .event-link { + letter-spacing: 0.48px; +} + +#content .event-link a { + text-decoration: underline; +} + +#content .event-body .event-lead p { + font-size: 16px; + font-family: Arial; + font-weight: bold; + letter-spacing: -0.4px; + line-height: 21px; +} + +#content .event-body .event-content p { + font-size: 15px; + font-family: Arial; + line-height: 22px; +} + +/*** Profile page ***/ +.action-profile-index #content .main-block h1 { + color: #172738; + border-bottom: none; + font-size: 2.3em; + font-weight: bold; + font-variant: normal; + font-family: Arial, open_sansbold, Helvetica, sans-serif; +} + +/* Search form */ + +.action-profile-index .main-block #public-profile-search, +.action-profile-index .main-block #profile-search-results form, +.action-profile-index .main-block .profile-search-block form { + background-color: transparent; +} + +.action-profile-index .main-block #public-profile-search .search-field .formfield { + float: left; + margin-right: 0.5em; +} + +.action-profile-index .main-block #public-profile-search .search-field .formfield input { + margin-top: 0px; + margin-right: 0.5em; + padding: 6px; + height: 19px; + max-height: 19px; + border: 1px solid #ccc; + border-radius: 4px; +} + +.action-profile-index .main-block #public-profile-search .formfield input, +.action-profile-index .main-block #public-profile-search .formfield textarea{ + width: 100%; + background: none #FFFFFF; + color: #585858; + border: 1px solid #DDDDDD; + font-size: 16px; + word-wrap: break-word; +} + +.action-profile-index .main-block #public-profile-search form input.button.submit { + height: 32px; + background: #2B51A8; + font-size: 14px; + margin-top: 8px; + color: #ffffff; + text-transform: uppercase; + border-radius: 4px; + border: 1px solid #2B51A8; + padding: 5px 15px; +} + +/* Profile tab */ + +.action-profile-index .main-block .profile .ui-tabs{ + border: none; +} + +.action-profile-index .main-block .profile .ui-tabs .ui-tabs-nav{ + margin: 0 0 0 1em; + padding: 0; + background: none; + color: #172738; + border: 0px solid #aaaaaa; + border-radius: 4px; + font-weight: bold; +} + +.action-profile-index .main-block .profile .ui-widget-content .ui-state-default, +.action-profile-index .main-block .profile .ui-widget-header .ui-state-default{ + background: #d5d5d5 none; + color: #555555; + font-weight: normal; +} + +.action-profile-index .main-block .profile .ui-widget-content .ui-state-active, +.action-profile-index .main-block .profile .ui-widget-header .ui-state-active{ + background: #eeeff1; + color: #212121; + font-weight: normal; +} + +.action-profile-index .main-block .profile .ui-tabs .ui-tabs-panel{ + display: block; + padding: 1em 1.4em; + background-color: #eeeff1; + color: #777; + border-width: 1px; + font-size: 13px; + text-decoration: none; +} + diff --git a/css/overwriting-base-theme.css b/css/overwriting-base-theme.css index ffb35f1..58d9fe8 100644 --- a/css/overwriting-base-theme.css +++ b/css/overwriting-base-theme.css @@ -1,7 +1,7 @@ /************overwriting themes/base/style.css****************/ #wrap-1, #theme-footer { - margin: auto; - width: 100%; + margin: auto; + width: 100%; } #wrap-2 { @@ -12,11 +12,11 @@ } #main { - background: #fff; - font-size: 1.3em; - padding: 1em 0; - max-width: 960px; - margin: 0 auto; + background: #fff; + font-size: 1.3em; + padding: 1em 0; + max-width: 960px; + margin: 0 auto; } #wrapper { @@ -54,67 +54,65 @@ #content .main-block h2, #content .main-block h3, #content .main-block h4 { - font-family: 'Open Sans', Arial, Helvetica, sans-serif; + font-family: 'Open Sans', Arial, Helvetica, sans-serif; } #content .main-block h1, #not-found h1, #access-denied h1, #content .no-boxes h1 { - color: #444; - font-size: 1.7em; - padding: 7px 0; - margin-left: 0; - padding-left: 0.3em; - border-bottom: 1px solid #CCCCCC; - border-top: 0px solid #172838; - font-weight: bold; + color: #444; + font-size: 1.7em; + padding: 7px 0; + margin-left: 0; + padding-left: 0.3em; + border-bottom: 1px solid #CCCCCC; + border-top: 0px solid #172838; + font-weight: bold; } #content .title { - font-weight: normal; - padding-right: 70px; + font-weight: normal; + padding-right: 70px; } #content .main-block h3 { - font-size: 1.5em; - min-height: 48px; + font-size: 1.5em; + min-height: 48px; } /****************************************/ /*recent documents - everywhere on site*/ #content .recent-documents-block ul { - margin-left: 0; - padding: 0; + margin-left: 0; + padding: 0; } #content .recent-documents-block li { - background: none repeat scroll 0 0 #eeeff2; - border-bottom: 1px solid #c0c1c1; - display: block; - margin: 0; - min-height: 1em; - padding: 20px; - text-align: left; + background: none repeat scroll 0 0 #eeeff2; + border-bottom: 1px solid #c0c1c1; + display: block; + margin: 0; + min-height: 1em; + padding: 20px; + text-align: left; } #content .recent-documents-block li a { - color: #464A55; - line-height: 1.2em; + color: #464A55; + line-height: 1.2em; } - #content .recent-documents-block li a:hover{ - color: #000; + color: #000; } #content .recent-documents-block .block-title { - border-bottom: 1px solid #757575; - margin-bottom: 0; + border-bottom: 1px solid #757575; + margin-bottom: 0; } - #site-title { position: absolute; left: 8px; @@ -125,82 +123,80 @@ } #content { - left: -480px; - margin-left: 50%; - margin-top: 38px; - position: relative; - width: 960px; + left: -480px; + margin-left: 50%; + margin-top: 38px; + position: relative; + width: 960px; } input.button.with-text { - background-position: 3px 50%; - font-size: 12px; - padding: 0 2px 2px 20px; - max-height: 28px; + background-position: 3px 50%; + font-size: 12px; + padding: 0 2px 2px 20px; + max-height: 28px; } #content a.button.with-text, #content a.button.with-text { - height: 28px; - max-height: 28px; + height: 28px; + max-height: 28px; } - #content input.button, #content a.button { - background-color: #EEEEEE; - background-repeat: no-repeat; - border: 0px solid #CCCCCC; - color: #555555; - line-height: 16px; - text-decoration: none; + background-color: #EEEEEE; + background-repeat: no-repeat; + border: 0px solid #CCCCCC; + color: #555555; + line-height: 16px; + text-decoration: none; } #content #article-actions input.button, #content #article-actions a.button, #content a.button, #content input.button { - background-color: transparent; - border: 1px solid #CCCCCC; - vertical-align: middle; + background-color: transparent; + border: 1px solid #CCCCCC; + vertical-align: middle; } #content a.button.with-text { - line-height: 28px; - height: 30px; - max-height: 30px; + line-height: 28px; + height: 30px; + max-height: 30px; } + #content form input.button.submit { - height: 32px; - max-height: 32px; - margin-right: 5px; + height: 32px; + max-height: 32px; + margin-right: 5px; } - #content #article-actions input.button:hover, #content #article-actions a.button:hover { - background-color: #ccc; - border: 1px solid #CCCCCC; - color: white; + background-color: #ccc; + border: 1px solid #CCCCCC; + color: white; } - #content a.button:hover { - border: 1px solid #CCCCCC; + border: 1px solid #CCCCCC; } /*label of search's radio buttons*/ #content .search-field label { - display: inline-block; - font-size: 12px; - vertical-align: middle; - margin-left: 5px; + display: inline-block; + font-size: 12px; + vertical-align: middle; + margin-left: 5px; } #public-profile-search .formfield, #public-profile-search .submit { - margin-bottom: 5px; + margin-bottom: 5px; } #content .profile ul{ - margin-left: 1em; + margin-left: 1em; } /*********************end of overwritting themes/base/style.css*********************************/ diff --git a/style.css b/style.css index ad1f2f4..0ec36e5 100644 --- a/style.css +++ b/style.css @@ -11,10 +11,9 @@ @import url(css/main-content.css); @import url(css/article-page.css); @import url(css/news-page.css); -/* @import url(css/community-pages.css); -@import url(css/software-pages.css); -@import url(css/software-catalog-page.css); +@import url(css/edition-pages.css); +/* @import url(css/use-report.css); @import url(css/tooltips.css); */ -- libgit2 0.21.2