move astroid config to separate folder
This commit is contained in:
4
astroid/ui/.gitignore
vendored
Normal file
4
astroid/ui/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
.sass-cache*
|
||||
*.css.map
|
||||
thread-view.css
|
||||
|
||||
53
astroid/ui/thread-view.scss
Normal file
53
astroid/ui/thread-view.scss
Normal file
@@ -0,0 +1,53 @@
|
||||
/* ui-version: 3 (do not change when modifying theme for yourself) */
|
||||
|
||||
/* Variables */
|
||||
|
||||
/* FONTS */
|
||||
$font-mono: "Input Mono", "Inconsolata", monospace;
|
||||
$font-sans: "Input Sans", "Roboto", sans-serif;
|
||||
$font-family-default: $font-mono;
|
||||
|
||||
/* COLOURS */
|
||||
$signed: #BFBF00 !global;
|
||||
$encrypted: #99cc66 !global;
|
||||
|
||||
/* GPG STUFF */
|
||||
.body_part.encrypted, .body_part.encrypted.signed {
|
||||
border-left: 2px dashed $encrypted !important;
|
||||
}
|
||||
.body_part.signed {
|
||||
border-left: 2px dashed $signed !important;
|
||||
}
|
||||
|
||||
/* SMALLER THREAD_VIEW */
|
||||
body:not(.nohide) .email.hide .header_container .preview {
|
||||
display: none !important;
|
||||
}
|
||||
body:not(.nohide) .email.hide .header_container {
|
||||
padding: 2px !important;
|
||||
}
|
||||
body:not(.nohide) .email.hide .header_container .attachment.icon {
|
||||
float: left;
|
||||
height: 12px;
|
||||
}
|
||||
body:not(.nohide) .email.hide .header_container .subject, body:not(.nohide) .email.hide .header_container .tags {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* TV: MARK FLAGGED HIDDEN MAILS */
|
||||
body:not(.nohide) .email.hide.nm-flagged {
|
||||
background-color: #ffe2de !important;
|
||||
}
|
||||
body:not(.nohide) .email.hide.nm-flagged .header_container .subject {
|
||||
font-weight: 700;
|
||||
}
|
||||
/* TV: MARK UNREAD HIDDEN MAILS */
|
||||
body:not(.nohide) .email.hide.nm-unread {
|
||||
background-color: #dedfff !important;
|
||||
}
|
||||
body:not(.nohide) .email.hide.nm-unread .header_container .subject {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@import '/home/max/bin/astroid/ui/thread-view.scss';
|
||||
|
||||
1
astroid/ui/ui-master
Symbolic link
1
astroid/ui/ui-master
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/max/bin/astroid/ui/
|
||||
Reference in New Issue
Block a user