css:board

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
css:board [2022/02/01 23:56] avillepreuxcss:board [2023/02/14 15:44] (Version actuelle) avillepreux
Ligne 1: Ligne 1:
 <CSS> <CSS>
 +
 +/* Trello-like board page. Each included sub page will be treated as a Trello column */
  
 .level1 { /* board */ .level1 { /* board */
Ligne 15: Ligne 17:
 .level1 { .level1 {
     --scrollbar-width: 32px;      --scrollbar-width: 32px; 
-    --scrollbar-color: #f5e8a7;    +    --scrollbar-color: #e8f5a7;    
     --scrollbar-background-color: #AAA;     --scrollbar-background-color: #AAA;
     }     }
Ligne 30: Ligne 32:
     border: 1px solid #c5c5c5;     border: 1px solid #c5c5c5;
     border-radius: 0.5em;     border-radius: 0.5em;
-    background-color: #fffbe7;+    background-color: #eaffe7;
     padding: 0.5em;     padding: 0.5em;
     height: max-content;     height: max-content;
Ligne 57: Ligne 59:
 .level1 .section_highlight{ vertical-align: top !important; box-shadow: 4px 4px 4px #0000008c; border: 1px solid #AAA !important; margin: 0px !important; padding: 0.5em !important; } .level1 .section_highlight{ vertical-align: top !important; box-shadow: 4px 4px 4px #0000008c; border: 1px solid #AAA !important; margin: 0px !important; padding: 0.5em !important; }
  
-.dw-content>.level1 {+.dw-content>.level1, #plugin_include__projects__cycling__tdf_smart_trainer__roadmap>.level1 {
     transform: rotateX(180deg);     transform: rotateX(180deg);
     }     }
          
-.dw-content>.level1>* {+.dw-content>.level1>*, #plugin_include__projects__cycling__tdf_smart_trainer__roadmap>.level1>* {
     transform: rotateX(180deg);     transform: rotateX(180deg);
     }     }
Ligne 67: Ligne 69:
 /* Full screen button */ /* Full screen button */
  
-.wrap_fullscreen-button { +.wrap_fullscreen-button, 
-    floatright;+.wrap_window-button { 
 +    position: absolute; 
 +    left: 0px; 
 +    top0px;
     margin-left: 1.5em;     margin-left: 1.5em;
     padding: 1em;     padding: 1em;
Ligne 75: Ligne 80:
     text-decoration: none;     text-decoration: none;
    }    }
-.wrap_fullscreen-button a, .wrap_fullscreen-button a:visited { text-decoration: none }+.wrap_window-button { 
 +    display: none; 
 +   } 
 + 
 +.wrap_fullscreen-button a, .wrap_fullscreen-button a:visited
 +.wrap_window-button a, .wrap_window-button a:visited  
 +    { text-decoration: none }
      
 </CSS> </CSS>
Ligne 94: Ligne 105:
         var page = id.replace("plugin_include__projects__cycling__tdf_smart_trainer__", "");         var page = id.replace("plugin_include__projects__cycling__tdf_smart_trainer__", "");
  
-        jQuery(this).append('<span style="float: right"><a style="color: #f5e8a7" href="'+page+'">👁</a></span>');+        jQuery(this).append('<span style="float: right"><a style="color: #a2ff78" href="'+page+'">👁</a></span>');
  
     });     });
  • css/board.1643756194.txt.gz
  • Dernière modification : 2022/02/01 23:56
  • de avillepreux