-
Notifications
You must be signed in to change notification settings - Fork 1
/
demos.css
71 lines (47 loc) · 1.8 KB
/
demos.css
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
Discourse settings - "docuss website json file"
-----------------------------------------------
Prod:
https://sylque.github.io/dcs-client/demos/mustacchio/dcs-website.json
https://sylque.github.io/dcs-client/demos/open-stack/dcs-website.json
http://dtw.docuss.org/dcs-website.json
Dev:
http://localhost:8080/demos/mustacchio/dcs-website.json
http://localhost:8080/demos/open-stack/dcs-website.json
http://localhost:3000/dcs-website.json
Theme Settings - Custom header links 2
--------------------------------------
Home, Back to the home page, /, vdo, self, keep, true, mustacchio
Mission, Mission, /docuss/missio, vdo, self, keep, true, mustacchio
About Me, About Me, /docuss/aboutm, vdo, self, keep, true, mustacchio
Last Event, Last Event, /docuss/lastev, vdo, self, keep, true, mustacchio
White Paper, White paper, /docuss/whitep, vdo, self, keep, true, mustacchio
Forum, Go to the discussion forum, /latest, vdm, self, keep
Demo CSS
--------
*/
/***** Mustacchio *****/
html:not(.dcs-website-mustacchio) .headerLink.mustacchio {
display: none;
}
html.dcs-website-mustacchio .headerLink a {
color: #252525;
font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
font-size: 13px;
font-weight: 900; /* Needed on mobile where Arial is not found */
text-transform: uppercase;
}
html.dcs-website-mustacchio .d-header-icons .d-icon,
html.dcs-website-mustacchio .d-header-icons .icon:hover .d-icon,
html.dcs-website-mustacchio .d-header-icons .icon:focus .d-icon {
color: #252525;
}
/***** Discuss The Web *****/
@import url('https://fonts.googleapis.com/css?family=Roboto');
html:not(.dcs-website-discuss_the_web) .headerLink.discuss_the_web {
display: none;
}
html.dcs-website-discuss_the_web .headerLink a {
color: #305070;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}