Dotclear


Ignore:
Timestamp:
09/27/13 19:03:25 (12 years ago)
Author:
Lepeltier kévin <kevin@…>
Branch:
Ticket #1548
Parents:
2133:5ba259352620 (diff), 2113:a134102bfd9a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Fusion avec default

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r2111 r2134  
    12991299     color: #000; 
    13001300     } 
     1301a.form-control.open { 
     1302     background: url(../images/hide.png) no-repeat 4px center; 
     1303     } 
    13011304#filters-form { 
    13021305     border: 1px dashed #999; 
  • admin/style/default.css

    r2133 r2134  
    385385     border-style: solid; 
    386386     border-color: #ddd; 
    387      background: #f3f3ff; 
     387     background: #eef1ec; 
    388388     padding: .4em 1em .4em .5em; 
    389389     vertical-align: top; 
    390390     text-align: left; 
    391      text-transform: uppercase; 
    392      font-size: 10px; 
    393      font-size: 1rem; 
    394391     } 
    395392td { 
     
    415412     clear: both; 
    416413     } 
    417 pre, code { 
     414pre, code, #debug { 
    418415     font: 100% "Andale Mono","Courier New",monospace; 
     416     } 
     417code { 
     418     background: #FAFAD1; 
    419419     } 
    420420pre { 
     
    930930     max-width: 20em; 
    931931     } 
    932 .with-js #top-info-blog select, .no-js #top-info-blog input[type=submit] { 
    933      margin-right: 1.33em; 
     932#top-info-blog a { 
     933     margin-left: 1.5em; 
    934934     } 
    935935#top-info-blog input[type=submit] { 
     
    12271227     margin: 0; 
    12281228     } 
    1229 tr.line input { 
     1229tr.line input[type=text] { 
     1230     background: #FFF; 
     1231     } 
     1232tr.line input, tr.line select { 
    12301233     vertical-align: middle; 
     1234     -webkit-box-shadow: none; 
     1235             box-shadow: none; 
     1236     } 
     1237tr.line select { 
     1238     width: 6em; 
    12311239     } 
    12321240tr.line:hover { 
     
    12551263     } 
    12561264table.settings, table.prefs { 
    1257      width: 80%; 
    1258      border: 1px solid #ccc; 
    12591265     margin-bottom: 3em; 
    12601266     } 
    1261      table.settings th, table.prefs th { 
    1262           background: #f3f3ff; 
    1263           } 
    12641267     table.settings th:first-child, table.prefs th:first-child { 
    12651268          width: 20%; 
     
    12801283tr.expand td { 
    12811284     border-bottom: none; 
    1282      } 
    1283 .dragable { 
    1284      border-collapse: separate; 
    12851285     } 
    12861286.handle { 
     
    13941394     } 
    13951395     #icons p { 
    1396           width: 207px; 
     1396          width: 170px; 
    13971397          text-align: center; 
    13981398          margin: 1em 0 2em; 
     
    14661466          } 
    14671467     #dashboard-boxes .box { 
    1468           min-width: 300px; 
    1469           max-width: 580px; 
    14701468          padding: 10px; 
    14711469          border:   1px solid #ccc; 
     
    14761474          } 
    14771475          .box.small { 
    1478                width: 280px; 
     1476               width: 300px; 
     1477               } 
     1478          .box.medium { 
     1479               width: 640px; 
    14791480               } 
    14801481          .box.large { 
    1481                width: 580px; 
     1482               width: 100%; 
    14821483               } 
    14831484          .dc-box { 
     
    17451746     vertical-align: top; 
    17461747     min-height: 140px; 
     1748     word-wrap: break-word; 
    17471749     } 
    17481750     .media-item p { 
     
    20922094     margin-left: 0; 
    20932095     } 
    2094  
     2096/* --------------------------------------------------------------------- _charte.php */ 
     2097.guideline #content h2 { 
     2098     color: #D33800; 
     2099     padding: 2em 0 0 0; 
     2100     margin: 1em 0; 
     2101     font-size: 2em; 
     2102     } 
     2103.guideline h3 { 
     2104     margin-top: 2em; 
     2105     } 
     2106.guideline .one-box .box { 
     2107     border: 1px solid #ddd;  
     2108     padding: 2px .5em; 
     2109     } 
    20952110/* ------------------------------------------------------------------------------------ 
    20962111                                                                                                    CLASSES 
     
    21722187     color: #000; 
    21732188     padding: 4px 1em; 
     2189     } 
     2190.anchor-nav label { 
     2191     vertical-align: bottom; 
    21742192     } 
    21752193/* nav links */ 
     
    23542372     width: 100%; 
    23552373     height: 4px; 
    2356      background: #d99; 
     2374     background: #ff6; 
    23572375     } 
    23582376#debug div { 
     
    23652383#debug:hover { 
    23662384     height: auto; 
     2385     padding: 2px 1em; 
     2386     z-index: 100; 
    23672387     } 
    23682388#debug:hover div { 
     
    23732393------------------------------------------------------------------------------------ */ 
    23742394@media screen and (max-width: 1000px) { 
     2395     #top-info-blog #switchblog { 
     2396          max-width: 16em; 
     2397          } 
     2398     #top-info-blog a { 
     2399          margin-left: 2em; 
     2400          } 
     2401     } 
     2402@media screen and (max-width: 960px) { 
    23752403     #header { 
    23762404          display: block; 
     
    24242452          top: 77px; 
    24252453          } 
    2426      } 
    2427 @media screen and (max-width: 600px) { 
    2428      #header h1, #header h1 a { 
    2429           width: 42px !important;  
    2430           height: 42px; 
    2431           } 
    2432      h1 a:link { 
    2433           background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; 
    2434           border-right: 1px solid #ccc; 
    2435           } 
    2436      h1 a:hover, h1 a:focus { 
    2437           background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px; 
    2438           border-right: 1px solid #A2CBE9; 
    2439           } 
    2440      #wrapper, #main, #main-menu { 
    2441           display: block; 
    2442           float: none; 
    2443           width: 100%; 
    2444           margin: 0; 
    2445           } 
    2446      #main-menu a { 
    2447           display: block; 
    2448           width: 100%; 
    2449           } 
    2450      #main-menu h3 a { 
    2451           display: inline; 
    2452           } 
    2453      #content { 
    2454           margin: 0; 
    2455           padding: 0 .5em; 
    2456           } 
    2457      #collapser { 
    2458           display: none; 
    2459           } 
    2460      #main #content > h2 { 
    2461           margin: 0; 
    2462           padding: 6px 0; 
    2463           } 
    24642454     .one-box, .two-boxes, 
    2465      .one-box .box, .two-boxes .box, 
     2455     .one-box .box, .two-boxes .box, .two-boxes.odd, .two-boxes.even, 
    24662456     .two-boxes:first-child, .two-boxes.odd, .two-boxes.odd:last-child, 
    24672457     .two-boxes.even:last-child, .two-boxes.even, 
     
    24722462          } 
    24732463     } 
     2464@media screen and (max-width: 600px) { 
     2465     #header h1, #header h1 a { 
     2466          width: 42px !important;  
     2467          height: 42px; 
     2468          } 
     2469     h1 a:link { 
     2470          background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; 
     2471          border-right: 1px solid #ccc; 
     2472          } 
     2473     h1 a:hover, h1 a:focus { 
     2474          background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px; 
     2475          border-right: 1px solid #A2CBE9; 
     2476          } 
     2477     #wrapper, #main, #main-menu { 
     2478          display: block; 
     2479          float: none; 
     2480          width: 100%; 
     2481          margin: 0; 
     2482          } 
     2483     #main-menu a { 
     2484          display: block; 
     2485          width: 100%; 
     2486          } 
     2487     #main-menu h3 a { 
     2488          display: inline; 
     2489          } 
     2490     #content { 
     2491          margin: 0; 
     2492          padding: 0 .5em !important; 
     2493          } 
     2494     #collapser { 
     2495          display: none; 
     2496          } 
     2497     #main #content > h2 { 
     2498          margin: 0; 
     2499          padding: 6px 0; 
     2500          } 
     2501     #dashboard-boxes .box.medium, 
     2502     #dashboard-boxes .box.small, 
     2503     #dashboard-boxes .box.large { 
     2504          width: 90%; 
     2505          margin: 10px auto; 
     2506          } 
     2507     } 
    24742508@media screen and (max-width: 500px) { 
    24752509     h1, h1 a { 
     
    24872521          display: block; 
    24882522          } 
    2489      #dashboard-boxes .box { /* a revoir quand le dashboard sera fini */ 
    2490           margin: 10px 0; 
    2491           min-width: 280px; 
    2492           width: 280px; 
     2523     #icons p { 
     2524          width: 150px; 
    24932525          } 
    24942526     #content.with-help #help-button { 
     
    24962528          } 
    24972529     } 
     2530/* ---------------------------------------------- Couleurs ajoutées via javascript    
     2531/* color-picker.js */ 
     2532.color-color-picker { 
     2533     border: 1px solid #000; 
     2534     width: 195px; 
     2535     background: #fff; 
     2536     } 
     2537/* _blog_theme.js */ 
     2538.select-button { 
     2539     font-weight: bold; 
     2540     } 
     2541/* _media_item.js */ 
     2542.color-div { 
     2543     border: 1px solid #ccc; 
     2544     } 
     2545/* fadings ('color' est utilisé comme variable, pas comme text color) */ 
     2546.colorBeginPassword, .colorBeginValidatorErr, .colorBeginUserMail { 
     2547     color: #fff; 
     2548     } 
     2549.colorEndPassword, .colorEndError, .colorEndValidatorErr, .colorEndUserMail { 
     2550     color: #ffbaba; 
     2551     } 
     2552.colorBeginMessage { 
     2553     color: #ccc; 
     2554     } 
     2555.colorEndMessage, .colorBeginValidatorMsg { 
     2556     color: #676e78; 
     2557     } 
     2558.colorBeginError { 
     2559     color: #ffdec8; 
     2560     } 
     2561.colorBeginSuccess { 
     2562     color: #9BCA1C; 
     2563     } 
     2564.colorEndSuccess { 
     2565     color: #bee74b; 
     2566     } 
     2567 .colorEndValidatorMsg { 
     2568     color: #ffcc00; 
     2569     }     
Note: See TracChangeset for help on using the changeset viewer.

Sites map