1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-17 01:14:21 +00:00
TiddlyWiki5/themes/giffmex/blanca/styles.tid
2013-05-17 17:30:50 +01:00

57 lines
1.0 KiB
Plaintext

title: $:/themes/giffmex/blanca/styles
tags: [[$:/tags/stylesheet]]
body {
font-size:14px;
line-height:20px;
background-color:#ffffff;
}
.tw-page-controls {background-color:#ffffff;
padding:8px;}
.tw-sidebar-lists a.tw-tiddlylink {
color: #5959c0;
}
h1 {
font-size: 1.5em;
margin: 0.67em 0;
padding-top:1em;}
table th {padding:10px;vertical-align:top;}
table td {padding:10px;vertical-align:top; background-color:#ffffff;}
table th {color: #000;background-color:#eee;font-weight:normal;}
table th {border-color:#000;}
table td {border-color:#000;}
table {border-color:#000;}
.blueTable td {background-color:#eeeeff;}
.blueTable th {background-color: #cccccc;}
.tw-tag-label {
font-weight:normal;
padding: 4px 6px;
color: #000000;
text-shadow: none;
background-color: #ffeebb;
}
.title {
color: #ff9900;
}
.tw-tiddler-frame {
border-style:solid;border-color:#eee;border-width:1px;
}
.tw-tab-buttons button {
background-color: #eee;
}
.tw-tab-buttons button.tw-tab-selected {
background-color: #ffffff;
border-bottom: 1px solid #ffffff;
}