forked from Robdel12/DropKick
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblank_theme.css
More file actions
38 lines (31 loc) · 730 Bytes
/
blank_theme.css
File metadata and controls
38 lines (31 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/**
* Your theme name here
*
* Say something about the theme
*
* Give yourself some credit here
*
*/
/* Container */
.dk_mytheme .dk_container {}
.dk_mytheme a {}
/* Toggle */
.dk_mytheme .dk_toggle {}
.dk_mytheme .dk_toggle:hover {}
/* Focus State */
.dk_mytheme.dk_focus,
.dk_mytheme:focus {}
.dk_mytheme.dk_focus .dk_toggle {}
/* Open State */
.dk_mytheme.dk_open {}
.dk_mytheme.dk_open .dk_toggle {}
/* Options Menu */
.dk_mytheme .dk_options {}
.dk_mytheme .dk_options a {}
.dk_mytheme .dk_options a:hover,
.dk_mytheme .dk_option_current a {}
/* Inner options */
.dk_mytheme .dk_options_inner {}
/* Set a width property here */
.dk_mytheme .dk_options_inner,
.dk_mytheme.dk_touch .dk_options {}