Last active
December 22, 2016 23:10
-
-
Save Shugabuga/10f4e88f23da0d690f98ef5d39ea6b63 to your computer and use it in GitHub Desktop.
iGBA Controller Center
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************/ | |
/* Controller Center theme for iGBA */ | |
/* Version 0.2 Beta */ | |
/* Ported by HeyItsShuga */ | |
/* Licensed for use by iGBA. */ | |
/************************************/ | |
body { | |
background: #141c26 !important; | |
color: white !important; | |
} | |
.layout-iGBASkins .layout-iGBASkins .login-screen-content, .layout-iGBASkins .page, .layout-iGBASkins .panel, .page.layout-iGBASkins, .panel.layout-iGBASkins { | |
background: url(http://i.imgur.com/Vn0WBfR.png); | |
} | |
.layout-iGBASkins .banner { | |
background: #1b2836; | |
} | |
.layout-iGBASkins .addrom { | |
background: #36b947 !important; | |
} | |
.layout-iGBASkins .navbar { | |
background: #013f26; | |
} | |
.layout-iGBASkins .list-block ul { | |
background: #013f26; | |
} | |
.layout-iGBASkins .navbar:after { | |
background: #1b2836; | |
} | |
.layout-iGBASkins .list-block .item-link { | |
color: white !important; | |
} | |
.layout-iGBASkins .game-page { | |
background: url(http://i.imgur.com/TOUWUxw.png) | |
} | |
.layout-iGBASkins .content-block-inner { | |
background: #013f26 | |
} | |
.layout-iGBASkins .button-l { | |
color: white; | |
background: #C1B7DB; | |
border-radius: 8px; | |
box-shadow: none; | |
border: 3px solid #9d95b1; | |
} | |
.layout-iGBASkins .button-r { | |
color: white; | |
background: #C1B7DB; | |
border-radius: 8px; | |
box-shadow: none; | |
border: 3px solid #9d95b1; | |
} | |
.layout-iGBASkins .arrow-button { | |
background: #C1B7DB; | |
border-radius: 8px | |
color: white; | |
box-shadow: 0px 5px #9d95b1; | |
} | |
.layout-iGBASkins .control-button { | |
color: white; | |
background: #C1B7DB; | |
box-shadow: none; | |
border: 1.5px solid #9d95b1; | |
} | |
.layout-iGBASkins .menu-button { | |
color: #2c3f54; | |
background: #C1B7DB; | |
border-radius: 8px; | |
box-shadow: none; | |
border: 1.2px solid #9d95b1; | |
} | |
.layout-iGBASkins .arrow-button-up { | |
box-shadow: none !important; | |
} | |
.arrow-button-up { | |
background: url(http://i.imgur.com/PE3SAVj.png)!important; | |
box-shadow:none!important; | |
} | |
.arrow-button-down { | |
background: url(http://i.imgur.com/6Z0YhrF.png)!important; | |
box-shadow:none!important; | |
} | |
.arrow-button-left { | |
background: url(http://i.imgur.com/hIrdIjc.png) no-repeat!important; | |
box-shadow:none!important; | |
} | |
.arrow-button-right { | |
background: url(http://i.imgur.com/RQtlF4Y.png) no-repeat 25px!important; | |
box-shadow:none!important; | |
} | |
.arrow-button-left:after { | |
content: ""; | |
width: 50px; | |
height: 50px; | |
background: url(http://i.imgur.com/e5KQGek.png) no-repeat 0px 0px; | |
top: 0px; | |
right: -25px; | |
position: absolute; | |
display: inline-block; | |
} | |
.layout-iGBASkins .statusbar-overlay { | |
background: #013f26; | |
} | |
.layout-iGBASkins .content-block-inner { | |
color: white; | |
} | |
.button-a { | |
color: transparent!important; | |
background: url(http://i.imgur.com/rWZmLT7.png) no-repeat -10px!important; | |
border: transparent!important | |
} | |
.button-b { | |
color: transparent!important; | |
background: url(http://i.imgur.com/TI3PMHl.png) no-repeat -10px!important; | |
border: transparent!important | |
} | |
.content-block-title { | |
color:white | |
} | |
.button-l { | |
color: transparent!important; | |
background: url(http://i.imgur.com/S2ZSKcB.png) no-repeat -10px!important; | |
border: transparent!important; | |
position: relative; | |
margin-left: 10px | |
} | |
.button-r { | |
color: transparent!important; | |
background: url(http://i.imgur.com/uy6dTwI.png) no-repeat -15px!important; | |
border: transparent!important; | |
position: relative; | |
margin-right: 10px | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment