1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-05 21:33:52 +00:00

Adopt hipsterish skinny font weights

This commit is contained in:
Jeremy Ruston 2013-07-04 16:20:44 +01:00
parent 0b25c2cece
commit dfbd59c159

View File

@ -148,13 +148,16 @@ a.tw-tiddlylink:hover {
a.tw-tiddlylink-resolves { a.tw-tiddlylink-resolves {
font-style: normal; font-style: normal;
font-weight: bold;
} }
a.tw-tiddlylink-missing { a.tw-tiddlylink-missing {
font-style: italic; font-style: italic;
} }
a.tw-tiddlylink-external {
font-weight: bold;
}
/* /*
** Drag and drop styles ** Drag and drop styles
*/ */
@ -268,6 +271,10 @@ a.tw-tiddlylink-missing {
text-shadow: 0 1px 0 rgba(255,255,255, 0.8); text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
} }
.sidebar-header .title a.tw-tiddlylink-resolves {
font-weight: 300;
}
.sidebar-header .tw-sidebar-lists p { .sidebar-header .tw-sidebar-lists p {
margin-top: 0.2em; margin-top: 0.2em;
margin-bottom: 0.2em; margin-bottom: 0.2em;
@ -400,7 +407,7 @@ a.tw-tiddlylink-missing {
} }
.title { .title {
font-weight: bold; font-weight: 300;
font-size: 33px; font-size: 33px;
line-height: 40px; line-height: 40px;
color: #182955; color: #182955;
@ -409,6 +416,7 @@ a.tw-tiddlylink-missing {
.tw-subtitle { .tw-subtitle {
font-size: 0.9em; font-size: 0.9em;
color: #c0c0c0; color: #c0c0c0;
font-weight: 300;
} }
.tw-tiddler-missing .title { .tw-tiddler-missing .title {