- Timestamp:
- Jun 21, 2018 12:31:22 PM (3 years ago)
- Branches:
- master
- Children:
- e33bb2a
- Parents:
- 7ddeb0c
- Location:
- installer/resources/themes/snark
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/resources/themes/snark/classic/snark.css
r7ddeb0c r07f7f2b 88 88 background: linear-gradient(to bottom, #fff, #eff2ff) !important; 89 89 box-shadow: 0 0 1px #fff, inset 0 0 0 1px #fff; 90 position: sticky;91 top: -1px;92 z-index: 999;93 90 } 94 91 -
installer/resources/themes/snark/dark/snark.css
r7ddeb0c r07f7f2b 100 100 .snarknavbar { 101 101 min-width: 888px; 102 z-index: 999;103 position: sticky;104 top: -1px;105 102 margin: 0 0 -6px !important; 106 103 padding: 9px 0 8px; -
installer/resources/themes/snark/light/snark.css
r7ddeb0c r07f7f2b 114 114 text-align: center; 115 115 background: linear-gradient(to bottom, #fafaff 50%, #eef 51%, #eef 100%); 116 position: sticky;117 top: -1px;118 z-index: 999;119 116 } 120 117 -
installer/resources/themes/snark/midnight/snark.css
r7ddeb0c r07f7f2b 86 86 border-radius: 2px 2px 0 0; 87 87 background: linear-gradient(to bottom, #121225 0%, #121225 50%, #000011 50%, #00000d 50%, #00000d 100%); 88 position: sticky;89 top: -1px;90 z-index: 999;91 88 } 92 89 -
installer/resources/themes/snark/ubergine/snark.css
r7ddeb0c r07f7f2b 90 90 width: 70%; 91 91 text-align: center; 92 position: sticky;93 top: -2px;94 z-index: 999;95 92 transition: ease width 0.5s 0.5s; 96 93 } -
installer/resources/themes/snark/vanilla/snark.css
r7ddeb0c r07f7f2b 134 134 margin: -11px 0 10px 0 !important; 135 135 padding: 13px 10px 12px; 136 position: sticky;137 top: -2px;138 z-index: 999;139 136 min-width: 900px; 140 137 width: 70%;
Note: See TracChangeset
for help on using the changeset viewer.