Dotclear


Ignore:
Timestamp:
08/18/13 10:32:55 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

blog_theme page enhancement. More pretty without javascript. Lighter look and no more scrollbar with javascript.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1427 r1428  
    298298     font-weight: bold; 
    299299     border-bottom-color: #fff; 
     300     padding-bottom: .7rem; 
    300301} 
    301302/* ------------------------------------------------------------------ main-menu */ 
     
    735736/* -------------------------------------------------------------------- Themes */ 
    736737#themes { 
    737      border-bottom: 1px solid #ccc; 
    738      margin: 1em 0; 
     738     margin: 0; 
     739     width: 100%; 
     740     padding: 0; 
     741} 
     742#themes h3 { 
    739743} 
    740744#themes div.theme-details { 
    741      clear: left; 
    742745     border-top: 1px solid #ccc; 
    743      padding: 1em 0; 
     746     padding: 12px; 
     747     display: inline-block; 
     748     vertical-align: top; 
     749     width: 284px; 
     750} 
     751.current-theme { 
     752     background: #eef; 
    744753} 
    745754#themes div.theme-details:hover { 
     
    747756} 
    748757#themes div.theme-details div.theme-shot { 
    749      float: left; 
    750758} 
    751759#themes div.theme-details div.theme-shot img { 
    752760     display: block; 
    753      width: 57px; 
    754      height: 50px; 
    755761     border: 1px solid #ccc; 
     762     margin-bottom: 1.5em; 
    756763} 
    757764#themes div.theme-details div.theme-info { 
    758      margin-left: 67px; 
    759765} 
    760766#themes div.theme-details div.theme-info span.theme-desc { 
     
    765771} 
    766772#themes div.theme-details div.theme-actions { 
    767      margin-left: 67px; 
    768 } 
     773} 
     774#themes-actions { 
     775     border-bottom: 1px solid #999; 
     776     margin-bottom: 3em; 
     777} 
     778.theme-css { 
     779     display: block; 
     780} 
     781 
    769782/* Themes list, JS version */ 
     783#themes-wrapper { 
     784     display: table; 
     785} 
     786#themes-wrapper #themes { 
     787     display: table-cell; 
     788     vertical-align: top; 
     789} 
    770790#theme-box { 
    771      border: 1px solid #999; 
    772      border-left: none; 
    773      padding: 5px; 
    774      float: right; 
    775      height: 420px; 
    776      width: 320px; 
    777      overflow: auto; 
     791     display: table-cell; 
     792     vertical-align: top; 
     793     padding: 1rem 0;  
     794     width: 312px; 
     795     background: #eef; 
     796     border: 1px solid #ccc; 
     797     border-radius: 3px; 
    778798} 
    779799#theme-box div.theme-shot img { 
    780800     display: block; 
    781      margin: 0 0 0 10px; 
     801     margin: 0 16px; 
    782802     width: 280px; 
    783803     height: 245px; 
     
    785805} 
    786806#theme-box div.theme-info { 
    787      margin: 1em 0 0 10px; 
    788 } 
    789 #theme-box h3 { 
    790      margin: 0; 
    791 } 
    792 #theme-box div.theme-info span { 
    793      display: block; 
     807     margin: 1em 16px; 
     808} 
     809#theme-box h4 { 
     810     color: #000; 
    794811} 
    795812#theme-box span.theme-version { 
     
    804821} 
    805822#theme-box div.theme-actions { 
    806      margin-left: 10px; 
    807 } 
    808 #themes-wrapper #themes { 
    809      border: 1px solid #999; 
    810      overflow: auto; 
    811      height: 420px; 
    812      padding: 5px; 
    813      margin: 0; 
     823     padding: 0 16px; 
    814824} 
    815825#themes div.theme-details-js { 
     
    817827     width: 120px; 
    818828     height: 150px; 
    819      margin: 0 10px 20px; 
    820      padding: 10px 10px 0; 
     829     margin: 0 12px 24px; 
     830     padding: 12px 12px 0; 
    821831     text-align: center; 
    822832     background: #f3f3f3; 
    823      border: 1px solid #f3f3f3; 
     833     border: 1px solid #ddd; 
    824834     cursor: pointer; 
    825835     border-radius: 4px; 
     
    829839} 
    830840#themes div.theme-details-js.theme-selected { 
    831      background: #E5E3DA; 
     841     background: #ddd; 
    832842     border: 1px solid #999; 
    833843} 
     
    836846     height: 105px; 
    837847     border: 1px solid #fff; 
    838 } 
    839 #themes div.theme-details-js h3 { 
    840      font-family: inherit; 
    841      font-weight: normal; 
    842      margin: 0; 
    843      padding: 0; 
    844848} 
    845849/* ----------------------------------------------------------  Plugins list */ 
Note: See TracChangeset for help on using the changeset viewer.

Sites map