Ignore:
Timestamp:
Mar 14, 2012, 2:40:37 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.4.3

  • add a #Tags id for tags list, for the user tags plugin
  • use inline-block instead of float left for thumbnails ans categories
  • print css: re-enable it in the header + improve it
  • update README + add debugging mode in themeconf
  • language strings
  • new script to tag a new version and generate a zip archive
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/print.css

    r13546 r13554  
    11body {
    2     margin: 0;
    3     color: #000000;
    4     background: #ffffff;
     2  width: auto!important;
     3  margin: auto!important;
     4  font-family: serif;
     5  font-size: 12pt;
     6  background-color: #fff!important;
     7  color: #000!important;
     8}
     9#menubar, #menuswitcher, #content .navigationBar, ul.categoryActions,
     10#content div.calendarViews, .calendarBar, #imageToolBar, #addComment,
     11.logon_block {
     12    display: none !important;
     13}
     14p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
     15  color: #000!important;
     16  margin: auto!important;
     17}
     18.print {
     19  display: block; /* affichage des éléments de classe print */
     20}
     21p, blockquote {
     22  orphans: 3; /* pas de ligne seule en bas */
     23  widows: 3; /* pas de ligne seule en haut */
     24}
     25blockquote, ul, ol {
     26  page-break-inside: avoid; /* pas de coupure dans ces élements */
     27}
     28h1 {
     29  page-break-before: always; /* chaque titre commence sur une nouvelle page */
     30}
     31h1, h2, h3, caption {
     32  page-break-after: avoid; /* pas de saut après ces éléments */
     33}
     34a {
     35  color: #000!important;
     36  text-decoration: none !important;
     37}
     38a[href]:after {
     39  content: " (" attr(href) ")"; /* affichage des URL des liens */
     40  font-size: 8pt;
     41  font-style: italic;
    542}
    643
    7 #content {
    8     margin: 0;
     44.titrePage, .subcontent {
     45    clear: left;
    946}
    10 
    11 #menubar, #content .navigationBar, ul.categoryActions,
    12 #content div.calendarViews, .calendarBar, #imageToolBar, #addComment {
    13     display: none;
     47.thumbnailCategories li {
     48  display: inline-block;
     49  width: 45%;
     50  margin-top: 1em;
     51  vertical-align: top;
    1452}
    15 
    16 
     53.thumbCatDesc {
     54  height: 2.5em;
     55  overflow: hidden;
     56}
Note: See TracChangeset for help on using the changeset viewer.