JacquesHille (Talk | contribs) |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 20: | Line 20: | ||
.greenbutton { | .greenbutton { | ||
color: #009739 !important; | color: #009739 !important; | ||
+ | } | ||
+ | |||
+ | .blackbutton { | ||
+ | color: #00140F !important; | ||
+ | } | ||
+ | |||
+ | .brownbutton { | ||
+ | color: #805113 !important; | ||
+ | } | ||
+ | |||
+ | .redbutton { | ||
+ | color: #E4140F !important; | ||
+ | } | ||
+ | |||
+ | .bluebutton { | ||
+ | color: #174290 !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | figcaption { | ||
+ | display: block; | ||
+ | } | ||
+ | .box { | ||
+ | float: left; | ||
+ | width: 200px; | ||
+ | margin-left: 10px; | ||
+ | margin-top: 10px; | ||
+ | padding: 5px; | ||
+ | border: 2px white; | ||
} | } | ||
.boxed { | .boxed { | ||
border: 10px solid green ; | border: 10px solid green ; | ||
− | padding: | + | padding: 20px |
} | } | ||
Line 42: | Line 72: | ||
} | } | ||
.greenbutton {display:none; } | .greenbutton {display:none; } | ||
− | + | .blackbutton {display:none; } | |
+ | .brownbutton {display:none; } | ||
+ | .bluebutton {display:none; } | ||
+ | .redbutton {display:none; } | ||
} | } | ||
Line 50: | Line 83: | ||
.greenbutton:hover, .greenbutton:active { | .greenbutton:hover, .greenbutton:active { | ||
color: #009739ad !important; | color: #009739ad !important; | ||
+ | } | ||
+ | |||
+ | .blackbutton:hover, .blackbutton:active { | ||
+ | color: #00140Fad !important; | ||
+ | } | ||
+ | |||
+ | .brownbutton:hover, .brownbutton:active { | ||
+ | color: #805113ad !important; | ||
+ | } | ||
+ | |||
+ | .bluebutton:hover, .bluebutton:active { | ||
+ | color: #174290ad !important; | ||
+ | } | ||
+ | |||
+ | .redbutton:hover, .redbutton:active { | ||
+ | color: #E4140Fad !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .div1, div2{ | ||
+ | |||
+ | display: inline-block; | ||
+ | |||
} | } | ||
.tab { | .tab { |
Latest revision as of 23:32, 17 October 2018