Mattia Gosetto
3 anni fa
18 ha cambiato i file con 264 aggiunte e 1983 eliminazioni
@ -1,48 +0,0 @@ |
|||||||
$gray: #555; |
|
||||||
$white: #FFF; |
|
||||||
|
|
||||||
$linkColor: #0AF; |
|
||||||
$linkColorHover: darken($linkColor, 15%); |
|
||||||
|
|
||||||
$baseBorderRadius: 2px; |
|
||||||
$borderRadiusLarge: 3px; |
|
||||||
$borderRadiusSmall: 2px; |
|
||||||
|
|
||||||
$btnBackground: #F6F6F6; |
|
||||||
$btnBackgroundHighlight: #EAEAEA; |
|
||||||
$btnBorder: #CFCFCF; |
|
||||||
$btnDangerBackground: #F53924; |
|
||||||
$btnDangerBackgroundHighlight: #ED2C17; |
|
||||||
$btnInfoBackground: #00CFFF; |
|
||||||
$btnInfoBackgroundHighlight: darken($btnInfoBackground, 4%); |
|
||||||
$btnPrimaryBackground: #54AAFF; |
|
||||||
$btnPrimaryBackgroundHighlight: #4A96E8; |
|
||||||
$btnSuccessBackground: #0ECD27; |
|
||||||
$btnSuccessBackgroundHighlight: #0ABA1D; |
|
||||||
$btnWarningBackground: #FFA658; |
|
||||||
$btnWarningBackgroundHighlight: #F49645; |
|
||||||
|
|
||||||
$dropdownLinkBackgroundActive: lighten($linkColor, 5%); |
|
||||||
$dropdownLinkBackgroundHover: darken(#3ECAF4, 10%); |
|
||||||
$dropdownLinkColorActive: $white; |
|
||||||
|
|
||||||
$navbarBackground: #F3F3F3; |
|
||||||
$navbarBackgroundHighlight: #F9F9F9; |
|
||||||
$navbarBorder: #DDDDDD; |
|
||||||
$navbarLinkBackgroundActive: lighten($navbarBackground, 25%); |
|
||||||
$navbarLinkColor: $gray; |
|
||||||
$navbarLinkColorHover: $linkColorHover; |
|
||||||
$navbarText: $navbarLinkColor; |
|
||||||
|
|
||||||
$errorBackground: #FEE5E2; |
|
||||||
$errorBorder: #FCACA5; |
|
||||||
$errorText: #B50303; |
|
||||||
$infoBackground: #CEF1FC; |
|
||||||
$infoBorder: darken($infoBackground, 10%); |
|
||||||
$infoText: #12718F; |
|
||||||
$successBackground: #F1FBD1; |
|
||||||
$successBorder: #BCE830; |
|
||||||
$successText: #488F06; |
|
||||||
$warningBackground: #FFFBDC; |
|
||||||
$warningBorder: #F1D875; |
|
||||||
$warningText: #BF7900; |
|
@ -1,36 +0,0 @@ |
|||||||
@import "compass"; |
|
||||||
|
|
||||||
/* ---------- Help messages, general additional information, etc. ---------- */ |
|
||||||
|
|
||||||
.portlet-msg-alert, .portlet-msg-error, .portlet-msg-help, .portlet-msg-info, .portlet-msg-progress, .portlet-msg-success { |
|
||||||
@extend .alert; |
|
||||||
} |
|
||||||
|
|
||||||
.portlet-msg-help, .portlet-msg-info, .portlet-msg-progress { |
|
||||||
@extend .alert-info; |
|
||||||
} |
|
||||||
|
|
||||||
.portlet-msg-progress { |
|
||||||
background-image: url(../images/aui/loading_indicator.gif); |
|
||||||
background-repeat: no-repeat; |
|
||||||
background-position: 6px 50%; |
|
||||||
padding-left: 30px; |
|
||||||
} |
|
||||||
|
|
||||||
/* ---------- Error messages ---------- */ |
|
||||||
|
|
||||||
.portlet-msg-error { |
|
||||||
@extend .alert-error; |
|
||||||
} |
|
||||||
|
|
||||||
/* ---------- Success messages ---------- */ |
|
||||||
|
|
||||||
.portlet-msg-success { |
|
||||||
@extend .alert-success; |
|
||||||
} |
|
||||||
|
|
||||||
/* ---------- Misc ---------- */ |
|
||||||
|
|
||||||
.navbar .nav li > a { |
|
||||||
@include word-break(break-all); |
|
||||||
} |
|
@ -1,37 +1,3 @@ |
|||||||
$FontAwesomePath: "aui/alloy-font-awesome/font" !default; |
|
||||||
|
|
||||||
@import "aui/alloy-font-awesome/scss/variables"; |
|
||||||
@import "aui/alloy-font-awesome/scss/mixins-alloy"; |
|
||||||
@import "aui/alloy-font-awesome/scss/path-alloy"; |
|
||||||
|
|
||||||
.aui { |
.aui { |
||||||
@import "aui_variables"; |
|
||||||
|
|
||||||
$iconSpritePath: '../images/aui/glyphicons-halflings.png' !default; |
|
||||||
$iconWhiteSpritePath: '../images/aui/glyphicons-halflings-white.png' !default; |
|
||||||
|
|
||||||
//@import "aui/bootstrap"; // Remove >> Bootstrap 2.3.2 |
|
||||||
@import "aui/variables-alloy"; |
|
||||||
@import "aui/variables"; |
|
||||||
@import "aui/bs3/bootstrap"; // Add >> Bootstrap 3.5 |
|
||||||
@import "aui/bs3/bs2_extender"; // Bootstrap Extender by: Marcos Castro |
|
||||||
@import "aui/bs3/bs_liferay_fixes"; // Bootstrap 3 fixes for Liferay components by: Marcos Castro |
|
||||||
|
|
||||||
@import "aui_custom"; |
|
||||||
//@import "aui/responsive"; // Remove >> Bootstrap 2.3.2 responsive |
|
||||||
@import "liferay_custom"; |
|
||||||
|
|
||||||
@import "aui/alloy-font-awesome/scss/core"; |
|
||||||
@import "aui/alloy-font-awesome/scss/bootstrap"; |
|
||||||
@import "aui/alloy-font-awesome/scss/extras"; |
|
||||||
@import "aui/alloy-font-awesome/scss/icons-alloy"; |
|
||||||
@import "aui/alloy-font-awesome/scss/icons-alloy-extra"; |
|
||||||
|
|
||||||
background-color: $bodyBackground; |
|
||||||
color: $textColor; |
|
||||||
font-family: $baseFontFamily; |
|
||||||
font-size: $baseFontSize; |
|
||||||
line-height: $baseLineHeight; |
|
||||||
margin: 0; |
|
||||||
|
|
||||||
} |
} |
File binario non mostrato.
File binario non mostrato.
File binario non mostrato.
@ -1,136 +1,55 @@ |
|||||||
@import "compass"; |
@import "compass"; |
||||||
@import "mixins"; |
|
||||||
|
|
||||||
/* ---------- Logo ---------- */ |
/* ---------- Logo ---------- */ |
||||||
|
|
||||||
.logo { |
.logo { |
||||||
display: inline-block; |
|
||||||
line-height: 1; |
|
||||||
vertical-align: middle; |
|
||||||
} |
} |
||||||
|
|
||||||
/* ---------- Table styles ---------- */ |
/* ---------- HTML editor ---------- */ |
||||||
|
|
||||||
@include respond-to(phone, tablet) { |
body.html-editor { |
||||||
.responsive-table-horizontal { |
|
||||||
display: block; |
|
||||||
position: relative; |
|
||||||
width: 100%; |
|
||||||
|
|
||||||
&:after { |
|
||||||
clear: both; |
|
||||||
content: ''; |
|
||||||
display: block; |
|
||||||
font-size: 0; |
|
||||||
height: 0; |
|
||||||
visibility: hidden; |
|
||||||
} |
|
||||||
|
|
||||||
tbody { |
|
||||||
display: block; |
|
||||||
overflow-x: auto; |
|
||||||
position: relative; |
|
||||||
white-space: nowrap; |
|
||||||
width: auto; |
|
||||||
|
|
||||||
tr { |
|
||||||
display: inline-block; |
|
||||||
vertical-align: top; |
|
||||||
|
|
||||||
td { |
|
||||||
display: block; |
|
||||||
margin-bottom: 20px; |
|
||||||
|
|
||||||
&:first-child { |
|
||||||
text-align: left; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
thead { |
.html-editor.portlet-message-boards { |
||||||
display: block; |
blockquote { |
||||||
float: left; |
|
||||||
margin-right: 10px; |
|
||||||
|
|
||||||
&:after { |
&:after { |
||||||
clear: both; |
|
||||||
content: ""; |
|
||||||
display: block; |
|
||||||
font-size: 0; |
|
||||||
height: 0; |
|
||||||
visibility: hidden; |
|
||||||
} |
} |
||||||
|
|
||||||
th { |
cite { |
||||||
display: block; |
|
||||||
margin-bottom: 20px; |
|
||||||
text-align: right; |
|
||||||
|
|
||||||
&:first-child { |
|
||||||
text-align: right; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.ie9 { |
pre { |
||||||
.responsive-table-horizontal thead { |
|
||||||
float: none; |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
/* ---------- Text formatting ---------- */ |
/* ---------- Text formatting ---------- */ |
||||||
|
|
||||||
.important { |
.important { |
||||||
font-weight: bold; |
|
||||||
} |
} |
||||||
|
|
||||||
/* ---------- Main content body ---------- */ |
/* ---------- Main content body ---------- */ |
||||||
|
|
||||||
.portal-iframe #main-content { |
.portal-iframe #main-content { |
||||||
width: 100%; |
|
||||||
} |
} |
||||||
|
|
||||||
/* ---------- Loading animation ---------- */ |
/* ---------- Loading animation ---------- */ |
||||||
|
|
||||||
.loading-animation { |
.loading-animation { |
||||||
background: url(../images/progress_bar/loading_animation.gif) no-repeat top center; |
|
||||||
margin-top: 10px; |
|
||||||
padding-top: 40px; |
|
||||||
text-align: left; |
|
||||||
} |
} |
||||||
|
|
||||||
/* ---------- Separator ---------- */ |
/* ---------- Separator ---------- */ |
||||||
|
|
||||||
.separator { |
.separator { |
||||||
border-top: 1px dotted #BFBFBF; |
|
||||||
} |
} |
||||||
|
|
||||||
/* ---------- Update manager ---------- */ |
/* ---------- Update manager ---------- */ |
||||||
|
|
||||||
.update-available { |
.update-available { |
||||||
margin-top: 10px; |
|
||||||
padding: 2px; |
|
||||||
text-align: left; |
|
||||||
} |
} |
||||||
|
|
||||||
/* ---------- Text highlighting ---------- */ |
/* ---------- Text highlighting ---------- */ |
||||||
|
|
||||||
.highlight { |
.highlight { |
||||||
background: #FFC; |
|
||||||
font-weight: bold; |
|
||||||
margin: 0 1px; |
|
||||||
} |
|
||||||
|
|
||||||
/* ---------- Miscellaneous ---------- */ |
|
||||||
|
|
||||||
span.alert { |
|
||||||
display: inline-block; |
|
||||||
} |
|
||||||
|
|
||||||
#skip-to-content { |
|
||||||
clip: rect(0 0 0 0); |
|
||||||
position: absolute; |
|
||||||
} |
} |
@ -1,777 +1,309 @@ |
|||||||
@import "compass"; |
.portlet-dockbar, .portlet-staging-bar { |
||||||
@import "mixins"; |
|
||||||
|
|
||||||
$addContentPanelWidth: 350px; |
|
||||||
$devicePreviewPanelWidth: 220px; |
|
||||||
$diamondSize: 12px; |
|
||||||
$editLayoutPanelWidth: 460px; |
|
||||||
|
|
||||||
.aui { |
|
||||||
.dockbar { |
|
||||||
left: 0; |
|
||||||
right: 0; |
|
||||||
top: 0; |
|
||||||
|
|
||||||
.staging-controls { |
|
||||||
.staging-bar { |
|
||||||
li.dropdown .dropdown-menu { |
|
||||||
left: auto; |
|
||||||
margin-left: 10px; |
|
||||||
width: auto; |
|
||||||
} |
} |
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
&.navbar-static-top { |
|
||||||
position: relative; |
|
||||||
|
|
||||||
.collapse { |
.portlet-dockbar { |
||||||
position: static; |
|
||||||
|
|
||||||
.nav-account-controls { |
|
||||||
position: static; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
|
.dockbar, .staging-bar { |
||||||
} |
} |
||||||
|
|
||||||
.btn-link { |
.dockbar-ready .dockbar, .live-view .staging-bar, .staging .staging-bar { |
||||||
color: #FFF; |
|
||||||
} |
} |
||||||
|
|
||||||
.diamond { |
.dockbar-ready .portlet-dockbar, .portal-popup .portlet-dockbar, .portal-popup .portlet-staging-bar, .staging-ready .portlet-staging-bar { |
||||||
border: $diamondSize solid transparent; |
} |
||||||
border-bottom-color: #1485EB; |
|
||||||
height: 0; |
|
||||||
position: relative; |
|
||||||
top: -$diamondSize; |
|
||||||
width: 0; |
|
||||||
|
|
||||||
|
.dockbar { |
||||||
&:after { |
&:after { |
||||||
border: $diamondSize solid transparent; |
|
||||||
border-top-color: #1485EB; |
|
||||||
content: ''; |
|
||||||
height: 0; |
|
||||||
left: -$diamondSize; |
|
||||||
position: absolute; |
|
||||||
top: $diamondSize; |
|
||||||
width: 0; |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.impersonating-user { |
.ie7 .dockbar { |
||||||
.alert-icon{ |
|
||||||
margin-right: 9px; |
|
||||||
} |
} |
||||||
|
|
||||||
.alert-info { |
.ie6 { |
||||||
border-width: 0; |
.dockbar, .lfr-dockbar-pinned .dockbar { |
||||||
margin-bottom: 6px; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
.info-button { |
|
||||||
top: 9px; |
|
||||||
} |
} |
||||||
|
|
||||||
.info-items { |
.dockbar { |
||||||
left: 0; |
a { |
||||||
position: absolute; |
|
||||||
top: 100%; |
|
||||||
width: 100%; |
|
||||||
z-index: 1; |
|
||||||
} |
} |
||||||
|
|
||||||
.navbar-inner { |
.menu-button-active { |
||||||
padding-left: 20px; |
a { |
||||||
padding-right: 20px; |
|
||||||
|
|
||||||
.brand { |
|
||||||
h1 { |
|
||||||
display: inline-block; |
|
||||||
font-size: inherit; |
|
||||||
line-height: 1; |
|
||||||
margin-bottom: 0; |
|
||||||
margin-top: 0; |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.container { |
.user-avatar .sign-out { |
||||||
margin-left: 0; |
|
||||||
margin-right: 0; |
|
||||||
width: 100%; |
|
||||||
|
|
||||||
.nav-account-controls { |
|
||||||
float: right; |
|
||||||
} |
} |
||||||
} |
|
||||||
|
|
||||||
.site-administration-menu li { |
|
||||||
list-style: none; |
|
||||||
|
|
||||||
a { |
ul { |
||||||
color: #000; |
|
||||||
display: block; |
|
||||||
padding: 3px 5px 3px 40px; |
|
||||||
|
|
||||||
&:focus, &:hover { |
|
||||||
background: #0DB5E7; |
|
||||||
color: #FFF; |
|
||||||
text-decoration: none; |
|
||||||
} |
} |
||||||
|
|
||||||
i { |
li li { |
||||||
font-size: 0.8em; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.nav.staging-nav-items { |
html > .lfr-dockbar-pinned { |
||||||
margin: 0; |
|
||||||
position: static; |
|
||||||
|
|
||||||
li.dropdown.active > .dropdown-toggle { |
|
||||||
background-color: transparent; |
|
||||||
display: block; |
|
||||||
|
|
||||||
&:hover { |
|
||||||
color: #0077B3; |
|
||||||
} |
} |
||||||
|
|
||||||
|
.lfr-dockbar-pinned .dockbar { |
||||||
} |
} |
||||||
|
|
||||||
.staging-link { |
.dockbar .pin-dockbar { |
||||||
position: static; |
|
||||||
} |
} |
||||||
|
|
||||||
|
.ie6 .dockbar .pin-dockbar { |
||||||
} |
} |
||||||
|
|
||||||
.user-avatar img { |
.pin-dockbar img { |
||||||
margin-top: -2px; |
|
||||||
text-decoration: none; |
|
||||||
vertical-align: middle; |
|
||||||
width: 20px; |
|
||||||
} |
} |
||||||
|
|
||||||
|
.lfr-dockbar-pinned .pin-dockbar img { |
||||||
} |
} |
||||||
|
|
||||||
.dockbar-split { |
|
||||||
.dockbar { |
.dockbar { |
||||||
height: 0; |
.user-portrait { |
||||||
position: absolute; |
|
||||||
|
|
||||||
.staging-controls { |
|
||||||
.staging-bar { |
|
||||||
li.dropdown .dropdown-menu { |
|
||||||
left: 0; |
|
||||||
margin-left: 0; |
|
||||||
width: 100%; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
&.navbar-static-top { |
.user-avatar img { |
||||||
.collapse { |
} |
||||||
position: relative; |
|
||||||
|
|
||||||
.nav-account-controls { |
.impersonating-user { |
||||||
position: fixed; |
.user-links a { |
||||||
} |
} |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.divider-vertical { |
/* ---------- Staging dockbar ---------- */ |
||||||
display: none; |
|
||||||
} |
|
||||||
|
|
||||||
.info-button { |
.variation-selector { |
||||||
top: $diamondSize; |
|
||||||
} |
} |
||||||
|
|
||||||
.info-items { |
.layout-revision-container { |
||||||
left: auto; |
.aproximate-date { |
||||||
position: static; |
|
||||||
} |
} |
||||||
|
|
||||||
.navbar-inner { |
.current-version { |
||||||
background-color: transparent; |
|
||||||
border-width: 0; |
|
||||||
padding: 0; |
|
||||||
width: 0; |
|
||||||
|
|
||||||
.nav { |
|
||||||
border-bottom-width: 0; |
|
||||||
|
|
||||||
> li { |
|
||||||
background-color: #333; |
|
||||||
|
|
||||||
> a { |
|
||||||
color: #FFF; |
|
||||||
line-height: 31px; |
|
||||||
|
|
||||||
&:focus, &:hover { |
|
||||||
color: #FFF; |
|
||||||
} |
} |
||||||
|
|
||||||
[class^="icon-"], [class*=" icon-"] { |
.current-version-pointer { |
||||||
margin-top: 3px; |
img { |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
&.active > a { |
.layout-variation-name { |
||||||
color: #FFF; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
li { |
.layout-revision-current { |
||||||
&.dropdown { |
|
||||||
&.active > .dropdown-toggle { |
|
||||||
color: #FFF; |
|
||||||
} |
} |
||||||
|
|
||||||
&.open > .dropdown-toggle { |
.real-date { |
||||||
background-color: #555; |
|
||||||
color: #FFF; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
&.info-items { |
.taglib-workflow-status .workflow-status { |
||||||
background-color: transparent; |
.workflow-status-ready-for-publication { |
||||||
} |
} |
||||||
|
|
||||||
&.staging-toggle { |
|
||||||
> a { |
|
||||||
background-color: #2496E5; |
|
||||||
padding-bottom: 0; |
|
||||||
padding-top: 0; |
|
||||||
|
|
||||||
&:hover { |
|
||||||
background-color: #2FA4F5; |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
span.nav-item-label { |
.layout-revision-container-root { |
||||||
padding: 5px 10px; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
.nav-account-controls { |
.staging-details { |
||||||
left: auto; |
|
||||||
margin-right: 0; |
|
||||||
padding: 0; |
|
||||||
position: fixed; |
|
||||||
right: 5em; |
|
||||||
z-index: 325; |
|
||||||
} |
} |
||||||
|
|
||||||
.nav-add-controls { |
.staging .staging-details { |
||||||
background: transparent; |
|
||||||
position: fixed; |
|
||||||
top: 10%; |
|
||||||
z-index: 350; |
|
||||||
|
|
||||||
> li { |
|
||||||
float: none; |
|
||||||
margin: 10px; |
|
||||||
position: relative; |
|
||||||
|
|
||||||
&.toggle-controls a { |
|
||||||
clip: rect(0 0 0 0); |
|
||||||
position: absolute; |
|
||||||
|
|
||||||
&:focus { |
|
||||||
clip: rect(auto auto auto auto); |
|
||||||
position: static; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
&.page-preview-controls { |
.live-view .staging-details { |
||||||
@include respond-to(phone, tablet) { |
|
||||||
display: none; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
> a { |
.staging .staging-tabview-list { |
||||||
background: #333; |
|
||||||
color: #FFF; |
|
||||||
padding: 6px 8px; |
|
||||||
text-align: center; |
|
||||||
|
|
||||||
&:hover { |
|
||||||
background: #555; |
|
||||||
} |
} |
||||||
|
|
||||||
[class^="icon-"], [class^="icon-"], [class*=" icon-"] { |
.live-view .staging-tabview-list { |
||||||
font-size: 25px; |
|
||||||
position: relative; |
|
||||||
vertical-align: middle; |
|
||||||
} |
} |
||||||
|
|
||||||
&.toggle-controls-link { |
/* ---------- Menus ---------- */ |
||||||
background: #92F545; |
|
||||||
|
|
||||||
[class^="icon-"], [class^="icon-"], [class*=" icon-"] { |
|
||||||
color: #000; |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
.nav-item-label { |
.dockbarmenu-hidden { |
||||||
background: #333; |
|
||||||
display: none; |
|
||||||
left: 100%; |
|
||||||
margin-left: 0.5em; |
|
||||||
margin-top: -1em; |
|
||||||
padding: 0 20px; |
|
||||||
position: absolute; |
|
||||||
top: 50%; |
|
||||||
white-space: nowrap; |
|
||||||
} |
} |
||||||
|
|
||||||
&:hover .nav-item-label { |
.dockbar { |
||||||
display: block; |
.toolbar { |
||||||
} |
} |
||||||
|
|
||||||
.icon-caret-down { |
.user-toolbar { |
||||||
display: none; |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
&:hover > li.toggle-controls a { |
.underlay { |
||||||
clip: rect(auto auto auto auto); |
.portal-add-content { |
||||||
position: static; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
.staging-nav-items { |
.portal-add-content .portlet-dd-placeholder { |
||||||
li > span { |
|
||||||
color: #FFF; |
|
||||||
display: block; |
|
||||||
padding: 10px 15px; |
|
||||||
line-height: 31px; |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.info-link-container { |
.add-application .yui3-widget-bd, .dockbar-messages .yui3-widget-bd { |
||||||
width: 0; |
|
||||||
} |
} |
||||||
|
|
||||||
.info-items { |
.add-application { |
||||||
height: 1px; |
|
||||||
width: 715px; |
|
||||||
|
|
||||||
a, .btn-link { |
|
||||||
color: #FFF; |
|
||||||
text-decoration: underline; |
|
||||||
|
|
||||||
&:hover { |
|
||||||
text-decoration: none; |
|
||||||
|
|
||||||
.taglib-text { |
|
||||||
text-decoration: none; |
|
||||||
} |
} |
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
.btn-link { |
|
||||||
border-width: 0; |
|
||||||
font-size: 14px; |
|
||||||
font-weight: 300; |
|
||||||
margin: 0 0 0 6px; |
|
||||||
padding: 0; |
|
||||||
|
|
||||||
@include text-shadow(none); |
.lfr-has-sidebar #main-content { |
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
.staging-bar { |
.manage-layouts { |
||||||
margin: 10px 0; |
|
||||||
} |
} |
||||||
|
|
||||||
&.controls-hidden .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link { |
.my-sites-menu { |
||||||
background: #F5AF45; |
ul { |
||||||
} |
} |
||||||
|
|
||||||
&.lfr-has-add-content .nav-add-controls { |
li, ul { |
||||||
left: $addContentPanelWidth; |
|
||||||
} |
} |
||||||
|
|
||||||
&.lfr-has-device-preview .nav-add-controls { |
a { |
||||||
left: $devicePreviewPanelWidth; |
|
||||||
} |
} |
||||||
|
|
||||||
&.lfr-has-edit-layout .nav-add-controls { |
.control-panel a { |
||||||
left: $editLayoutPanelWidth; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
&.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls { |
.site-name { |
||||||
display: none; |
|
||||||
} |
} |
||||||
|
|
||||||
.touch .dockbar-split, .controls-hidden.dockbar-split { |
.site-type { |
||||||
.dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link { |
|
||||||
clip: rect(auto auto auto auto); |
|
||||||
position: static; |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
/* ---------- Staging dockbar ---------- */ |
.ie7 .my-sites-menu .site-type { |
||||||
|
|
||||||
.variation-selector { |
|
||||||
display: block; |
|
||||||
font-size: 1.2em; |
|
||||||
font-weight: bold; |
|
||||||
margin: 1em; |
|
||||||
} |
} |
||||||
|
|
||||||
.layout-revision-container { |
.my-sites-menu a:hover .site-type { |
||||||
margin: 1em 0 0 1em; |
|
||||||
padding: 0; |
|
||||||
|
|
||||||
.approximate-date { |
|
||||||
color: #999; |
|
||||||
font-weight: bold; |
|
||||||
} |
} |
||||||
|
|
||||||
.current-version { |
.ie7 { |
||||||
color: #41801d; |
.my-sites-menu { |
||||||
display: block; |
a { |
||||||
} |
} |
||||||
|
|
||||||
.current-version-pointer { |
.site-name { |
||||||
display: inline-block; |
} |
||||||
width: 0; |
|
||||||
|
|
||||||
img { |
.site-type { |
||||||
left: -25px; |
|
||||||
position: relative; |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.layout-variation-name { |
|
||||||
color: #666; |
|
||||||
font-size: 1.15em; |
|
||||||
margin-bottom: 0.1em; |
|
||||||
text-transform: uppercase; |
|
||||||
} |
} |
||||||
|
|
||||||
.layout-revision-current { |
.ie6 { |
||||||
color: #666; |
.my-sites-menu { |
||||||
|
a { |
||||||
} |
} |
||||||
|
|
||||||
.real-date { |
|
||||||
color: #999; |
|
||||||
display: block; |
|
||||||
text-align: right; |
|
||||||
} |
} |
||||||
|
|
||||||
.taglib-workflow-status .workflow-status { |
.menu-scroll { |
||||||
background: none; |
|
||||||
padding-left: 0; |
|
||||||
|
|
||||||
.workflow-status-ready-for-publication { |
|
||||||
color: #41801d; |
|
||||||
font-weight: bold; |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.layout-revision-container-root { |
.dockbar .toggle-controls a { |
||||||
margin: 0; |
|
||||||
} |
} |
||||||
|
|
||||||
.staging-controls { |
.controls-hidden .toggle-controls a { |
||||||
padding-left: 5px; |
|
||||||
padding-right: 50px; |
|
||||||
|
|
||||||
select { |
|
||||||
width: 100%; |
|
||||||
} |
} |
||||||
|
|
||||||
.staging-bar { |
.toggle-controls a { |
||||||
.dropdown-menu { |
|
||||||
font-size: 13px; |
|
||||||
min-width: 520px; |
|
||||||
width: 100%; |
|
||||||
|
|
||||||
.btn-link { |
|
||||||
float: left; |
|
||||||
font-size: 11px; |
|
||||||
margin: 0 5px 0 0; |
|
||||||
padding: 0; |
|
||||||
text-decoration: underline; |
|
||||||
|
|
||||||
@include text-shadow(none); |
|
||||||
|
|
||||||
&:hover { |
|
||||||
text-decoration: none; |
|
||||||
} |
} |
||||||
|
|
||||||
&.history { |
.dockbar { |
||||||
float: right; |
.menu-button { |
||||||
} |
span { |
||||||
} |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
/* ---------- Add content ---------- */ |
.add-content .menu-button span { |
||||||
|
|
||||||
.lfr-admin-panel { |
|
||||||
background-color: #FFF; |
|
||||||
bottom: 0; |
|
||||||
left: 0; |
|
||||||
overflow: auto; |
|
||||||
padding: 10px; |
|
||||||
position: fixed; |
|
||||||
top: 0; |
|
||||||
z-index: 1100; |
|
||||||
|
|
||||||
@include respond-to(phone) { |
|
||||||
margin: 0 -20px; |
|
||||||
position: static; |
|
||||||
width: auto; |
|
||||||
|
|
||||||
&.lfr-add-panel .add-content-menu .lfr-add-page-toolbar, &.lfr-edit-layout-panel .taglib-form-navigator .button-holder { |
|
||||||
margin-top: 0; |
|
||||||
position: static; |
|
||||||
width: auto; |
|
||||||
} |
} |
||||||
|
|
||||||
&.lfr-edit-layout-panel { |
.manage-content .menu-button span { |
||||||
.taglib-form-navigator .accordion { |
|
||||||
margin-bottom: 20px; |
|
||||||
} |
} |
||||||
|
|
||||||
.site-admin-link { |
.my-sites .menu-button span { |
||||||
padding: 0; |
|
||||||
position: static; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.lfr-has-add-content { |
.dockbar-messages-container { |
||||||
padding-left: $addContentPanelWidth; |
|
||||||
} |
} |
||||||
|
|
||||||
.lfr-has-device-preview { |
.dockbar-messages { |
||||||
padding-left: $devicePreviewPanelWidth; |
|
||||||
} |
} |
||||||
|
|
||||||
.lfr-has-edit-layout { |
.showing-messages .dockbar-messages { |
||||||
padding-left: $editLayoutPanelWidth; |
|
||||||
} |
} |
||||||
|
|
||||||
@include respond-to(phone) { |
.multiple-messages { |
||||||
.lfr-has-add-content, .lfr-has-device-preview, .lfr-has-edit-layout { |
.dockbar-message { |
||||||
padding-left: 20px; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
/* ---------- Menus ---------- */ |
.first { |
||||||
|
|
||||||
.dropdown-menu > li > a:focus > [class^="icon-"] { |
|
||||||
background-image: none; |
|
||||||
} |
} |
||||||
|
|
||||||
.my-sites-menu { |
|
||||||
.site-type { |
|
||||||
color: #FFF; |
|
||||||
display: none; |
|
||||||
float: right; |
|
||||||
font-size: 0.8em; |
|
||||||
font-weight: normal; |
|
||||||
margin-right: 10px; |
|
||||||
position: absolute; |
|
||||||
right: 100%; |
|
||||||
} |
} |
||||||
|
|
||||||
a:hover .site-type { |
.add-content-menu { |
||||||
color: #FFFFFF; |
.add-page a { |
||||||
display: inline-block; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
.ie.rtl .dockbar .menu-button span { |
.add-application a { |
||||||
background-position-x: -25px; |
|
||||||
} |
} |
||||||
|
|
||||||
&.ie6, &.ie7, &.ie8 { |
a.lfr-portlet-used { |
||||||
.dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls { |
|
||||||
display: none; |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.ie7 { |
.manage-content-menu { |
||||||
.dockbar { |
li a, li .disabled { |
||||||
zoom: 1; |
|
||||||
} |
} |
||||||
|
|
||||||
.my-sites-menu { |
.manage-page a { |
||||||
a { |
|
||||||
overflow: visible; |
|
||||||
text-align: left; |
|
||||||
} |
} |
||||||
|
|
||||||
.site-name { |
.manage-site-content a { |
||||||
float: none; |
|
||||||
} |
} |
||||||
|
|
||||||
.site-type { |
.manage-site-memberships a { |
||||||
float: none; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
.ie6 { |
.manage-page-customization a, .manage-page-customization .disabled { |
||||||
.dockbar, .lfr-dockbar-pinned .dockbar { |
|
||||||
height: 10px; |
|
||||||
left: 0; |
|
||||||
position: relative; |
|
||||||
top: 0; |
|
||||||
} |
} |
||||||
|
|
||||||
.dockbar .pin-dockbar { |
.page-layout a { |
||||||
display: none; |
|
||||||
} |
} |
||||||
|
|
||||||
.my-sites-menu { |
.sitemap a { |
||||||
width: 200px; |
|
||||||
|
|
||||||
a { |
|
||||||
zoom: 1; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
.menu-scroll { |
.settings a { |
||||||
height: 300px; |
|
||||||
overflow-y: auto; |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
/* ---------- Customization bar ---------- */ |
/* ---------- Customization bar ---------- */ |
||||||
|
|
||||||
.controls-hidden { |
.page-customization-bar { |
||||||
.info-button, .page-customization-bar { |
|
||||||
display: none; |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
.info-button { |
|
||||||
cursor: pointer; |
|
||||||
display: inline-block; |
|
||||||
position: relative; |
|
||||||
right: $diamondSize; |
|
||||||
z-index: 1; |
|
||||||
|
|
||||||
a { |
|
||||||
color: #FFF; |
|
||||||
padding: 2px 10px; |
|
||||||
position: absolute; |
|
||||||
text-decoration: none; |
|
||||||
z-index: 1; |
|
||||||
} |
} |
||||||
|
|
||||||
.icon-stop { |
.controls-hidden .page-customization-bar { |
||||||
color: #1485EB; |
|
||||||
font-size: 20px; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
.page-customization-bar { |
.page-customization-bar { |
||||||
background-color: #555; |
|
||||||
background-color: rgba(0, 0, 0, 0.5); |
|
||||||
|
|
||||||
@include box-sizing(border-box); |
|
||||||
|
|
||||||
color: #FFF; |
|
||||||
display: table; |
|
||||||
font-size: 14px; |
|
||||||
font-weight: 300; |
|
||||||
padding: 0 15px; |
|
||||||
width: 100%; |
|
||||||
|
|
||||||
.customized-icon { |
.customized-icon { |
||||||
margin: 5px; |
|
||||||
vertical-align: middle; |
|
||||||
} |
} |
||||||
|
|
||||||
.page-customization-actions { |
.page-customization-actions { |
||||||
padding-left: 5em; |
|
||||||
} |
|
||||||
|
|
||||||
.page-customization-actions a { |
|
||||||
color: #EEE; |
|
||||||
font-size: 0.8em; |
|
||||||
padding: 0 1em; |
|
||||||
} |
|
||||||
|
|
||||||
.page-customization-bar-form { |
|
||||||
display: table-cell; |
|
||||||
text-align: center; |
|
||||||
vertical-align: middle; |
|
||||||
width: 25%; |
|
||||||
|
|
||||||
a { |
a { |
||||||
color: #FFF; |
|
||||||
|
|
||||||
&:focus, &:hover { |
|
||||||
color: #FFF; |
|
||||||
text-decoration: none; |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
span { |
|
||||||
display: block; |
|
||||||
line-height: 20px; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|
||||||
.page-customization-bar-text { |
|
||||||
display: table-cell; |
|
||||||
height: 51px; |
|
||||||
vertical-align: middle; |
|
||||||
width: 75%; |
|
||||||
} |
|
||||||
|
|
||||||
.page-customization-bar-container { |
|
||||||
position: absolute; |
|
||||||
} |
} |
||||||
|
|
||||||
.reset-prototype { |
.reset-prototype { |
||||||
display: inline; |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@media (max-width: 1140px) { |
|
||||||
.dockbar-split .dockbar .info-items { |
|
||||||
width: 515px; |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@include respond-to(phone, tablet) { |
|
||||||
#navigation { |
|
||||||
display: none; |
|
||||||
|
|
||||||
&.open { |
|
||||||
display: block; |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
.dockbar-split .dockbar { |
|
||||||
height: auto; |
|
||||||
position: relative; |
|
||||||
|
|
||||||
.navbar-inner { |
|
||||||
width: auto; |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
.user-avatar-image { |
|
||||||
width: 18px; |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
@ -1,24 +1,4 @@ |
|||||||
@import "mixins"; |
|
||||||
|
|
||||||
/* ---------- Column widths ---------- */ |
/* ---------- Column widths ---------- */ |
||||||
|
|
||||||
.portlet-column-content.empty { |
.portlet-column-content.empty { |
||||||
padding: 50px; |
|
||||||
} |
|
||||||
|
|
||||||
/* ---------- Wrapper ---------- */ |
|
||||||
|
|
||||||
#wrapper { |
|
||||||
padding: 2em 5em 0; |
|
||||||
position: relative; |
|
||||||
|
|
||||||
@include respond-to(phone) { |
|
||||||
padding-left: 0.5em; |
|
||||||
padding-right: 0.5em; |
|
||||||
} |
|
||||||
|
|
||||||
@include respond-to(tablet) { |
|
||||||
padding-left: 2em; |
|
||||||
padding-right: 2em; |
|
||||||
} |
|
||||||
} |
} |
Caricamento…
Reference in new issue