-/* =========== */
-/* = Gallery = */
-/* =========== */
-
-#side-gallery {
+#sidebar {
+ display:none;
position: absolute;
- /* overflow: hidden; */
top: 0px;
right: 0px;
bottom: 0px;
width: 480px;
- display: none;
background-color: #FFF;
}
-#side-gallery .error_message
+#side-search {
+ height: 100%;
+ display: none;
+ background-color: #C1C1C1;
+}
+
+#side-search p {
+ padding: .5em;
+}
+
+/* =========== */
+/* = Gallery = */
+/* =========== */
+
+#side-gallery .error_message
{
background-color: white;
color: black;
-khtml-user-select: none;
-moz-user-select: none;
cursor: pointer;
-
+
background-color: white;
min-height: 100px;
min-width: 100px;
}
.gallery-image img[src=''] {
- background-color: red;
+ background-color: red;
}