/* toolbar.css */ /* Main toolbar wrapper */ .elfinder .elfinder-toolbar { /* */ } /* Buttonset wrapper */ .elfinder .elfinder-toolbar .elfinder-buttonset { /* */ } /* Buttonset wrapper for search field */ .elfinder .elfinder-button-search .elfinder-button-menu { background: #fff !important; } /* Buttons */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button { border: 1px solid transparent; webkit-transition: background 0.3s, border 0.3s; /* Safari */ transition: background 0.3s, border 0.3s; } /* Hovered buttons */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button:hover { background: #cce8ff; border: 1px solid #99d1ff; } /* Hovered buttons in search field */ .elfinder .elfinder-button-search .elfinder-button-menu .ui-button:hover { background: #cce8ff; border: 0px solid #99d1ff; } /* Disabled buttons */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button.ui-state-disabled { /* */ } /* Buttonset separator */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-toolbar-button-separator { /* */ } /* Button icons */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon { /* */ } /* Searchbar */ .elfinder-toolbar .elfinder-button-search { /* */ border: 1px solid #ccc; margin-right: 5px; border-radius: 0; } /* Searchbar icons (search and close) */ .elfinder-toolbar .elfinder-button-search .ui-icon { /* */ } .elfinder-toolbar .elfinder-button-search .ui-icon-search { /* */ background-image: url('../images/16px/search.png'); } .elfinder-toolbar .elfinder-button-search .ui-icon-close { /* */ } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-trash, .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-reload, .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-fullscreen { width: 16px; height: 16px; display: inline-block; background: url(../../../img/toolbar.png) no-repeat; background-position-x: 0%; background-position-y: 0%; } /* Commands */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon { background-color: transparent; background-position: center center; height: 16px; width: 16px; } /* Root */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-home { background-image: url('../images/16px/root.png'); } /* Preference */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-preference { background-image: url('../images/16px/preference.png'); } /* Hide */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-hide { background-image: url('../images/16px/hide.png'); } /* Chmod */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-chmod { background-image: url('../images/16px/chmod.png'); } /* Back */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-back { background-image: url('../images/16px/back.png'); } /* Forward */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-forward { background-image: url('../images/16px/forward.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-netmount { background-image: url('../images/16px/netmount.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-up { background-image: url('../images/16px/up.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-mkdir { background-image: url('../images/16px/directory.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-mkfile { background-image: url('../images/16px/file.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-upload { background-image: url('../images/16px/upload.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-open { background-image: url('../images/16px/open.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-download { background-image: url('../images/16px/download.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-getfile { background-image: url('../images/16px/getfile.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-info { background-image: url('../images/16px/info.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-quicklook { background-image: url('../images/16px/preview.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-copy { background-image: url('../images/16px/copy.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-cut { background-image: url('../images/16px/cut.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-paste { background-image: url('../images/16px/paste.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-view { background-image: url('../images/16px/view.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-view-list { background-image: url('../images/16px/view-list.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-help { background-image: url('../images/16px/help.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-duplicate { background-image: url('../images/16px/duplicate.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-rm { background-image: url('../images/16px/rm.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-edit { background-image: url('../images/16px/edit.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-rename { background-image: url('../images/16px/rename.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-archive { background-image: url('../images/16px/archive.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-resize { background-image: url('../images/16px/resize.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-extract { background-image: url('../images/16px/extract.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-sort { background-image: url('../images/16px/sort.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-undo { background-image: url('../images/16px/undo.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-redo { background-image: url('../images/16px/redo.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-selectall { background-image: url('../images/16px/select_all.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-selectnone { background-image: url('../images/16px/deselect_all.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-selectinvert { background-image: url('../images/16px/invert_selection.png'); } .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-empty { background-image: url('../images/16px/clear_folder.png'); } /* Fullscreen */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-fullscreen { background-position: 0 -784px; } /* Reload */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-reload { background-position: 0 -160px; } /* Trash */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-icon-trash { background-position: 0 -224px; } /* Menus (e.g. for sorting) */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu { /* */ } /* Menu items */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu-item { /* */ } /* Selected items */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu-item-selected { /* */ } /* Hovered items */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu-item.ui-state-hover { /* */ } /* Menu item sorting ascending icon */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu-item-selected.elfinder-menu-item-sort-asc .elfinder-menu-item-sort-dir { /* */ } /* Menu item sorting descending icon */ .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button-menu-item-selected.elfinder-menu-item-sort-desc .elfinder-menu-item-sort-dir { /* */ } public – MILOSLAB
  • Home
  • Stud
  • About us
  • Contact us
Search
Menu
public

Hvordan velge det beste casinoet for deg

Posted by author-avatar admin
September 24, 2026
Forstå dine behov og preferanser Når du skal velge det beste casinoet for deg, er det essensielt å starte med å vurdere hva du ønsker å...
Continue reading
public

Unlocking the best features at online casinos: what every player should know

Posted by author-avatar admin
September 24, 2026
In the exciting world of online casinos, players can enjoy an array of games and features from the comfort of their own homes. Understa...
Continue reading
public

Ο απόλυτος οδηγός για τα Καλύτερα Online Casino στην Ελλάδα 2026: Τι να περιμένετε

Posted by author-avatar admin
September 23, 2026
Η διαδικτυακή καζίνο βιομηχανία στην Ελλάδα έχει γνωρίσει σημαντική ανάπτυξη τα τελευταία χρόνια, προσφέροντας στους παίκτες περισσότερ...
Continue reading
public

La psicologia del giocatore: perché amiamo i casinò e il rischio

Posted by author-avatar admin
September 23, 2026
Il fascino del rischio Il rischio è un elemento fondamentale che attrae i giocatori verso i casinò. La possibilità di vincere grandi so...
Continue reading
public

The importance of secure payments in online casinos: protecting your funds

Posted by author-avatar admin
September 22, 2026
In the dynamic world of online casinos, ensuring the security of payments has become a pivotal concern for players. With the increasing...
Continue reading
public

1win Casino: bonificaciones en 2026 y cómo aprovecharlas al máximo

Posted by author-avatar admin
September 21, 2026
En el emocionante mundo de los casinos en línea, 1win Casino se ha destacado como una opción popular entre los jugadores por su amplia ...
Continue reading
public

Ganhe mais com os bônus de boas-vindas do Win Casino Brasil em 2026

Posted by author-avatar admin
September 21, 2026
Nos últimos anos, os cassinos online se tornaram uma forma popular de entretenimento, especialmente no Brasil. O Win Casino Brasil se d...
Continue reading
public

Toekomstige trends in de gokindustrie wat kunnen we verwachten

Posted by author-avatar admin
September 21, 2026
0
Toekomstige trends in de gokindustrie wat kunnen we verwachten Digitalisering en technologie De gokindustrie ondergaat een enorme tra...
Continue reading
public

Mobil casino güvenliği: ödeme ve çekim işlemlerinde güvenli adımlar

Posted by author-avatar admin
September 21, 2026
Mobil casino dünyası, teknoloji ve internetin gelişimiyle birlikte hızla büyüyen bir alan haline gelmiştir. Kullanıcılar, herhangi bir ...
Continue reading
public

Example Post for WordPress

Posted by author-avatar admin
September 21, 2026
This is a sample post created to test the basic formatting features of the WordPress CMS. Subheading Level 2 You can use bold text, i...
Continue reading
  • 1
  • 2
  • 3
  • ›
  • »
  • Menu
  • Categories
  • Instagram profile
  • New Collection
  • Woman Dress
  • Contact Us
  • Latest News
  • Purchase Theme
  • Home
  • Shop
  • About us
  • Contact us
  • Compare
Shop