wiki-grav/themes/learn2/css/custom.css

45 lines
1.0 KiB
CSS
Raw Normal View History

2022-04-25 16:47:47 +02:00
/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/
/* sidebar big lower portion */
2022-04-25 16:52:05 +02:00
#sidebar {
background-color: #262c31;
}
2022-04-25 16:55:14 +02:00
/* sidebar top portion */
2022-04-25 16:52:05 +02:00
#sidebar #header {
background-color: #111314;
2022-04-25 16:52:05 +02:00
}
2022-04-25 16:59:09 +02:00
/* search box in sidebar */
2022-04-25 16:52:05 +02:00
#sidebar #header .searchbox {
2022-04-25 16:55:14 +02:00
background: #262c31;
2022-04-25 16:57:20 +02:00
border-color: #530e64;
2022-04-25 16:52:05 +02:00
border-radius: 0px;
2022-04-25 16:57:20 +02:00
border-width: 2px;
2022-04-25 16:52:05 +02:00
}
2022-04-25 17:06:34 +02:00
/* magnifying glass in search box */
2022-04-25 16:52:05 +02:00
#sidebar #header .searchbox label {
2022-04-25 17:06:34 +02:00
color: rgba(200, 200, 200, 0.8);
2022-04-25 16:52:05 +02:00
}
2022-04-25 17:06:34 +02:00
/* search box entered text */
2022-04-25 16:52:05 +02:00
#sidebar #header .searchbox input {
2022-04-25 17:06:34 +02:00
color: #fff;
2022-04-25 16:52:05 +02:00
}
2022-04-25 17:06:34 +02:00
/* search box placeholder text */
2022-04-25 16:52:05 +02:00
#sidebar #header .searchbox input::placeholder {
2022-04-25 17:06:34 +02:00
color: rgba(200, 200, 200, 0.8);
2022-04-25 17:07:36 +02:00
opacity: 1; /* something firefox fix */
2022-04-25 16:52:05 +02:00
}
2022-05-18 09:46:24 +02:00
2022-05-18 10:14:08 +02:00
body {
2022-05-18 20:47:31 +02:00
background: #ff0000;
2022-05-18 10:11:13 +02:00
}
2022-05-18 21:10:59 +02:00
// one more commit