Skip to content

Commit bb6dd12

Browse files
committed
Ready for up-and-coming-theme
1 parent e0376b1 commit bb6dd12

File tree

3 files changed

+196
-0
lines changed

3 files changed

+196
-0
lines changed

assets/css/theme-aws.css

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
2+
@import "chroma-splunk-light.css";
3+
4+
:root{
5+
6+
--MAIN-TEXT-color:#323235; /* Color of text by default */
7+
--MAIN-TITLES-TEXT-color: #778ba5; /* Color of titles h2-h3-h4-h5 */
8+
--MAIN-LINK-color:#4881cd; /* Color of links */
9+
--MAIN-LINK-HOVER-color:#599af1; /* Color of hovered links */
10+
--MAIN-ANCHOR-color: #4881cd; /* color of anchors on titles */
11+
12+
--MENU-HEADER-BG-color:#283e5b; /* Background color of menu header */
13+
--MENU-HEADER-BORDER-color:#435c7c; /*Color of menu header border */
14+
15+
--MENU-SEARCH-BG-color:#202c3c; /* Search field background color (by default borders + icons) */
16+
--MENU-SEARCH-BOX-color: #4d6584; /* Override search field border color */
17+
--MENU-SEARCH-BOX-ICONS-color: #4d6584; /* Override search field icons color */
18+
19+
--MENU-SECTIONS-ACTIVE-BG-color:#0a0c0e; /* Background color of the active section and its childs */
20+
--MENU-SECTIONS-BG-color:#1c222a; /* Background color of other sections */
21+
--MENU-SECTIONS-LINK-color: #ccc; /* Color of links in menu */
22+
--MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */
23+
--MENU-SECTION-ACTIVE-CATEGORY-color: #777; /* Color of active category text */
24+
--MENU-SECTION-ACTIVE-CATEGORY-BG-color: #fff; /* Color of background for the active category (only) */
25+
26+
--MENU-VISITED-color: #33a1ff; /* Color of 'page visited' icons in menu */
27+
--MENU-SECTION-HR-color: #20272b; /* Color of <hr> separator in menu */
28+
29+
}
30+
31+
body {
32+
color: var(--MAIN-TEXT-color) !important;
33+
}
34+
35+
textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
36+
border-color: none;
37+
box-shadow: none;
38+
}
39+
40+
h2, h3, h4, h5 {
41+
color: var(--MAIN-TITLES-TEXT-color) !important;
42+
}
43+
44+
a {
45+
color: var(--MAIN-LINK-color);
46+
}
47+
48+
.anchor {
49+
color: var(--MAIN-ANCHOR-color);
50+
}
51+
52+
a:hover {
53+
color: var(--MAIN-LINK-HOVER-color);
54+
}
55+
56+
#sidebar ul li.visited > a .read-icon {
57+
color: var(--MENU-VISITED-color);
58+
}
59+
60+
#sidebar #footer {
61+
padding-top: 20px !important;
62+
}
63+
64+
#sidebar #footer h2.github-title {
65+
font-size: 20px;
66+
color: #fd9827 !important;
67+
margin: 10px 0px 5px;
68+
padding: 0px;
69+
font-weight: normal !important;
70+
margin-top: 10px;
71+
padding-top: 30px;
72+
border-top: 1px dotted #384657;
73+
}
74+
75+
#sidebar #footer h3.github-title {
76+
font-size: 14px;
77+
margin: 10px 0px 5px;
78+
padding: 0px;
79+
text-transform: uppercase;
80+
letter-spacing: .15px;
81+
}
82+
83+
#sidebar #footer h5.copyright, #sidebar #footer p.build-number {
84+
font-size: 10px;
85+
letter-spacing: .15px;
86+
line-height: 150% !important;
87+
}
88+
89+
#body a.highlight:after {
90+
display: block;
91+
content: "";
92+
height: 1px;
93+
width: 0%;
94+
-webkit-transition: width 0.5s ease;
95+
-moz-transition: width 0.5s ease;
96+
-ms-transition: width 0.5s ease;
97+
transition: width 0.5s ease;
98+
background-color: var(--MAIN-LINK-HOVER-color);
99+
}
100+
#sidebar {
101+
background-color: var(--MENU-SECTIONS-BG-color);
102+
}
103+
#sidebar #header-wrapper {
104+
background: var(--MENU-HEADER-BG-color);
105+
color: var(--MENU-SEARCH-BOX-color);
106+
border-color: var(--MENU-HEADER-BORDER-color);
107+
}
108+
#sidebar .searchbox {
109+
border-color: var(--MENU-SEARCH-BOX-color);
110+
background: var(--MENU-SEARCH-BG-color);
111+
}
112+
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
113+
background: var(--MENU-SECTIONS-ACTIVE-BG-color);
114+
}
115+
#sidebar .searchbox * {
116+
color: var(--MENU-SEARCH-BOX-ICONS-color);
117+
}
118+
119+
#sidebar a {
120+
color: var(--MENU-SECTIONS-LINK-color);
121+
}
122+
123+
#sidebar a:hover {
124+
color: var(--MENU-SECTIONS-LINK-HOVER-color);
125+
}
126+
127+
#sidebar ul li.active > a {
128+
background: var(--MENU-SECTION-ACTIVE-CATEGORY-BG-color);
129+
color: var(--MENU-SECTION-ACTIVE-CATEGORY-color) !important;
130+
}
131+
132+
#sidebar hr {
133+
border-color: var(--MENU-SECTION-HR-color);
134+
}
135+
136+
#navigation a.nav-prev, #navigation a.nav-next {
137+
color: #f19e39 !important;
138+
}
139+
140+
#navigation a.nav-prev:hover, #navigation a.nav-next:hover {
141+
color: #e07d04 !important;
142+
}
143+
144+
div.notices p:first-child:before {
145+
position: absolute;
146+
top: 2px;
147+
color: #fff;
148+
font-family: 'Font Awesome\ 5 Free';
149+
content: #F06A;
150+
font-weight: 900; /* Fix version 5.0.9 */
151+
left: 10px;
152+
}
153+
154+
#chapter p, #chapter h3 {
155+
text-align: left;
156+
}
157+
158+
#homelinks {
159+
background-color: #9c6fb6 !important;
160+
color: #fff;
161+
padding: 7px 0;
162+
border-bottom: 4px solid #9c6fb6;
163+
}
164+
165+
#homelinks a {
166+
color: #fff !important;
167+
}

