Скрипты, хуйня прочая.
CSS, JavaScript.
Страница: 1
Сообщений 1 страница 4 из 4
Поделиться32012-12-29 19:10:22
Цветовыделение и меню.
Код:
/* цветовыделение администратора */ a[href$="/profile.php?id=3"], a[href$="/profile.php?id=365"], a[href$="/profile.php?id=146"], a[href$="/profile.php?id=282"] {color: #b85787 !important;} a[href*="javascript:to('Kuchiki Rukia')"], a[href*="javascript:to('Dokugamine Riruka')"], a[href*="javascript:to('Inoue Orihime')"], a[href*="javascript:to('Soi Fong')"] {color: #b85787 !important;} /* цветовыделение модераторов */ a[href$="/profile.php?id=420"], a[href$="/profile.php?id=362"], a[href$="/profile.php?id=332"], a[href$="/profile.php?id=491"] {color: #000080 !important;} a[href*="javascript:to('Izanami Hotaru')"], a[href*="javascript:to('Kurotsuchi Nemu')"], a[href*="javascript:to('Hirako Shinji')"], a[href*="javascript:to('Izanami Tomeo')"] {color: #000080 !important;} /* цветовыделение GM*/ a[href$="/profile.php?id=341"] {color: #003333 !important;} a[href*="javascript:to('Abarai Renji')"] {color: #003333 !important;} /* цветовыделение пиарщиков*/ a[href$="/profile.php?id=12"] {color: #808080 !important;} a[href*="javascript:to('bleach~')"] {color: #808080 !important;} /* цветовыделение журналистов*/ a[href$="/profile.php?id=472"] {color: #a44431 !important;} a[href*="javascript:to('RaIToN')"] {color: #a44431 !important;} #navindex a { background: url(http://s2.uploads.ru/O1QD6.png) no-repeat top center; display: inline-block; position: relative; z-index: 1000; height: 24px; width: 45px; top: -68px; left: 150px; } #navuserlist a { background: url(http://s2.uploads.ru/GdLWY.png) no-repeat top center; display: inline-block; position: relative; z-index: 1000; height: 24px; width: 45px; top: -68px; left: 155px; } #navsearch a { background: url(http://s2.uploads.ru/VEwFn.png) no-repeat top center; display: inline-block; position: relative; z-index: 1000; height: 24px; width: 45px; top: -68px; left: 160px; } #navprofile a { background: url(http://s3.uploads.ru/8dkx4.png) no-repeat top center; display: inline-block; position: relative; z-index: 1000; height: 24px; width: 45px; top: -68px; left: 165px; } #navpm a { background: url(http://s3.uploads.ru/z9Wnh.png) no-repeat top center; display: inline-block; position: relative; z-index: 1000; height: 24px; width: 45px; top: -68px; left: 170px; } #navadmin a { background: url(http://s2.uploads.ru/rBIJV.png) no-repeat top center; display: inline-block; position: relative; z-index: 1000; height: 24px; width: 45px; top: -68px; left: 175px; } #navlogout a { background: url(http://s3.uploads.ru/dBKUs.png) no-repeat top center; display: inline-block; position: relative; z-index: 1000; height: 24px; width: 45px; top: -68px; left: 180px; } #navlogin a { background: url(http://s3.uploads.ru/TG4AS.png) no-repeat top center; display: inline-block; position: relative; z-index: 1000; height: 24px; width: 45px; top: -68px; left: 160px; } #navregister a { background: url(http://s3.uploads.ru/PQvk7.png) no-repeat top center; display: inline-block; position: relative; z-index: 1000; height: 24px; width: 45px; top: -68px; left: 165px; } img { border: none; } #menuwrapper{ left: 20%; position: relative; height: 56px; } #menu{ position: absolute; bottom: 0px; left: 0px; } .menuitem { position: fixed relative; bottom: 0px; display: inline-block; }
Страница: 1