Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- COLOR OF THE ICONS
- */
- #mal\_cs\_listinfo:before, #mal\_cs\_links:before,
- #mal\_cs\_otherlinks:before, #mal\_cs\_powered:before {
- background-color:#424242;
- }
- /*
- COLOR OF SELECTED ICONS AND DROPDOWN MENUS ON HOVER
- */
- #mal\_cs\_listinfo div, #mal\_cs\_links div, #mal\_cs\_otherlinks div,
- #mal\_cs\_powered div, #mal\_cs\_powered dd, #mal\_cs\_powered a ,
- #mal\_cs\_listinfo:hover:before, #mal\_cs\_links:hover:before,
- #mal\_cs\_otherlinks:hover:before, #mal\_cs\_powered:hover:before{
- background-color: rgba(255, 255, 255, 0.6) !important;
- }
- /*
- COLOR OF USERNAME (for visitors)
- You don't see this username on the menus when you're logged in, log out to see it.
- */
- #mal\_cs\_otherlinks strong a {
- color: ;
- }
- #mal\_cs\_otherlinks strong a:hover {
- color: ;
- background-color: transparent !important;
- }
- /*
- BUTTONS COLOR AND BORDER
- Buttons within the hover menus, not the icons themselves.
- Second code is for button color on hover.
- */
- #mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks a, #mal_cs_powered a img{
- background-color: rgba(64, 60, 90, 0.6) !important;
- border-color: transparent;
- border-style: solid !important;
- border-width: 1px !important;
- }
- #mal\_cs\_listinfo a:hover, #mal\_cs\_links a:hover, #mal\_cs\_otherlinks a:hover, #mal_cs_powered a img:hover {
- background-color: #403C5A !important;
- }
- /*
- HEAD ICON
- The bottom two codes are the icon seen and icon seen on hover. The first two codes are the same but will cover the others.
- */
- #mal\_cs\_listinfo {
- background-image: url() ;
- }
- #mal\_cs\_listinfo:hover {
- background-image: url();
- }
- #mal\_cs\_listinfo:after{
- background-image: url(https://i.ibb.co/2c9LBfg/head-1.png) ;
- }
- #mal\_cs\_listinfo:hover:after {
- background-image: url(https://i.ibb.co/g76mdmv/headhover423-1.png);
- }
- /*
- HOME ICON
- The bottom two codes are the icon seen and icon seen on hover. The first two codes are the same but will cover the others.
- */
- #mal\_cs\_links {
- background-image: url();
- }
- #mal\_cs\_links:hover {
- background-image: url();
- }
- #mal\_cs\_links:after{
- background-image: url(https://i.ibb.co/9gnbShQ/home4423-1.png);
- }
- #mal\_cs\_links:hover:after{
- background-image: url(https://i.ibb.co/bXTvtmy/homehover-1.png);
- }
- /*
- BARS ICON
- The bottom two codes are the icon seen and icon seen on hover. The first two codes are the same but will cover the others.
- */
- #mal\_cs\_otherlinks {
- background-image: url();
- }
- #mal\_cs\_otherlinks:hover {
- background-image: url();
- }
- #mal\_cs\_otherlinks:after{
- background-image: url(https://i.ibb.co/JjpnXB4/bars242-1.png);
- }
- #mal\_cs\_otherlinks:hover:after{
- background-image: url(https://i.ibb.co/Dffjsry/brhover-1.png);
- }
- /*
- MAGNIFIER ICON
- The bottom two codes are the icon seen and icon seen on hover. The first two codes are the same but will cover the others.
- */
- #mal\_cs\_powered {
- background-image: url();
- }
- #mal\_cs\_powered:hover {
- background-image: url();
- }
- #mal\_cs\_powered:after{
- background-image: url(https://i.ibb.co/vs6vNNj/mag223-1.png);
- }
- #mal\_cs\_powered:hover:after{
- background-image: url(https://i.ibb.co/D8N1XPv/magnihover-1.png) !important;
- }
- /*
- OTHER IMAGES
- */
- #mal\_cs\_powered a img {
- background: url(https://image.myanimelist.net/ui/NMhxKjGdQ21NnPG4rzwny2i0sWXwIyM-KR0QEwOqMADidf7Gum58IqV339I83BwA) no-repeat scroll 50% 6px rgba(64, 60, 90, 0.6);
- }
- #mal\_cs\_powered #search #searchListButton {
- background: url(https://image.myanimelist.net/ui/NMhxKjGdQ21NnPG4rzwny6tBwtBw70BO1WsVpWvyDsSNn0HrLPJi7DocutwcouXz) no-repeat scroll 0 0 transparent !important;
- }
- #mal\_control\_strip
- {
- background-image: url(https://image.myanimelist.net/ui/uqwkn3zl0fMrMuaC28cB8Q) !important;
- }
- /*
- BORDER OF ICONS
- */
- #mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, #mal_cs_powered:before, #mal\_cs\_listinfo:before, #mal\_cs\_links:before,
- #mal\_cs\_otherlinks:before, #mal\_cs\_powered:before {
- border-color: ;
- border-style: ;
- border-width: ;
- height: 32px !important;
- }
- /*
- POSITION OF TOP BAR
- Change to absolute if you want it to not scroll with the page.
- */
- #mal\_control\_strip
- {
- position: fixed !important;
- background-color: transparent !important;
- }
- /*
- Unused Color of Icons
- This should cover the icons, and also has a square border.
- */
- #mal\_cs\_listinfo:after, #mal\_cs\_links:after,
- #mal\_cs\_otherlinks:after, #mal\_cs\_powered:after {
- background-color: transparent !important;;
- }
- /*
- Unused Color of Hover Icons
- */
- #mal\_cs\_listinfo:hover:after, #mal\_cs\_links:hover:after,
- #mal\_cs\_otherlinks:hover:after, #mal\_cs\_powered:hover:after {
- background-color: transparent !important;;
- }
- /*
- OTHER CODES
- If you want to change out the icon images themselves, you can scroll down through the codes and find the background images and change them with your own.
- */
- #mal\_cs\_listinfo:hover:before, #mal\_cs\_links:hover:before,
- #mal\_cs\_otherlinks:hover:before, #mal\_cs\_powered:hover:before{
- border-bottom-left-radius:0px;
- border-bottom-right-radius:0px;
- }
- #mal\_cs\_listinfo, #mal\_cs\_links, #mal\_cs\_otherlinks, #mal\_cs\_powered {
- -moz-box-sizing: border-box;
- transition: all 0.4s ease 0s;
- background: none no-repeat scroll 100% 0 transparent;
- border: 0 none;
- height: 0 !important;
- overflow: hidden;
- position: absolute;
- right: 4px;
- text-align: center;
- top: 4px;
- width: 150px;
- z-index: 10;
- }
- #mal\_cs\_listinfo:hover, #mal\_cs\_links:hover, #mal\_cs\_otherlinks:hover, #mal\_cs\_powered:hover {
- height: 220px !important;
- padding-top: 32px;
- width: 150px;
- }
- #mal\_cs\_listinfo div, #mal\_cs\_links div, #mal\_cs\_otherlinks div, #mal\_cs\_powered div, #mal\_cs\_powered dd {
- transition: opacity 0.4s ease-in-out 0s;
- border-radius: 3px 0 0 0;
- font-size: 0 !important;
- line-height: 0;
- margin: 0 !important;
- opacity: 0;
- padding: 8px 0 0;
- }
- #mal\_cs\_listinfo:hover div, #mal\_cs\_links:hover div, #mal\_cs\_otherlinks:hover div, #mal\_cs\_powered:hover div, #mal\_cs\_powered:hover dd {
- opacity: 1;
- }
- #mal\_cs\_listinfo div:nth-of-type(2), #mal\_cs\_links div:nth-of-type(2), #mal\_cs\_otherlinks div:nth-of-type(2), #mal\_cs\_powered div:nth-of-type(2) {
- border-radius: 0 0 3px 3px;
- padding: 4px 0 8px;
- }
- #mal\_cs\_listinfo a, #mal\_cs\_links a, #mal\_cs\_otherlinks a, #mal\_cs\_powered a {
- background-color: rgba(64, 60, 90, 0.6);
- border-radius: 3px 3px 3px 3px;
- display: block;
- font: 13px/17px arial,sans-serif;
- margin: 4px 12px 0;
- padding: 3px 0;
- text-decoration: none;
- }
- #mal\_cs\_listinfo a:nth-of-type(1), #mal\_cs\_links a:nth-of-type(1), #mal\_cs\_otherlinks a:nth-of-type(1), #mal\_cs\_powered a:nth-of-type(1) {
- margin-top: 0;
- }
- #mal\_cs\_listinfo strong a strong {
- font-weight: normal;
- }
- #mal\_cs\_otherlinks strong {
- color: #333333;
- display: block;
- font: bold 13px/17px arial,sans-serif !important;
- padding: 0 4px 4px;
- text-shadow: 0 1px 1px #FFFFFF;
- }
- #mal\_cs\_otherlinks strong a {
- background: none repeat scroll 0 0 transparent !important;
- border-color: transparent !important;
- border-radius: 0 0 0 0;
- color: #333333;
- display: inline;
- font: bold 13px/17px arial,sans-serif !important;
- margin: 0;
- padding: 0;
- text-shadow: 0 1px 1px #FFFFFF;
- }
- #mal\_cs\_powered a {
- border-radius: 3px 0 0 0 !important;
- display: block !important;
- margin: 0 !important;
- opacity: 0;
- padding: 8px 0 0 !important;
- }
- #mal\_cs\_powered:hover a {
- opacity: 1;
- }
- #mal\_cs\_powered a img {
- border-radius: 3px 3px 3px 3px;
- display: block;
- height: 0;
- margin: 0 12px;
- padding: 23px 0 0 126px;
- width: 0;
- }
- #mal\_cs\_powered a img:hover {
- background-color: #403C5A;
- }
- #mal\_cs\_powered #search {
- border-radius: 0 0 3px 3px;
- padding: 8px;
- position: relative;
- }
- #mal\_cs\_powered #search #searchBox {
- -moz-box-sizing: border-box;
- border-color: #BCBCBC #D6D6D6 #D6D6D6;
- border-radius: 2px 2px 2px 2px;
- border-style: solid;
- border-width: 1px;
- color: #333333;
- display: inline-block;
- font-family: arial,sans-serif;
- font-size: 13px;
- height: 28px;
- padding-left: 3px;
- padding-right: 24px;
- vertical-align: top;
- width: 100%;
- width: 128px !important;
- }
- #mal\_cs\_powered #search #searchBox:hover, #mal\_cs\_powered #search #searchBox:focus {
- border-color: #ACACAC #C6C6C6 #C6C6C6;
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
- }
- #mal\_cs\_powered #search #searchListButton {
- border-radius: 3px 3px 3px 3px;
- height: 0;
- margin: 0;
- padding: 16px 0 0 16px;
- position: absolute;
- right: 12px;
- top: 14px;
- width: 0;
- }
- #mal\_cs\_listinfo {
- right: 106px;
- }
- #mal\_cs\_links {right: 72px;
- z-index: 9;
- }
- #mal\_cs\_otherlinks {
- right: 38px;
- z-index: 8;
- }
- #mal\_cs\_otherlinks:hover {
- }
- #mal\_cs\_powered {
- right: 4px !important;
- z-index: 7;
- }
- #mal\_cs\_powered:hover {
- }
- td#mal\_cs\_pic a img {
- display: none;
- }
- #mal\_cs\_pic, #mal\_cs\_listinfo, #mal\_cs\_links {
- border-right: 0 none !important;
- }
- #mal\_cs\_listinfo, #mal\_cs\_links, #mal\_cs\_otherlinks, #mal\_cs\_powered {
- padding: 32px 0 0 !important;
- }
- #mal\_cs\_listinfo:before,
- #mal\_cs\_links:before,
- #mal\_cs\_otherlinks:before,
- #mal\_cs\_powered:before {
- z-index: 10 !important;
- content: "";
- right: 0 !important;
- top: 0 !important;
- width: 32px !important;
- position: absolute !important;
- border-radius: 4px;
- }
- #mal\_cs\_listinfo:after,
- #mal\_cs\_links:after,
- #mal\_cs\_otherlinks:after,
- #mal\_cs\_powered:after {
- z-index: 10 !important;
- content: "";
- right: 0 !important;
- top: 0 !important;
- width: 32px !important;
- height: 32px !important;
- position: absolute !important;
- }
- #searchBox {
- width: 128px !important;
- margin-left: 2px;
- }
- #mal_cs_powered #search #searchListButton {
- right: 15px !important;
- top: 12px !important;
- }
- @media screen and (-webkit-min-device-pixel-ratio:0) {
- #searchBox {
- width: 96px !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment