mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-02 19:08:02 +00:00
Style the control panel area
This commit is contained in:
@@ -231,6 +231,21 @@ a.tw-tiddlylink-missing {
|
|||||||
<<box-shadow "inset 0 1px 0 #fff">>;
|
<<box-shadow "inset 0 1px 0 #fff">>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.config-area {
|
||||||
|
max-width: 50em;
|
||||||
|
padding: 1em;
|
||||||
|
border: 1px solid #aaa;
|
||||||
|
background: #ddd;
|
||||||
|
<<box-shadow "inset 1px 1px 4px rgba(0,0,0,0.8)">>
|
||||||
|
<<border-radius 3px>>
|
||||||
|
}
|
||||||
|
|
||||||
|
.config-area h1 {
|
||||||
|
font-size: 1.2em;
|
||||||
|
text-align: center;
|
||||||
|
color: #888;
|
||||||
|
}
|
||||||
|
|
||||||
.tw-edit-texteditor input, .tw-edit-texteditor textarea {
|
.tw-edit-texteditor input, .tw-edit-texteditor textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@@ -24,7 +24,11 @@ title: $:/templates/PageTemplate
|
|||||||
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/templates/ViewTemplate" editTemplate="$:/templates/EditTemplate" listview="classic" itemClass="tw-tiddler-frame"/>
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/templates/ViewTemplate" editTemplate="$:/templates/EditTemplate" listview="classic" itemClass="tw-tiddler-frame"/>
|
||||||
|
|
||||||
<!-- Config area -->
|
<!-- Config area -->
|
||||||
|
<div class="config-area">
|
||||||
|
! Temporary Control Panel
|
||||||
|
|
||||||
{{$:/snippets/encryptionstatus}}
|
{{$:/snippets/encryptionstatus}}
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- End of story river -->
|
<!-- End of story river -->
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user