您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Old theme for Slovenian page igre123.com
当前为
/* ==UserStyle== @name Igre123.com - Old Theme @description Old theme for Slovenian page igre123.com @author .itstyler. @version 1.0.1 @license unlicense @namespace https://greasyfork.org/users/668240 ==/UserStyle== */ @document domain("igre123.com") { html { background-color: #dae5ea; } body { display: block; font-family: "Trebuchet MS" !important; font-size: 15px; background-color: #dae5ea; } /* - - - Header - - - */ #MainMenuContainer { position: absolute; left: 0; top: 0; width: 100%; height: 221px; margin-bottom: -90px; background: url(http://shrani.si/f/1C/Bl/4gLgggso/circles.png); background-repeat: no-repeat; background-position: 70%; z-index: 3; } #MainMenu { position: relative; width: 990px; height: 221px; margin: 0 auto; background: none; } #MainMenu::after { display: none; background: none; } #MainMenuLogo a { background: url(http://shrani.si/f/3f/PP/3wQdvLfS/igre-123-logo-old.png); background-repeat: no-repeat; background-position: left; width: 320px; height: 100px; } #MainMenuUserLinks { position: absolute; margin-top: 0; right: 0; width: auto; height: 33px; padding-right: 10px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-color: #e7eff1; background-color: rgba(231, 239, 241, 0.69); font-size: 12px; } #MainMenuUserLinks img { display: none; } #MainMenuUserLinks span { margin-top: 3px; } #MainMenuUserLinks a { font-size: 13px; color: #404041; font-weight: normal; } .iconlink .icon-bubbles3::before { content: "Sporočila"; font-family: "Trebuchet MS"; font-size: 13px; line-height: 32px; font-weight: normal; color: #404041; padding-left: 5px; } .iconlink .icon-file-text::before { content: "Obvestila"; font-family: "Trebuchet MS"; font-size: 13px; line-height: 32px; font-weight: normal; color: #404041; padding-left: 5px; padding-right: 5px; } .dropdown input[type="checkbox"]+.dropdown_button .arrow { border-top: 8px solid black; } .dropdown .dropdown_content { background-color: #e7eff1; background-color: rgba(231, 239, 241, 0.80); padding-bottom: 3px; margin-top: 9px; } #MainMenuPortalLinks { border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; float: right; margin-top: 50px; height: 29px; width: 215px; padding-top: 10px; padding-right: 10px; background: #bac7cd; } #MainMenuPortalLinks a { color: #404041; padding-left: 5px; padding-right: 5px; padding-top: 4px; padding-bottom: 4px; font-size: 14px; } #MainMenuPortalLinks a.SelectedMenuItem { border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-color: #e7eff1; border: none; } #MainMenuPortalLinks a:hover { border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-color: #e7eff1; } form[action="/action/search_Base/RedirectToSearch"] { margin-left: 150px; margin-top: 33px; width: 300px; } #txtSearch { border: 1px solid #cdcccc; } #btnDoSearch { border: 1px solid #cdcccc; } /* - - - Igralni Menu - - - */ #CategoriesContainer { background-color: transparent; } #CategoriesMenu { background-color: #fff; height: 30px; padding-top: 2px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; position: relative; z-index: 3; } #CategoriesMenuCategories { margin: auto; } #CategoriesMenu a { color: #404041; font-size: 14px; } #CategoriesMenu [class^='icon-']:before{ color: #404041; } /* - - - Igre - - - */ #CategoriesContainer { margin-top: 110px; } #GamesCategory { background-color: transparent; z-index: 5; } #TopBanner { display: none; } #GamesCategoryHeader { z-index: -2; } .SortHolder { padding-top: 0; } /* - - - Prijava - - - */ #SignupPageBackground { width: 1000px; } /* - - - Profil - - - */ #content { margin-top: 130px; background-color: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; display: flex; flex-wrap: wrap; justify-content: space-between; } #MyProfileMenu { order: 1; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding-bottom: 5px; background-color: #fff; width: 990px; height: 65px; z-index: 7; font-size: 14px; font-weight: bold; } #MyProfileMenuInner { border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-color: #879aa4; width: 955px !important; margin-left: 10px !important; margin-right: 10px !important; margin-top: 10px; padding-bottom: 10px; padding-left: 10px; overflow: hidden !important; height: 34px !important; } #MyProfileMenu #MyProfileMenuInner ol li a { color: #e7eff1; } #MyProfileMenu #MyProfileMenuInner ol li:hover { background-color: #e7eff1; } #MyProfileMenu #MyProfileMenuInner ol li:hover a { color: #404041; } #MyProfileMenu #MyProfileMenuInner ol li.SelectedItem { background-color: #e7eff1; } #MyProfileMenu #MyProfileMenuInner ol li.SelectedItem a { color: #404041; } #MyProfile { order: 2; overflow: hidden; justify-content: space-between; width: 320px; height: auto; margin-left: 10px; margin-top: -50px; z-index: 5; background-color: #fff; } #MyProfile #MyProfileImage img { border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 0px !important; border-bottom-right-radius: 0px !important; width: 300px; height: auto; max-height: none; float: left; background-color: #fff; } #MyProfile #MyProfileData #MyName { display: none; } #MyProfile #MyProfileData #MyControls { float: left; margin-bottom: 15px; } #MyProfile #MyProfileData #MyControls #SendPm .FakeButton { background-color: #899ba5; margin-right: 13px; border: solid 1px #899ba5; } #FriendshipStatus a.FakeButton { background-color: #899ba5; border: solid 1px #899ba5; } #MyProfile #MyProfileData #MyUsername { float: left; padding: 10px; margin-bottom: 10px; width: 280px; height: 20px; background-color: #899ba5; color: #fff; font-size: 20px; font-weight: normal; margin-top: -5px; } #ProfileWrapper { order: 3; float: left; width: 650px; margin-right: 10px; overflow: hidden; z-index: 5; background-color: #fff; } #ProfileWrapper #ProfileBoxes { display: grid; grid-template-columns: repeat(2, 300px); grid-gap: 20px 45px; padding: 0; padding-bottom: 25px; } #ProfileWrapper #ProfileBoxes .ProfileBox h2 { margin-bottom: 5px; } #ProfileWrapper #ProfileBoxes .ProfileBox { margin-top: 0; } #ProfileWrapper .GamesCategorySubtitle { background-color: #889ba5; padding-left: 10px; padding-top: px; padding-bottom: 3px; width: 640px; height: 30px; z-index: 5; } .GamesCategorySubtitle .SubTitleHolder h2 { color: #fff; font-size: 18px; font-weight: bold; margin: 0; } div.GamesCategorySubtitle .SubTitleHolder h2 span { font-size: 12px; } #ProfileWrapper #GameBottom #msgTable .pager-items .img { padding-left: 0px; } #ProfileWrapper #GameBottom #msgTable .pager-items .usr { padding-left: 5px; font-size: 14px; } #ProfileWrapper #GameBottom #msgTable .pager-items a { font-size: 14px; } #GameBottom { display: flex; flex-direction: column; } #msgTable { order: 1; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between; overflow: hidden; } .pager-items { order: 1; } #addCommentDiv .even { height: 150px; width: 800px; position: relative; margin-top: 10px; margin-left: -10px; } #addCommentDiv #smilies-link { margin-right: 50px; } #addCommentDiv textarea { width: 465px; overflow: hidden; } .addCommentForm { order: 2; height: 170px; overflow: auto; z-index: 7; } .forumsubj #btnSend { margin-top: -20px; position: absolute; } #txtComment { width: 400px; } .img { z-index: 1; position: relative; } .usr { z-index: 1; position: relative; } .forumsubj { position: absolute; float: right; overflow: visible; padding-left: 175px; margin-top: -5px; width: 460px; height: 35px; } .forumtime { display: inline-block; width: 100px; position: absolute; top: 25px; left: 65px; } .FriendsList ul li { margin: 0; } .NumOfUnconfirmedFriends { background-color: #ccdbe1; color: #404041; border-radius: 5px; } #pager { order: 2; } .pagination { margin-top: 0px; } /* - - - Sporočila - - - */ #private-messages { position: absolute; z-index: 5; margin-top: 30px; width: 990px; } /* - - - Obvestila - - - */ #Notifications { position: absolute; z-index: 5; width: 990px; margin-top: 30px; } /* - - - Nastavitve - - - */ #MySettingsMenu { background-color: #fff; z-index: 5; } /* - - - Chat settings - - - */ #title-and-menu { position: absolute; width: 990px; background-color: #dae5ea; z-index: 1; } #wideContent { border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background: #b9c7cd; padding: 10px; margin-top: 25px; margin-right: 0; display: flex; z-index: 5; position: absolute; } #groupchat-message { float: left; width: 748px; } #groupchatmenu { border-top-left-radius: 5px; float: left; width: 700px; height: 25px; padding-top: 2px; background: #879aa4; } #FirstTabContainer { background: #879aa4; } #tab-mover { border-top-right-radius: 5px; float: left; padding-top: 5px; height: 25px; background: #879aa4; } .groupchatmenu-container { background-color: #879aa4; } .groupchatmenu-container li a.name { background: #879aa4; } .groupchatmenu-container li a.close { background-color: #879aa4; } .icon-user[class^="icon-"], [class*=" icon-"] { display: block; } #GroupChatMessagesDivContainer { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; float: left; clear: both; width: 748px; background: #fff; padding-bottom: 5px; padding-top: 2px; } .messages { background: #fff; clear: both; height: 460px; overflow: auto; } .messages li { border-bottom: 1px solid #d9d9d9; padding: 2px 4px 1px 4px; } .messages li.GroupChatSysMessage { padding: 2px 4px 1px 4px; background-color: #fefbc8; text-align: center; } #post-message { border-top-left-radius: 5px !important; border-top-right-radius: 5px !important; border-bottom-left-radius: 5px !important; border-bottom-right-radius: 5px !important; float: left; width: 748px; height: 74px; margin-top: 10px; background: #e7eff1; } #post-message p { margin-left: 10px; margin-top: 12px; background: transparent; } #UsersListContainer { border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding: 5px; margin-left: 10px; background: #e7eff1; width: 206px; } #UserListTitle { display: none; } #UsersList { width: 200px; height: 566px; background: #e7eff1; } #UsersList li { border-bottom: 1px solid #d9d9d9; } .SmallAvatar { border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; width: 43px; height: 43px; padding-left: 3px; margin-right: 7px; } .userinfo span.UserInfoUserName { margin-top: 1px; } .UserInfoProfile { width: 120px; height: 12px; float: left; padding-bottom: 3px; margin: 0; } .UserName::before { content: "Profil "; font-size: 12px; } input[type="button"], input[type="submit"] { background-color: #6d6b6c !important; font-family: "Trebuchet MS"; } a#smilies-link { width: 90px; } a#smilies-link::after { content: " Dodaj smeška"; color: black; } #CrosslinksBreaker { background-color: #dae5ea; width: 1000px; margin-top: 625px; } /* - - - Footer - - - */ #footerContainer { position: absolute; } .cookie_consent span { margin: 0 auto; padding: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-color: #fff; margin-bottom: 20px; color: #404041; } }