mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
preliminary dispy-dark theme. WIP! did i say "WIP!"? yes, i did. WIP!
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
dfdf0f1335
commit
f7ade749b8
33 changed files with 6144 additions and 13 deletions
|
@ -57,6 +57,7 @@ select {
|
|||
}
|
||||
option {
|
||||
padding: 3px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
/* remember to define focus styles! */
|
||||
:focus {
|
||||
|
@ -75,17 +76,6 @@ mark {
|
|||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
ins {
|
||||
background: #ff9;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
mark {
|
||||
background: #ff0;
|
||||
color: #000;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* Redeclare monospace font family: h5bp.com/j */
|
||||
pre, code, kbd, samp, .wall-item-body code {
|
||||
font-family: monospace, monospace;
|
||||
|
@ -1302,7 +1292,7 @@ section {
|
|||
**/
|
||||
.wall-item-body code {
|
||||
display: block;
|
||||
padding-left: 10px;
|
||||
padding: 0 0 10px 5px;
|
||||
border-color: #ccc;
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 1px 10px;
|
||||
|
@ -1768,9 +1758,10 @@ div[id$="wrapper"] br {
|
|||
* contacts selector
|
||||
*/
|
||||
.group-delete-wrapper {
|
||||
margin: -28px 150px 0 0;
|
||||
margin: -31px 122px 0 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#group-edit-submit-wrapper {
|
||||
margin: 0 0 10px 0;
|
||||
display: inline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue