5,951
edits
No edit summary |
No edit summary |
||
Line 406: | Line 406: | ||
.tlp-button { | .tlp-button { | ||
float: right; | float: right; | ||
} | |||
/* ============================== template:drawer =============================== */ | |||
.drawer-title { | |||
background-color: #4c4c4c; | |||
color: #fbf0a4; | |||
padding: 6px 12px 6px 12px; | |||
font-size: 125%; | |||
margin-top: 6px; | |||
} | |||
.drawer-title a { | |||
color: #fbf0a4; | |||
float: right; | |||
font-size: 1rem; | |||
} | |||
.drawer-title p { | |||
margin-bottom: 8px; | |||
} | |||
.drawer-content { | |||
padding: 6px 12px 6px 12px; | |||
border: 1px solid #eeeeee; | |||
} | } |