Current Path :
/
home
/
develito
/
www
/
templates
/
ja_edenite_ii
/
less
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/www/templates/ja_edenite_ii/less/joomla.less
/** *------------------------------------------------------------------------------ * @package T3 Framework for Joomla! *------------------------------------------------------------------------------ * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @authors JoomlArt, JoomlaBamboo, (contribute to this project at github * & Google group to become co-author) * @Google group: https://groups.google.com/forum/#!forum/t3fw * @Link: http://t3-framework.org *------------------------------------------------------------------------------ */ // --------------------------------------------------------- // GENERIC ARTICLE STYLES // --------------------------------------------------------- // // Articles Layout // -------------------------------------------------------- .blog { } // Home Blog .blog-featured { } // Leading Article Rows .items-leading .leading { border-bottom: 1px solid @t3-border-color; margin-bottom: @t3-global-margin * 1.5; padding-bottom: @t3-global-padding * 1.5; } // Article Rows .items-row { } .items-row .item { margin-bottom: @t3-global-margin * 2; } // Divider .divider-vertical { margin: 0 0 (@t3-global-margin * 2); border: 0; border-top: 1px solid @hr-border; } // Article Aside // ------------------------- .article-aside { color: @gray-light; font-size: @t3-font-size-small; margin-bottom: @t3-global-margin; .dropdown-toggle { color: @gray-light; } .dropdown-menu { background: @white; > li > a { color: @gray-dark; &:hover,&:focus,&:active { color: @brand-primary; } } } } .article-info { float: left; margin: 0; width: 85%; i { display: none; } a { border-bottom: 1px dotted @t3-border-color; color: @gray; // Link states &:hover, &:focus, &:active { color: @link-hover-color; border-color: @link-hover-color; text-decoration: none; } } .article-info-term { display: none; } dd { display: inline-block; margin-left: 0; margin-right: 5px; white-space: nowrap; strong { font-weight: bold; } } dd { &:after { content: "-"; color: @gray-light; display: inline-block; margin-left: 5px; } &:last-child:after { display: none; } } } // Author .createdby { } // Category Name .category-name { } // URL .article-url { } // Publish Date .published { } // Modified Date .modifydate { } // Article Desciption .contentdescription { } .contentdescription p { } // Tags .tags { margin-bottom: @t3-global-margin; span { margin-right: @t3-global-margin / 4; .label { background-color: @gray-lighter; border-radius: 2px; color: @gray; display: inline-block; font-size: @font-size-small; font-weight: 400; letter-spacing: 0.5px; padding: 4px 5px; margin-bottom: 3px; &:hover, &:focus, &:active { background-color: darken(@gray-lighter, 10%); } } } } // Article Footer // ------------------------- .article-footer { color: @gray-light; font-size: @font-size-small; margin-bottom: @t3-global-margin; } // Article Images // ------------------------- .article-intro, .article-content { // Make the image reponsive. // Remove if you don't want article images to be responsived. img { border: 1px solid @t3-border-color; box-shadow: 0 0 5px rgba(0,0,0,0.2); margin-top: 5px !important; .img-responsive(); } // Add proper margin img[align=left], .img_caption.left, .pull-left.item-image { margin: 5px (@t3-global-margin*1.5) @t3-global-margin 0; } img[align=right], .img_caption.right, .pull-right.item-image { margin: 5px 0 @t3-global-margin (@t3-global-margin* 1.5); } } .article-content { iframe { @media (max-width: @screen-sm) { width: 100% !important; height: auto; } } } .img-intro-none, .img-intro-left, .img-intro-right, .img-fulltext-none, .img-fulltext-left, .img-fulltext-right, .img_caption { position: relative; } .img-intro-none, .img-intro-left, .img-intro-right, .img-fulltext-none, .img-fulltext-left, .img-fulltext-right, .img_caption { margin-bottom: @t3-global-margin; max-width: 100%; } .img-fulltext-left { float: left; margin-right: @t3-global-margin; } .img-fulltext-right { float: right; margin-left: @t3-global-margin; } .img-intro-none img, .img-intro-left img, .img-intro-right img, .img-fulltext-none img, .img-fulltext-left img, .img-fulltext-right img { margin: 0; } // Image caption .img_caption img { margin-bottom: 1px !important; } .img_caption p.img_caption { background: @gray-lighter; color: @gray; font-size: @font-size-small; width: 100%; margin: 0; padding: 5px; text-align: center; clear: both; } // Reponsive Article Images @media (max-width: @screen-xs-max) { article img[align=left], .img_caption.left, article img[align=right], .img_caption.right, .img-fulltext-left, .img-fulltext-right { float: none !important; margin-left: 0; margin-right: 0; width: 100% !important; } } // Article Actions // ------------------------- article aside .btn-group { .dropdown-menu { } > .dropdown-toggle, > .dropdown-toggle:hover, > .dropdown-toggle:active, > .dropdown-toggle:focus { padding: 2px 5px; } > .dropdown-toggle .caret { margin-left: 2px; } } // --------------------------------------------------------- // ROW LISTS // --------------------------------------------------------- // List types using in Joomla! Core // Alternating Rows .row-even, .row-odd { padding: 5px; width: 99%; border-bottom: 1px solid @table-border-color; } .row-odd { background-color: @table-bg; } .row-even { background-color: @table-bg-accent; } .blog-row-rule, .blog-item-rule { border: 0; } // Row reveal .row-fluid .row-reveal { visibility: hidden; } .row-fluid:hover .row-reveal { visibility: visible; } // Nav List Offset .nav-list > li.offset > a { padding-left: 30px; font-size: 12px; } // Striped // ------- .list-striped, .row-striped { list-style: none; line-height: @line-height-computed; text-align: left; vertical-align: middle; border-top: 1px solid @table-border-color; margin-left: 0; padding-left: 0; } .list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid { border-bottom: 1px solid @table-border-color; padding: 10px 15px; } .list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) { background-color: @table-bg-accent; } .list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover { background-color: @table-bg-hover; } .row-striped .row-fluid { width: 97%; // lower than 100% since we have padding } .row-striped .row-fluid [class*="span"] { min-height: 10px; } .row-striped .row-fluid [class*="span"] { margin-left: 8px; } .row-striped .row-fluid [class*="span"]:first-child { margin-left: 0; } // Condensed // --------- .list-condensed { li { padding: 5px 10px; } } .row-condensed { .row, .row-fluid { padding: 5px 10px; } } // Bordered // -------- .list-bordered, .row-bordered { list-style: none; line-height: 18px; text-align: left; vertical-align: middle; margin-left: 0; border: 1px solid @table-border-color; } // --------------------------------------------------------- // COMMON JOOMLA STYLES // --------------------------------------------------------- // // LOGIN // --------------------------------------------------------- .login-wrap { border-radius: @border-radius-large; border: 1px solid @t3-border-color; margin: 0 auto; padding: @t3-global-padding; @media (min-width: @screen-sm-min) { padding: @grid-gutter-width; width: 350px; } // Header .page-header { border: 0; padding: 0; margin-bottom: @t3-global-margin * 2; // Mobile view @media (max-width: @screen-xs-max) { margin-bottom: @t3-global-margin; } h1 { font-size: @font-size-h3; font-weight: @font-weight-bold; letter-spacing: 1px; text-transform: uppercase; } } // Description .login-description { margin-bottom: @t3-global-margin; } // Login Form form { fieldset { } .control-label { text-align: left; padding-top: 0; padding-bottom: @t3-global-padding/3; } label { text-align: left; font-weight: @font-weight-normal; } .form-group { margin-bottom: @t3-global-margin * 1.5; // Mobile view @media (max-width: @screen-xs-max) { margin-bottom: @t3-global-margin; } input[type="text"], input[type="password"] { box-shadow: none; width: 100%; } .checkbox { padding-top: 0; min-height: 0; } } } .btn { width: 100%; } .password-group { .input-group { .btn { width: auto; } } } // Links .other-links { margin-bottom: 0 !important; ul { font-size: @t3-font-size-small; margin: 0; padding: 0; @media (min-width: @screen-sm-min) { text-align: center; } li { list-style: none; margin-bottom: @t3-global-margin / 2; @media (min-width: @screen-sm-min) { padding: 0 @t3-global-padding / 4; display: inline-block; } a { color: @link-color; font-size: @t3-font-size-smaller; &:hover,&:focus,&:active { color: @brand-secondary; text-decoration: none; } } } } } } .logout { text-align: center; .form-horizontal .control-group .controls { margin: 0; } } #jform_privacyconsent_privacy-lbl, #jform_consentbox-lbl , #jform_terms_terms-lbl, #jform_profile_tos-lbl { a.modal { display: inline-block; position: relative; } } #jform_terms_terms, #jform_privacyconsent_privacy, #jform_consentbox, #jform_profile_tos { input[type="radio"], input[type="checkbox"] { position: relative; margin: 0; margin-right: 5px; width: auto; } label { margin-right: @t3-global-margin / 2; padding: 0; } } #jform_terms_terms-lbl, #jform_privacyconsent_privacy-lbl, #jform_consentbox-lbl { .star { width: 10px; vertical-align: top; } } // // REGISTER // --------------------------------------------------------- .registration, .profile-edit, .profile { padding: @t3-global-padding; margin: 0 auto; max-width: 100%; @media (min-width: @screen-sm) { border-radius: @border-radius-large; border: 1px solid @t3-border-color; width: 500px; padding: @t3-global-padding*2; } legend { border: 0; font-size: @font-size-h2; letter-spacing: 1px; margin-bottom: @t3-global-margin; text-align: center; } .form-group { margin-bottom: 0; +.form-group { margin-top: @t3-global-margin; } .control-label { text-align: left; padding-top: 0; label { color: @gray-darker; font-weight: normal; } .text label { border-radius: @border-radius-base; display: block; background: @gray-lightest; padding: 10px 16px; font-weight: normal; } } input.required { width: 100%; box-shadow: none; } } .control-group { label { font-weight: 400; } .field-calendar { input { display: inline-block; } } .controls { input { width: 100%; } } } fieldset dt { margin-right: 5px; } .form-actions { background: none; margin-top: @t3-global-margin * 1.5; padding: 0; .btn { margin-bottom: @t3-global-margin/2; display: block; width: 100%; } } } #member-registration { input.form-control { width: 100%; } .password-group { .input-group { .btn { width: auto; } } } } // Profile Edit .profile-edit { @media (min-width: @screen-md-min) { width: 800px; } // Field Edit Prodile fieldset { .col-md-6 { > .form-group { margin: 0 0 @t3-global-margin; padding: 0; input, select { width: 100%; } .chzn-container { @media (max-width: @screen-xs-max) { width: 100% !important; } } } } + fieldset { margin-top: @t3-global-margin; } } .field-calendar { .js-calendar { min-width: 230px !important; } } // Help reset #helpsite-refresh { margin-top: @t3-global-margin; &:hover { color: @link-color; } } .form-actions { text-align: center; .btn { @media (min-width: @screen-md-min) { width: auto; display: inline-block; padding-left: @t3-global-padding*2; padding-right: @t3-global-padding*2; } } } } // Profile Edit .profile { text-align: right; @media (min-width: @screen-md-min) { width: 700px; } .btn-toolbar { display: inline-block; margin-bottom: @t3-global-margin; padding: 0; } .dl-horizontal dt { font-weight: @font-weight-bold; @media (min-width: @screen-md-min) { width: 48%; margin-bottom: 5px; } } .dl-horizontal dd { margin-bottom: @t3-global-margin; @media (min-width: @screen-md-min) { margin-left: 52%; margin-bottom: 5px; } } #users-profile-custom { margin-top: @t3-global-margin*2; } fieldset { @media (min-width: @screen-md-min) { text-align: left; } } } .form-register { fieldset { padding: 0 0 10px; } p { margin: 0 0 5px; } p.form-des { margin: 15px 0; } label { display: block; float: left; font-weight: bold; text-align: right; width: 130px; } .input, .inputbox { margin-left: 10px; width: 200px; } .btn, .button { margin-left: 140px; } } .admintable textarea { max-width: 90% !important; resize: none; } // Fix Captcha for User misssing pass and email #user-registration { .form-group + .form-group { padding: 0 60px 0 20px ; @media (max-width: @screen-sm-max) { padding: 20px 60px 0 0px ; } label { padding: 20px 0px 0 0; } } } // // MAILTO WINDOWS // --------------------------------------------------------- .com_mailto { body { padding: @t3-global-padding / 2; } .t3-mainbody { padding-top: 0; padding-bottom: 0; } .t3-content { width: auto; } } #mailto-window { background: #fff; margin: 10px 0 20px; padding: 0; position: relative; h2 { margin-top: 0; margin-bottom: @t3-global-margin; font-size: 24px; } .mailto-close { a { font-size: 16px; &:hover { color: @brand-primary; } } } } #mailtoForm { .formelm { padding: 5px 0; vertical-align: middle; overflow: hidden; } .formelm label { display: inline-block; float: left; font-weight: bold; vertical-align: middle; width: 100px; } p { margin-top: 20px; } .input, .inputbox { width: 65%; } .btn, .button, button { margin-right: 5px; } .control-group { .controls { margin-left: 0; #consentbox { padding-left: 24px; } } } } // // USERS // --------------------------------------------------------- .user-details { padding: 10px 0; p { margin: 0 0 5px; } label { display: block; float: left; font-weight: bold; text-align: right; width: 130px; } .input, .inputbox { margin-left: 10px; width: 200px; } .btn, button { margin-left: 140px; } .paramlist { .paramlist_key { padding: 0 0 5px; width: 130px; } .paramlist_value { padding: 0 0 5px; } } .user_name span { font-weight: bold; padding-left: 10px; } } // Reset & Remind // -------------- .reset .form-validate p, .remind .form-validate p { background: @gray-lighter; border: 1px solid @t3-border-color; margin-bottom: @t3-global-margin; padding: (@t3-global-padding / 2) @t3-global-padding; border-radius: @border-radius-base; } .reset .form-validate fieldset dl, .remind .form-validate fieldset dl { margin: 0; } .reset .form-validate fieldset dt, .remind .form-validate fieldset dt { margin: 4px 0 0 0; } .reset, .remind { // alert fieldset { > p { background-color: @state-warning-bg; border-color: @state-warning-border; color: @state-warning-text; padding: @t3-global-padding; } } } // Profile //--------- .profile .dl-horizontal { dd { } dt { } } // Edit Profile // ------------ .profile-edit { input { .make-sm-column(6, @padding-base-horizontal); // Make the input have the same width } select { .make-sm-column(6, @padding-base-horizontal); // Make the select have the same width } select + button { margin-left: 5px; } .profile-privacyconsent { border: none; .col-md-6 { width: 100% !important; } .t3onoff label { height: 36px; &:before { padding: 6px 18px; } } } } // // SEARCH // --------------------------------------------------------- .search { .input-group.form-group { #search-searchword { flex: 1 1 auto; width: 100%; } .input-group-btn { width: 48px; .btn { height: 38px; } } } } .searchintro { } // Search Form // ----------- #searchForm { .clearfix(); fieldset { margin: @t3-global-margin 0; } legend { margin-bottom: @t3-global-margin / 2; } .radio-inline, .checkbox-inline { } select { width: auto; display: inline-block; margin-left: 5px; padding-left: 5px; } .form-limit { margin-top: @line-height-computed; .counter { border: 0; color: @gray-light; padding: 0; margin-top: 0; } } } #search-form { ul#finder-filter-select-list { margin-left: 0; padding-left: 0; li { list-style: none; padding: (@t3-global-padding / 2) 0; label { width: 150px; } } } .word .form-group { margin-bottom: @t3-global-margin / 2; } } // Block level forms elements on Mobile @media (max-width: @screen-sm-min) { #searchForm { .radio-inline, .checkbox-inline { display: block; width: 100%; margin-left: 0; } } } // Search Result // ------------- .search-results { margin-top: @t3-global-margin; margin-left: 0; padding-left: 0; // Title .result-title { font-size: @t3-font-size-bigger; margin-top: @t3-global-margin; } // Category .result-category { font-size: @t3-font-size-smaller; color: @gray-light; } // Result Text .result-text { margin-top: 5px; margin-bottom: 5px; } // Result URL .result-url { color: @gray; margin-top: @line-height-computed; } // Date .result-created { font-size: @t3-font-size-smaller; color: @gray-light; } // Higlight .highlight { } } // // SMART SEARCH // --------------------------------------------------------- div.finder { margin-bottom: @line-height-computed; #search-form { } #advancedSearch { } // The Form #finder-search { } // The result #search-results { #search-query-explained{ } } .word { .form-inline { >label { } >.input-group { display: flex; .js-finder-search-query { width: auto; } button.btn { } a.btn { background: @gray-lighter; color: @gray; line-height: 1.65; margin-left: 10px; &:hover { background: @gray-lightest; } } } } } .js-finder-searchform { .btn { height: 38px; margin-left: 10px; border-radius: 0; } #advancedSearch { margin-top: 15px; } } } #searchForm { .phrases-box input[type="radio"] { vertical-align: top; margin-top: 3px; } } div#finder-filter-window .filter-branch .finder-selects { margin-right: @t3-global-margin / 2; } // // TAGS CATEGORY // --------------------------------------------------------- .tag-category { h3 { margin-top: 0; margin-bottom: @t3-global-margin*0.75; } // Tag category .tag-info { img { max-width: 100%; margin-bottom: @t3-global-margin/2; // Mobile view @media (min-width: @screen-md) { width: 50%; float: left; margin: 0 @t3-global-margin 0 0; } } } ul.category { border: 0; li { border-bottom: 1px solid @t3-border-color; background-color: transparent; padding: 0 0 @t3-global-padding*1.5; margin-bottom: @t3-global-margin*1.5; &:last-child { border: none; padding: 0; } .tag-img { margin-bottom: @t3-global-margin; img { max-width: 100%; } @media (min-width: @screen-md) { float: left; width: 30%; margin: 0 @t3-global-margin*1.5 0 0; } } .tag-body { h3 { margin-bottom: @t3-global-margin/2; line-height: 1.4; margin-top: 0; a { color: @gray-darker; &:hover, &:focus, &:active { color: @brand-primary; } } } p { display: inline; margin-bottom: 0; color: @text-color; font-size: @font-size-base; } } } } // Filters .filters { margin: 0 0 @t3-global-margin*1.5 0; padding: 0 0 @t3-global-margin*1.5 0; border-bottom: 1px solid @t3-border-color; .btn-group { margin-left: 0; // Mobile view @media (max-width: @screen-xs-max) { float: none!important; display: block; &.pull-right { margin-top: @t3-global-margin / 2; } } } } } // // CONTACT // --------------------------------------------------------- .contact { // Images .thumbnail { background-color: inherit; border: 0; padding: 0; max-width: 100%; } .dl-horizontal { margin-bottom: @t3-global-margin / 2; > dt { @media (max-width: @screen-sm) { float: left; margin-right: 5px; width: auto; } } > dd { margin-left: 0; } } #users-profile-custom { dt { text-align: left; width: auto; margin-right: 12px; } dd { margin-left: 0 !important; } dt, dd { margin-bottom: 10px; } dd { margin-left: 180px; } .hasPopover { margin-bottom: 0; } } .star { font-size: @font-size-base; } // Address .contact-address { margin-bottom: @t3-global-margin; .contact-info { margin-bottom: @t3-global-margin / 4; // Jicons .jicons-icons { color: @gray; font-weight: 500; span { background-color: @gray-lighter; border-radius: 50%; display: inline-block; font-size: @t3-font-size-big; height: @line-height-computed; line-height: @line-height-computed; margin-right: @t3-global-margin / 4; text-align: center; width: @line-height-computed; &::before { margin-left: 5%; } } } // Non icon .non-icons { color: @gray; margin-left: (@t3-global-margin / 4) + 27; } } } // Links .contact-links { margin-bottom: @t3-global-margin / 2; .nav { > li { display: inline-block; margin-bottom: @t3-global-margin / 2; margin-right: @t3-global-margin / 2; > a { background: linear-gradient(to bottom, @brand-primary 0%, darken(@brand-primary, 5%) 100%); border-radius: @border-radius-base; color: @gray-lightest; font-size: @font-size-h6; font-weight: 300; letter-spacing: 1px; padding: (@t3-global-padding / 3) (@t3-global-padding / 1.5); text-transform: uppercase; &::before { font-family: FontAwesome; font-size: @font-size-base; margin-right: 3px; } &:hover, &:active, &:focus { background: darken(@brand-primary, 5%); } //Facebook &.facebook { &::before { content: "\f09a"; } } // Twitter &.twitter { &::before { content: "\f099"; } } // Google plus &.google-plus { &::before { content: "\f1a0"; } } // Youtube &.youtube { &::before { content: "\f167"; } } // Instagram &.instagram { &::before { content: "\f16d"; } } } } } } // Misc .contact-misc { .maps-block { border-radius: @border-radius-base; margin: 0 0 @t3-global-margin; overflow: hidden; .map-container { margin: 0; } } .text { margin-bottom: @t3-global-margin; } } // Form .contact-form { color: @gray-lighter; #contact-form { legend { border-bottom: 0; color: @white; font-size: @t3-font-size-small; margin-bottom: @t3-global-margin / 2; } label { font-weight: 300; &.invalid { color: lighten(@brand-secondary, 10%); } } .control-contact { margin-bottom: @t3-global-margin; input, textarea { background-color: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0); box-shadow: none; color: @gray-lightest; width: 100%; &:focus { border-color: lighten(@brand-primary, 30%); } &.invalid { border-color: lighten(@brand-secondary, 5%); &:focus { border-color: lighten(@brand-primary, 30%); } } } } // Captcha .re-captcha { margin: 0; .control-group { margin: 0; } .control-label { padding: 0; text-align: left; width: 100%; label { margin-bottom: 5px; a { color: @white; } } } .controls { margin: 0; display: inline-block; #jform_captcha { border-radius: @border-radius-base; margin-bottom: @t3-global-margin; overflow: auto; width: 310px; overflow: hidden; #recaptcha_table { background-color: @gray-lightest; } // Reponsive // ========= // Tablet @media (max-width: @screen-sm-max) { width: 100%; } } #recaptcha_table { border: 0 !important; td { padding: 0 !important; } .recaptcha_image_cell { background-color: @gray-lightest; border-radius: @border-radius-base; } #recaptcha_response_field { background-color: @gray-lightest; border-radius: @border-radius-base; } } } } } .control-group { margin-bottom: @t3-global-margin / 2; #jform_contact_email_copy { margin-right: 6px; } label { margin-bottom: @t3-global-margin / 2; } } // Fixed for Input and Text Area not display properly #jform_contact_emailmsg { width: 100%; } #jform_contact_message { width: 100%; height: auto; } } // Plain Contact .contact-col1 { @media (max-width: @screen-md-max) { margin-bottom: @t3-global-margin; } .contact-view { padding-top: @t3-global-padding; @media (max-width: @screen-sm-max) { padding-top: 0; } } h3 { color: @gray-dark; font-size: floor(@font-size-base * 2.2); letter-spacing: 1px; margin: 0 0 @t3-global-margin; } } .contact-col2 { .contact-view { background-color: @brand-primary; border-radius: @border-radius-base; padding: @t3-global-padding; } h3 { color: @gray-lightest; font-size: @font-size-h2; letter-spacing: 1px; margin: 0 0 @t3-global-margin; } #contact-form { .control-contact:nth-child(1) { @media (max-width: @screen-sm-max) { float: left; padding-right: @t3-global-padding / 2; width: 50%; } @media (max-width: @screen-xs-max) { padding-right: 0; width: 100%; } } .control-contact:nth-child(2) { @media (max-width: @screen-sm-max) { float: left; padding-left: @t3-global-padding / 2; width: 50%; } @media (max-width: @screen-xs-max) { padding-left: 0; width: 100%; } } // Captcha .re-captcha { .controls { #jform_captcha { // Reponsive // ========= // Desktop @media (width: 1024px) { width: 244px; } } } } // Button Submit .btn-primary { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.1); &:hover,&:focus,&:active { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.15); } } } } // Slide Contact + Tab Contact #slide-contact, #myTabContent { // Form .contact-form { background-color: @brand-primary; border-radius: @border-radius-base; padding: @t3-global-padding; #contact-form { .control-contact:nth-child(1) { float: left; padding-right: @t3-global-padding / 2; width: 50%; @media (max-width: @screen-xs-max) { padding-right: 0; width: 100%; } } .control-contact:nth-child(2) { float: left; padding-left: @t3-global-padding / 2; width: 50%; @media (max-width: @screen-xs-max) { padding-left: 0; width: 100%; } } } } // Links .contact-links { margin-bottom: 0; } // Misc .contact-misc { .text { margin-bottom: 0; } } } // Slide Contact #slide-contact { .accordion-group { margin-bottom: @t3-global-padding / 2; .accordion-heading { letter-spacing: 1px; position: relative; a { background: @white; border: 1px solid @gray-lighter; border-radius: @border-radius-base @border-radius-base 0 0; color: @gray-dark; display: block; font-size: @font-size-large; font-weight: 400; overflow: hidden; padding: (@t3-global-padding / 2) ((@font-size-large * @line-height-base) + @t3-global-padding) (@t3-global-padding / 2) @t3-global-padding; text-overflow: ellipsis; white-space: nowrap; .marker { background: transparent; color: @gray-light; height: (@font-size-large * @line-height-base) + @t3-global-padding; letter-spacing: 0; line-height: (@font-size-large * @line-height-base) + @t3-global-padding; text-align: center; display: inline-block; position: absolute; right: 0; top: 0; text-indent: 0; width: (@font-size-large * @line-height-base) + @t3-global-padding; .fa { background: @gray-light; border-radius: 50%; color: @white; display: inline-block; font-size: @t3-font-size-smaller; text-align: center; line-height: @t3-font-size-smaller * @line-height-base; height: @t3-font-size-smaller * @line-height-base; width: @t3-font-size-smaller * @line-height-base; } .marker-open { display: inline-block; .fa { background-color: @brand-secondary; } } .marker-close { display: none; } } &.collapsed { background-color: @gray-lightest; border-radius: @border-radius-base; color: @gray-light; &:hover { color: @brand-primary; } .marker-close { display: inline-block; .fa-plus { &::before { margin-right: .5px; } } } .marker-open { display: none; } } } } .accordion-inner { border: 1px solid @gray-lighter; border-top: 0; border-radius: 0 0 @border-radius-base @border-radius-base; padding: @t3-global-padding; } } } // Tab Contact #myTabContent { .contact-links { .nav { text-align: center; } } } } // // ARCHIVED ITEMS // --------------------------------------------------------- #archive-items { > li { line-height: normal; margin: 0; overflow: visible; padding: 0; } .intro { clear: both; overflow: hidden; } } // // CATEGORY LIST // --------------------------------------------------------- .categories-list { margin-bottom: @line-height-computed; } .category-desc { } // Category List // ----------------- .category-item { .clearfix(); .page-header { line-height: normal; padding: (@line-height-computed / 2) 5px; margin: 0; font-size: @font-size-large; font-weight: normal; } // Sub Categories .category-item { margin-bottom: 0; margin-left: @grid-gutter-width; .page-header { font-size: @font-size-base; } } } // Children Category List // ----------------------- .cat-children { h3 {} .page-header { line-height: normal; padding: (@line-height-computed / 2) 5px; margin: 0; font-size: @font-size-large; font-weight: normal; } } // // NEWS FEEDS // --------------------------------------------------------- // Feed categories // --------------- .newsfeed-category, .newsfeed { > h2 { border-bottom: 1px solid @t3-border-color; padding-bottom: @t3-global-padding; margin-bottom: @t3-global-margin; margin-top: 0; } .category-desc { margin-bottom: @t3-global-margin; } .category { li { .clearfix(); } } } // Feeds item // ---------- .newsfeed { > h2 { border-bottom: 1px solid @t3-border-color; padding-bottom: @t3-global-padding; margin-bottom: @t3-global-margin; margin-top: 0; } .feed-description { margin-bottom: @t3-global-margin; font-size: @t3-font-size-bigger; } .feed-item-description .feed-description { font-size: @font-size-base; } ol li > a { font-weight: bold; font-size: @t3-font-size-bigger; } } // // CONTENT NAVIGATIONS // --------------------------------------------------------- // Pagebreak Nav // -------------- .article-content .pagination { ul { display: block; list-style: none; padding: 0; overflow: hidden; li { border: 1px solid @t3-border-color; float: left; line-height: normal; margin-right: (@t3-global-margin / 2); padding: (@t3-global-padding / 2) @t3-global-padding; // Hover state &:hover { } } li a { border: 0; text-decoration: none; background-color: transparent; line-height: normal; padding: 0; // Link States &:hover, &:focus, &:active { } } } } .pagenavcounter { margin: 0 0 @t3-global-margin; font-weight: bold; } // PageBreak Index // --------------- #article-index, .article-index { border: 1px solid @t3-border-color; border-radius: @border-radius-base; float: right; padding: 10px; margin: 0 0 @t3-global-margin @t3-global-margin; width: 25%; ul { list-style: none; margin: 0; padding: 0; border: 0; > li { border: 0; margin-top: 2px; } // Link > li > a { border: 0; padding: 5px; border-radius: @nav-pills-border-radius; // Link states &:hover, &:active, &:focus { } } // Active > .active > a { border: 0; background: @nav-pills-active-link-hover-bg; color: @nav-pills-active-link-hover-color; // Link states &:hover, &:active, &:focus { border: 0; background: @nav-pills-active-link-hover-bg; color: @nav-pills-active-link-hover-color; } } } } // Articles Navigation // ------------------- .pagenav { margin: 0; padding: 0; list-style: none; > li { margin: 0; padding: 0; float: left; } > li.pagenav-prev, > li.previous { margin-right: 10px; } > li.pagenav-next, > li.next { } li > a { padding: (@t3-global-padding / 2) @t3-global-padding; line-height: normal; border: 1px solid @pagination-border; border-radius: @border-radius-base; &:hover, &:active, &:focus { background-color: @pagination-hover-bg; } } } // Items More // ----------- .items-more { h3 { margin: 0 0 @t3-global-margin; } .nav { > li { border-top: 1px solid @t3-border-color; } > li > a { padding: @padding-base-vertical 5px; } } } // Back Buttons // ----------- .back_button a { display: block; margin: 10px 0; // Link states &:hover, &:focus, &:active { } } // Form Control // ------------ .filters { margin: (@t3-global-margin / 2) 0; .btn-group { .btn { line-height: @line-height-computed + 4; } } } .display-limit { margin: (@t3-global-margin / 2) 0 5px; } .filters #filter-search { float: left; } .filters .display-limit { float: right; text-align: right; } // --------------------------------------------------------- // MESSAGES & NOTIFICATIONS // --------------------------------------------------------- // // MESSAGES // --------------------------------------------------------- #system-message { dt { font-weight: bold; } dd { font-weight: bold; } dd.message ul, dd.error ul, dd.notice ul { margin: 0; padding: 0; } dd.message ul li, dd.error ul li, dd.notice ul li { background: none; margin: 0; padding: 5px; } } // System Standard Messages // ------------------------ #system-message dd.message ul { } // System Error Messages // --------------------- .error { } .error h2 { } #system-message dd.error ul { } // System Notice Messages // ---------------------- #system-message dd.notice ul { } .alert-message { .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text); } .alert-notice { .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text); } .alert-error { .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text); } // // Tooltips // --------------------------------------------------------- .tip-wrap { background: #fff6df; border: 1px solid #fb3; border-radius: 5px; .box-shadow (none); max-width: 300px; z-index: 999; } .tip-title { border-bottom: 1px solid #fb3; font-weight: bold; padding: 5px 10px; } .tip-text { font-size: @font-size-base; margin: 0; padding: 5px 10px; } .hasTip img { border: none; margin: 0 5px 0 0; } // --------------------------------------------------------- // MISC // --------------------------------------------------------- // Language // -------- .languageswitcherload { @media (min-width: @screen-sm) { float: right; width: 100%; .mod-languages { text-align: right; } } } // Calendar // -------- div.calendar { width: 187px; } // Edit // -------- .edit.item-page { fieldset { .btn-toolbar { margin-top: (@t3-global-margin / 2); } .input-group { display: block; } } } .chzn-container-multi .chzn-choices li.search-field input[type="text"] { height: auto; } // --------------------------------------------------------- // JOOMLA 3.0 EXTENDING BOOTSTRAP // --------------------------------------------------------- // iFrames .iframe-bordered { border: 1px solid @table-border-color; } // Fixed for Chosen .chzn-container { display: block; } .chzn-container-single .chzn-single, .chzn-container-multi .chzn-choices .search-field input, .chzn-container-single .chzn-search input { height: 26px; } .chzn-container-single .chzn-drop, .chzn-container .chzn-drop { .box-sizing (content-box) !important; } // Input Prepend Chosen Select Boxes .input-prepend .chzn-container-single .chzn-single { border-color: @input-border; height: 26px; border-radius: 0 3px 3px 0; .box-shadow(none); } .input-prepend .chzn-container-active .chzn-single-with-drop { border-radius: 0 3px 0 0; } .input-prepend .chzn-container-single .chzn-drop{ border-color: @input-border; } // Chosen proper wrapping in Bootstrap btn-group .btn-group .chzn-results { white-space: normal; } #sbox-window { padding: 0; } .tab-wrapper { #ja-user-register { #jform_captcha { .grecaptcha-badge { position: static !important; } } } } // Popup privacy contact and email #modal-jform_consentbox, #modal-consentbox { top: 5%; display: block; z-index: 1050; left: 50%; width: 80%; position: fixed; margin-left: -40%; background: #fff; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; box-shadow: 0 3px 7px rgba(0,0,0,0.3); -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3); -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3); background-clip: padding-box; -webkit-background-clip: padding-box; -moz-background-clip: padding-box; outline: none; padding: 0 !important; transform: none; bottom: auto; &.in { opacity: 1; display: block !important; } .modal-header { padding: 9px 15px; border-bottom: 1px solid #eee; } .modal-body { overflow-y: auto; width: 98%; position: relative; padding: 1%; } } #modal-jform_consentbox, #modal-consentbox { .modal-body { height: 75vh; } .iframe { height: 98%; } } #modal-consentbox, #modal-jform_consentbox { .modal-header { h3 { margin: 0; font-size: 26px; color: @text-color; } } } // edit article #sbox-window { #sbox-content { iframe { max-height: 100%; max-width: 100%; } } } .j40 { .edit { &.item-page { #adminForm { .field-media-wrapper { .input-group { .field-media-input { width: 79%; } .button-select { height: 40px; } } } .controls { .form-check{ display: inline-block; +div { display: inline-block; } } } } } } &.view-contact { .control-group { .form-check { display: inline-block; } } #jform_consentbox { .form-check { display: flex; align-items: flex-start; .form-check-input { margin-top: 2px; } } } .joomla-modal { display: none !important; &.show { display: block !important; } .modal-dialog.modal-dialog { transform: translate(0); margin: 0; top: 0; } } .control-contact { label { position: relative; } .form-control-feedback { left: 0; bottom: -5px; color: #a7c947; } } } &.view-media { .media-browser-item { &.selected { .media-browser-select { &:after { content: '\f00c'; color: @green; font-family: FontAwesome3; } } } } .media-breadcrumb-item { &:after { border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid transparent; border-left-color: var(--template-bg-dark-3); } &:last-of-type { &:after { border-left-color: @white; } } } } .modal-dialog { .modal-body { height: 60vh; } } .registration { .control-group { margin-bottom: 20px; label { position: relative; } .form-control-feedback { left: 0; bottom: -5px; color: #a7c947; } } .form-actions { margin-top: 10px; } } } .j31 { .edit { &.item-page { .field-calendar { .input-append { button { height: 40px; background: @brand-secondary; &:hover { opacity: 0.8; } } } } .input-prepend { &.input-append { a.btn { height: 40px; } } } } } } ul.pagination { width: 100%; li.next { float: right; } } joomla-alert { .alert-message { color: inherit; background: inherit; } }