Dotclear

Changeset 3764:b50bf1d2ac95


Ignore:
Timestamp:
06/26/18 12:20:37 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

No more images for backgrounds or borders

Location:
admin/style
Files:
4 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r3763 r3764  
    327327 
    328328#wrapper { 
    329   background: #f3f3f3 url(bg_wrapper.png) repeat-y 14em; 
     329  background: #fff; 
    330330  position: relative; 
    331331  padding-top: 1.5em; 
     
    744744  padding: 0 1em .5em 1em; 
    745745  margin: 0 -1em 1em -1em; 
    746   background: #fff url(bg_h2.png) repeat-x center bottom; } 
     746  background: #fff; 
     747  border-bottom: 1px solid #868686; } 
    747748 
    748749/* page courante dans le fil d'ariane */ 
     
    21732174  #quick p.qinfo { 
    21742175    margin: -.7em -1em 1em; 
    2175     background: #d9edf7 url(info.png) no-repeat 0.2em 0.2em; 
     2176    background: #d9edf7 url(msg-info.png) no-repeat 0.2em 0.2em; 
    21762177    border: 1px solid #bce8f1; 
    21772178    padding: .2em 1em .1em 24px; 
     
    22932294  position: relative; } 
    22942295  .box.theme:hover { 
    2295     background: #f3f3f3 url(texture.png); } 
     2296    background: #f3f3f3; } 
    22962297  .box.theme input { 
    22972298    margin-bottom: 1em; } 
     
    23902391  margin: 5px; 
    23912392  padding: 20px 18px 6px; 
    2392   background: #fff url(texture.png); 
     2393  background: #f3f3f3; 
    23932394  border: 1px solid #ececec; 
    23942395  border-radius: .5em; 
     
    25572558 
    25582559.media-folder { 
    2559   background: transparent url(bg_menu.png) repeat-y; 
    2560   border-color: #ececec; } 
     2560  background: transparent; 
     2561  border-color: #ececec; 
     2562  border-left-width: 8px; } 
    25612563  .media-folder .media-link { 
    25622564    font-size: 1.125em; 
     
    32153217 
    32163218  #wrapper { 
    3217     background: #f3f3f3 url(bg_wrapper.png) repeat-y 17em; } } 
     3219    background: #fff; } } 
    32183220@media screen and (max-width: 44em) { 
    32193221  #help-button { 
  • admin/style/scss/partials/_blog_theme.scss

    r3763 r3764  
    1515     position: relative; 
    1616     &:hover { 
    17           background: $theme-box-over url(texture.png); 
     17          background: $theme-box-over; 
    1818     } 
    1919     input { 
     
    143143     margin: 5px; 
    144144     padding: 20px 18px 6px; 
    145      background: $theme-current-background url(texture.png); 
     145     background: $theme-current-background; 
    146146     border: 1px solid $theme-current-border; 
    147147     border-radius: .5em; 
  • admin/style/scss/partials/_index.scss

    r3763 r3764  
    7171     p.qinfo { 
    7272          margin: -.7em -1em 1em; 
    73           background: $quick-info-background url(info.png) no-repeat .2em .2em; 
     73          background: $quick-info-background url(msg-info.png) no-repeat .2em .2em; 
    7474          border: 1px solid $quick-info-border; 
    7575          padding: .2em 1em .1em 24px; 
  • admin/style/scss/partials/_layout.scss

    r3763 r3764  
    2727 
    2828#wrapper { 
    29   background: $wrapper-background url(bg_wrapper.png) repeat-y 14em; 
     29  background: $wrapper-background; 
    3030     position: relative; 
    3131     padding-top: 1.5em; 
  • admin/style/scss/partials/_markup.scss

    r3763 r3764  
    77     padding: 0 1em .5em 1em; 
    88     margin: 0 -1em 1em -1em; 
    9      background: $breadcrumb-background url(bg_h2.png) repeat-x center bottom; 
     9     background: $breadcrumb-background; 
     10  border-bottom: 1px solid $breadcrumb-border; 
    1011} 
    1112 
  • admin/style/scss/partials/_media.scss

    r3763 r3764  
    105105 
    106106.media-folder { 
    107      background: $media-folder-background url(bg_menu.png) repeat-y; 
     107     background: $media-folder-background; 
    108108     border-color: $media-folder-border; 
     109  border-left-width: 8px; 
    109110     .media-link { 
    110111          font-size: 1.125em; 
  • admin/style/scss/partials/_mediaqueries.scss

    r3763 r3764  
    1616  } 
    1717  #wrapper { 
    18     background: $wrapper-background url(bg_wrapper.png) repeat-y 17em; 
     18    background: $wrapper-background; 
    1919  } 
    2020} 
  • admin/style/scss/themes/_light.scss

    r3763 r3764  
    8787$header-active-background-alt:    $gray-semi-dark;                    // #868686 
    8888 
    89 $wrapper-background:              $gray-very-light;                   // #f3f3f3 
     89$wrapper-background:              $white;                             // #ffffff 
    9090 
    9191$content-background:              $white;                             // #ffffff 
     
    124124 
    125125$breadcrumb-background:           $white;                             // #ffffff 
     126$breadcrumb-border:               $gray-semi-dark;                    // #868686 
    126127$breadcrumb-current:              $current-page;                      // #d30e60 
    127128 
     
    317318$theme-action-border:             $gray-lighter;                      // #ececec 
    318319 
    319 $theme-current-background:        $white;                             // #ffffff 
     320$theme-current-background:        $gray-very-light;                   // #f3f3f3 
    320321$theme-current-border:            $gray-lighter;                      // #ececec 
    321322$theme-current-shadow:            rgba($gray-very-dark, 0.1); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map