assets/css/theme-splunk-dark.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
@import "theme-relearn-dark.css";
2+
3+
:root {
4+
--PRIMARY-color: rgba( 237, 0, 144, 1 ); /* brand primary color */
5+
--SECONDARY-color: rgba( 237, 0, 144, 1 ); /* brand secondary color */
6+
7+
--MAIN-LINK-HOVER-color: rgba( 237, 0, 144, 1 ); /* hovered link color of content */
8+
9+
--MENU-HOME-LINK-color: rgba( 255, 255, 255, 1 ); /* home button color if configured */
10+
--MENU-HOME-LINK-HOVER-color: rgba( 237, 0, 144, 1 ); /* hovered home button color if configured */
11+
12+
--MENU-HEADER-BORDER-color: rgba( 0, 0, 0, 1); /* border color of the menu header */
13+
--MENU-VISITED-color: rgba( 237, 0, 144, 1 ); /* icon color of visited menu topics if configured */
14+
}

assets/css/theme-splunk-light.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
@import "theme-relearn-light.css";
2+
3+
:root {
4+
--PRIMARY-color: rgba( 237, 0, 144, 1 ); /* brand primary color */
5+
--SECONDARY-color: rgba( 237, 0, 144, 1 ); /* brand secondary color */
6+
7+
--MAIN-LINK-HOVER-color: rgba( 237, 0, 144, 1 ); /* hovered link color of content */
8+
9+
--MENU-HOME-LINK-color: rgba( 255, 255, 255, 1 ); /* home button color if configured */
10+
--MENU-HOME-LINK-HOVER-color: rgba( 237, 0, 144, 1 ); /* hovered home button color if configured */
11+
12+
--MENU-HEADER-BORDER-color: rgba( 0, 0, 0, 1); /* border color of the menu header */
13+
--MENU-VISITED-color: rgba( 237, 0, 144, 1 ); /* icon color of visited menu topics if configured */
14+
15+
}

0 commit comments

Comments
 (0)