Dotclear

Changeset 1470:e0422863bf62


Ignore:
Timestamp:
08/19/13 10:49:10 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Sweeter action buttons and dashboard icons.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1468 r1470  
    481481#icons a img { 
    482482     padding: 2em; 
    483      background: #eee; 
    484      border-radius: 1.6rem; 
    485      box-shadow: 0 3px 3px 0 #ccc; 
    486      margin-bottom: .6rem; 
     483     margin-bottom: .3em; 
     484     -moz-box-shadow: 0px 1px 0px 0px #ffffff; 
     485     -webkit-box-shadow: 0px 1px 0px 0px #ffffff; 
     486     box-shadow: 0px 1px 0px 0px #ffffff; 
     487     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) ); 
     488     background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% ); 
     489     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9'); 
     490     background-color:#f9f9f9; 
     491     -moz-border-radius:1em; 
     492     -webkit-border-radius:1em; 
     493     border-radius:1em; 
     494     border:1px solid #dcdcdc; 
     495     display:inline-block; 
    487496} 
    488497#icons a img:hover, #icons a:focus img { 
    489      background-color: #BBDB58; 
     498     background: #BBDB58; 
    490499} 
    491500#icons a:focus span, #icons a:hover span { 
     
    501510#quick p.qinfo { 
    502511     margin: -.7em -1em 1em; 
    503      background: #eef url(info.png) no-repeat .2em .2em; 
     512     background: #f3f3ff url(info.png) no-repeat .2em .2em; 
    504513     border: 1px solid #99f; 
    505514     padding: .2em 1em .1em 24px; 
     
    12091218} 
    12101219table.settings th, table.prefs th { 
    1211      background: #eef; 
     1220     background: #f3f3ff; 
    12121221} 
    12131222table.settings th:first-child, table.prefs th:first-child { 
     
    14281437     text-decoration: none; 
    14291438     padding: .1em .5em; 
    1430      text-shadow: 0 1px 1px rgba(0,0,0,.3); 
    14311439     border-radius: .2em; 
    14321440     margin-bottom: .1em; 
    1433 } 
     1441     font-size: 1.2rem; 
     1442 } 
    14341443h4 a.button {font-weight: normal;} 
    14351444 
     
    14391448a.submit { 
    14401449     color: #fff; 
    1441      border: 1px solid #2373A8; 
    1442      background: #2373A8; 
    1443      background: -webkit-gradient(linear, left top, left bottom, from(#2C8FD1), to(#2373A8)); 
    1444      background: -moz-linear-gradient(top,  #2C8FD1,  #2373A8); 
     1450     border: 1px solid #A2CBE9; 
     1451     text-shadow: 0 -1px 1px #3275bc; 
     1452     background:#25A6E1; 
     1453     background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
     1454     background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0)); 
     1455     background:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
     1456     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0); 
     1457     border:1px solid #1A87B9 
     1458 
    14451459} 
    14461460input[type=submit]:hover, 
     
    14501464input[type=button]:focus, 
    14511465a.submit:focus { 
    1452      background: #2373A8; 
    1453      background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); 
    1454      background: -moz-linear-gradient(top,  #2373A8,  #2C8FD1); 
    1455      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2373A8', endColorstr='#2C8FD1'); 
     1466     background:#188BC0; 
     1467     background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
     1468     background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1)); 
     1469     background:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
     1470     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0); 
    14561471     border: 1px solid #2C8FD1; 
    14571472} 
     
    14651480     background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 
    14661481     background: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf); 
    1467      text-shadow: none; 
     1482     text-shadow:1px 1px 0px #fff; 
    14681483     } 
    14691484a.button:hover, 
  • locales/fr/main.po

    r1468 r1470  
    30523052msgstr "Filtrer la liste des commentaires et rétroliens" 
    30533053 
     3054msgid "comments per page" 
     3055msgstr "commentaires par page" 
     3056 
    30543057msgid "Filter users list" 
    30553058msgstr "Filtrer la liste des utilisateurs" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map