From Clomosy Docs
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/*#toc {float:right;margin:0 0 1em 1em;position:fixed;top:100px;right:10px;};*/
/* Alt menü bağlantıları */
.sidebar li > ul a {
color: #333; /* Bağlantı rengi */
border-bottom: 1px solid #ccc; /* Alt çizgi */
padding: 6px 12px;
}
.sidebar li > ul {
background-color: #f5f5f5; /* Arka plan rengi */
border: 1px solid #ccc;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Açılır menü altında ok işareti */
.sidebar li > ul::before {
content: "\25B6"; /* Sağa doğru ok işareti */
margin-right: 5px; /* Ok işareti ile metin arasındaki boşluk */
}