Difference between revisions of "Template:Jim/CSS"

From From The Ashes Wiki
Jump to: navigation, search
Line 19: Line 19:
 
#jim-wrapper #logs .loglist { columns: 2; }
 
#jim-wrapper #logs .loglist { columns: 2; }
  
.jim { width: 100%; display: flex; flex-direction: column; }
+
.jim { width: 100%; display: flex; flex-direction: column; font-family: "Helvetica Neue", Helvetica, Arial, sans; font-size: 12px; }
.jim-header { width: 100%; display: flex; flex-direction: row; background-color: #6441a4; color: #ffffff; }
+
.jim-header { width: 100%; display: flex; flex-direction: row; background-color: #6441a4; color: #ffffff; font-size: 14px; }
 
.jim-header div { padding: 10px; }
 
.jim-header div { padding: 10px; }
 
.jim-body { width: 100%; display: flex; flex-direction: row-reverse; }
 
.jim-body { width: 100%; display: flex; flex-direction: row-reverse; }

Revision as of 16:11, 1 April 2018

This page is here for Jim's pages to share the same CSS.