Changeset 3763:857d4768935c for admin/style/scss/partials/_blog_theme.scss
- Timestamp:
- 06/22/18 16:48:10 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_blog_theme.scss
r3468 r3763 12 12 margin: 5px; 13 13 padding: 10px 10px 5px 10px; 14 border: 1px solid #dfdfdf;14 border: 1px solid $theme-box-border; 15 15 position: relative; 16 16 &:hover { 17 background: #ecf0f1url(texture.png);17 background: $theme-box-over url(texture.png); 18 18 } 19 19 input { … … 25 25 .module-name label { 26 26 margin-bottom: .5em; 27 color: #676e78;27 color: $theme-name-color; 28 28 } 29 29 … … 32 32 img { 33 33 padding: 5px; 34 background: #f7f7f7;35 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);36 border: 3px solid #fff;34 background: $theme-img-background; 35 box-shadow: 1px 1px 2px $theme-img-shadow; 36 border: 3px solid $theme-img-border; 37 37 max-width: 100%; 38 38 } … … 117 117 margin: 0; 118 118 padding: 10px; 119 background: rgba(250, 250, 250, .95);119 background: $theme-action-background; 120 120 } 121 121 .module-infos.toggle-bloc { 122 122 top: 128px; 123 123 height: 80px; 124 border-top: 1px solid #e3e3e3;124 border-top: 1px solid $theme-action-border; 125 125 } 126 126 .module-actions.toggle-bloc { 127 127 top: 208px; 128 128 height: 40px; 129 border-bottom: 1px solid #e3e3e3;129 border-bottom: 1px solid $theme-action-border; 130 130 } 131 131 } … … 143 143 margin: 5px; 144 144 padding: 20px 18px 6px; 145 background: #fffurl(texture.png);146 border: 1px solid #eee;145 background: $theme-current-background url(texture.png); 146 border: 1px solid $theme-current-border; 147 147 border-radius: .5em; 148 148 min-height: 326px; 149 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);149 box-shadow: 1px 1px 2px $theme-current-shadow; 150 150 position: relative; 151 151 .module-sshot:hover { … … 155 155 float: left; 156 156 margin-right: 2em; 157 border: 9px solid #fff;157 border: 9px solid $theme-current-img-border; 158 158 padding: 5px; 159 159 max-width: 308px; … … 161 161 } 162 162 .module-name { 163 color: #D33800;163 color: $theme-current-name-color; 164 164 font-size: 1.5em; 165 165 margin-bottom: 1em;
Note: See TracChangeset
for help on using the changeset viewer.