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

42 lines
947 B
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
}
/* magnifying glass in searchbox */
2022-04-25 16:52:05 +02:00
#sidebar #header .searchbox label {
color: rgba(220, 220, 220, 0.8);
2022-04-25 16:52:05 +02:00
}
2022-04-25 16:59:09 +02:00
/*
2022-04-25 16:52:05 +02:00
#sidebar #header .searchbox input {
color: #000;
}
*/
2022-04-25 16:52:05 +02:00
/* searchbox placeholder text */
2022-04-25 16:52:05 +02:00
#sidebar #header .searchbox input::placeholder {
2022-04-25 17:04:54 +02:00
/*color: rgba(220, 220, 220, 0.8);*/
color: #f00;
/*opacity: 1;*/
2022-04-25 16:52:05 +02:00
}