Initial commit...
This commit is contained in:
		
							
								
								
									
										91
									
								
								Python Projects/MiniRoll/resources/themes/Grid List.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								Python Projects/MiniRoll/resources/themes/Grid List.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,91 @@
 | 
			
		||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
 | 
			
		||||
.homeSection {
 | 
			
		||||
    float: left;
 | 
			
		||||
    width: 40%;
 | 
			
		||||
    height: 14em;
 | 
			
		||||
    position: relative;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    font-size: 100%;
 | 
			
		||||
    border-style: solid;
 | 
			
		||||
    border-width: .2em;
 | 
			
		||||
    color: rgba(0, 232, 255, .69); /*#00E8FF*/
 | 
			
		||||
    background: rgba(19, 21, 21, .6);
 | 
			
		||||
}
 | 
			
		||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
 | 
			
		||||
.header {
 | 
			
		||||
    margin-left: auto;
 | 
			
		||||
    margin-right: auto;
 | 
			
		||||
    width: 99%;
 | 
			
		||||
}
 | 
			
		||||
.section, .lnksNdirs, .header {
 | 
			
		||||
    display: block;
 | 
			
		||||
    float: left;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    font-size: 100%;
 | 
			
		||||
    padding-top: 1em;
 | 
			
		||||
    margin: 1em;
 | 
			
		||||
    background: rgba(19, 21, 21, .7);
 | 
			
		||||
    color: rgba(0, 232, 255, .69); /*#00E8FF*/
 | 
			
		||||
/*  border-style: solid;
 | 
			
		||||
    border-width: .2em;
 | 
			
		||||
*/
 | 
			
		||||
}
 | 
			
		||||
.backbutton {
 | 
			
		||||
    top: 3.55em;
 | 
			
		||||
    clear: both;
 | 
			
		||||
    z-index: 2;
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    float: left;
 | 
			
		||||
    width: 5%;
 | 
			
		||||
    height: 50px;
 | 
			
		||||
    opacity: .8;
 | 
			
		||||
}
 | 
			
		||||
iframe {
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    bottom: 2em;
 | 
			
		||||
    left: 25%;
 | 
			
		||||
    width: 50%;
 | 
			
		||||
    height: 360px;
 | 
			
		||||
    background: rgba(0,0,0,.5);
 | 
			
		||||
    transition: 0s;
 | 
			
		||||
    transition-delay:2s;
 | 
			
		||||
}
 | 
			
		||||
iframe:hover {
 | 
			
		||||
    left: 2%;
 | 
			
		||||
    width: 99%;
 | 
			
		||||
    height: 700px;
 | 
			
		||||
    transition-delay:2s;
 | 
			
		||||
}
 | 
			
		||||
.lnkStyl {        
 | 
			
		||||
    clear: right;
 | 
			
		||||
    float: left;
 | 
			
		||||
    border-style: solid;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.imgsStyl {
 | 
			
		||||
    margin-left: 50%;
 | 
			
		||||
    opacity: 0.699999988079071044921875;
 | 
			
		||||
    width: 32.333%;
 | 
			
		||||
    height: 20em;
 | 
			
		||||
}
 | 
			
		||||
.imgsStyl:hover {
 | 
			
		||||
    opacity: 1;
 | 
			
		||||
}
 | 
			
		||||
#bg {
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  top: 0%; 
 | 
			
		||||
  left: 0%; 
 | 
			
		||||
  width: 100%; 
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
}
 | 
			
		||||
#bg img {
 | 
			
		||||
  position: absolute; 
 | 
			
		||||
  top: 0; 
 | 
			
		||||
  left: 0;
 | 
			
		||||
  right: 0; 
 | 
			
		||||
  bottom: 0;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,89 @@
 | 
			
		||||
body {
 | 
			
		||||
width: 600%;
 | 
			
		||||
}
 | 
			
		||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
 | 
			
		||||
.homeSection {
 | 
			
		||||
    float: left;
 | 
			
		||||
    width: 40%;
 | 
			
		||||
    height: 14em;
 | 
			
		||||
    position: relative;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    font-size: 100%;
 | 
			
		||||
    border-style: solid;
 | 
			
		||||
    border-width: .2em;
 | 
			
		||||
    color: rgba(0, 232, 255, .69); /*#00E8FF*/
 | 
			
		||||
    background: rgba(19, 21, 21, .6);
 | 
			
		||||
}
 | 
			
		||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
 | 
			
		||||
.header {
 | 
			
		||||
    margin-left: auto;
 | 
			
		||||
    margin-right: auto;
 | 
			
		||||
    width: 99%;
 | 
			
		||||
}
 | 
			
		||||
.section, .lnksNdirs, .header {
 | 
			
		||||
    display: block;
 | 
			
		||||
    clear: right;
 | 
			
		||||
    float: left;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    font-size: 100%;
 | 
			
		||||
    padding-top: 1em;
 | 
			
		||||
    margin: 1em;
 | 
			
		||||
    background: rgba(19, 21, 21, .7);
 | 
			
		||||
    color: rgba(0, 232, 255, .69); /*#00E8FF*/
 | 
			
		||||
/*  border-style: solid;
 | 
			
		||||
    border-width: .2em;
 | 
			
		||||
*/
 | 
			
		||||
}
 | 
			
		||||
.backbutton {
 | 
			
		||||
    top: 3.55em;
 | 
			
		||||
    clear: both;
 | 
			
		||||
    z-index: 2;
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    float: left;
 | 
			
		||||
    width: 5%;
 | 
			
		||||
    height: 50px;
 | 
			
		||||
    opacity: .8;
 | 
			
		||||
}
 | 
			
		||||
iframe {
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    bottom: 2em;
 | 
			
		||||
    left: 25%;
 | 
			
		||||
    width: 50%;
 | 
			
		||||
    height: 360px;
 | 
			
		||||
    background: rgba(0,0,0,.5)
 | 
			
		||||
    transition: 0s;
 | 
			
		||||
    transition-delay:2s;
 | 
			
		||||
}
 | 
			
		||||
.lnkStyl {        
 | 
			
		||||
    clear: right;
 | 
			
		||||
    float: left;
 | 
			
		||||
    border-style: solid;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.imgsStyl {
 | 
			
		||||
    margin-left: 50%;
 | 
			
		||||
    opacity: 0.699999988079071044921875;
 | 
			
		||||
    width: 32.333%;
 | 
			
		||||
    height: 20em;
 | 
			
		||||
}
 | 
			
		||||
.imgsStyl:hover {
 | 
			
		||||
    opacity: 1;
 | 
			
		||||
}
 | 
			
		||||
#bg {
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  top: 0%; 
 | 
			
		||||
  left: 0%; 
 | 
			
		||||
  width: 100%; 
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
}
 | 
			
		||||
#bg img {
 | 
			
		||||
  position: absolute; 
 | 
			
		||||
  top: 0; 
 | 
			
		||||
  left: 0;
 | 
			
		||||
  right: 0; 
 | 
			
		||||
  bottom: 0;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										89
									
								
								Python Projects/MiniRoll/resources/themes/List Centered.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										89
									
								
								Python Projects/MiniRoll/resources/themes/List Centered.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,89 @@
 | 
			
		||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
 | 
			
		||||
.homeSection {
 | 
			
		||||
    float: left;
 | 
			
		||||
    width: 40%;
 | 
			
		||||
    height: 14em;
 | 
			
		||||
    position: relative;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    font-size: 100%;
 | 
			
		||||
    border-style: solid;
 | 
			
		||||
    border-width: .2em;
 | 
			
		||||
    color: rgba(0, 232, 255, .69); /*#00E8FF*/
 | 
			
		||||
    background: rgba(19, 21, 21, .6);
 | 
			
		||||
}
 | 
			
		||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
 | 
			
		||||
.header {
 | 
			
		||||
    margin-left: auto;
 | 
			
		||||
    margin-right: auto;
 | 
			
		||||
    width: 99%;
 | 
			
		||||
}
 | 
			
		||||
.section, .lnksNdirs, .header {
 | 
			
		||||
    position: relative;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    font-size: 100%;
 | 
			
		||||
    padding-top: 1em;
 | 
			
		||||
    margin-top: 1em;
 | 
			
		||||
    background: rgba(19, 21, 21, .7);
 | 
			
		||||
    color: rgba(0, 232, 255, .69); /*#00E8FF*/
 | 
			
		||||
/*  border-style: solid;
 | 
			
		||||
    border-width: .2em;
 | 
			
		||||
*/
 | 
			
		||||
}
 | 
			
		||||
.backbutton {
 | 
			
		||||
    top: 3.55em;
 | 
			
		||||
    clear: both;
 | 
			
		||||
    z-index: 2;
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    float: left;
 | 
			
		||||
    width: 5%;
 | 
			
		||||
    height: 50px;
 | 
			
		||||
    opacity: .8;
 | 
			
		||||
}
 | 
			
		||||
iframe {
 | 
			
		||||
    clear: both;
 | 
			
		||||
    z-index: 1;
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    bottom: 5%;
 | 
			
		||||
    width: 40%;
 | 
			
		||||
    height: 500px;
 | 
			
		||||
    background: rgba(0,0,0,.5)
 | 
			
		||||
    transition: 0s;
 | 
			
		||||
    transition-delay:2s;
 | 
			
		||||
}
 | 
			
		||||
iframe:hover {
 | 
			
		||||
    width: 99%;
 | 
			
		||||
    transition-delay:2s;
 | 
			
		||||
}
 | 
			
		||||
.lnkStyl {        
 | 
			
		||||
    clear: right;
 | 
			
		||||
    float: left;
 | 
			
		||||
    border-style: solid;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.imgsStyl {
 | 
			
		||||
    margin-left: 50%;
 | 
			
		||||
    opacity: 0.699999988079071044921875;
 | 
			
		||||
    width: 32.333%;
 | 
			
		||||
    height: 20em;
 | 
			
		||||
}
 | 
			
		||||
.imgsStyl:hover {
 | 
			
		||||
    opacity: 1;
 | 
			
		||||
}
 | 
			
		||||
#bg {
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  top: 0%; 
 | 
			
		||||
  left: 0%; 
 | 
			
		||||
  width: 100%; 
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
}
 | 
			
		||||
#bg img {
 | 
			
		||||
  position: absolute; 
 | 
			
		||||
  top: 0; 
 | 
			
		||||
  left: 0;
 | 
			
		||||
  right: 0; 
 | 
			
		||||
  bottom: 0;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										109
									
								
								Python Projects/MiniRoll/resources/themes/List On The Left.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										109
									
								
								Python Projects/MiniRoll/resources/themes/List On The Left.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,109 @@
 | 
			
		||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
 | 
			
		||||
.homeSection {
 | 
			
		||||
    float: left;
 | 
			
		||||
    width: 40%;
 | 
			
		||||
    height: 14em;
 | 
			
		||||
    position: relative;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    font-size: 100%;
 | 
			
		||||
    border-style: solid;
 | 
			
		||||
    border-width: .2em;
 | 
			
		||||
    color: rgba(0, 232, 255, .69); /*#00E8FF*/
 | 
			
		||||
    background: rgba(19, 21, 21, .6);
 | 
			
		||||
}
 | 
			
		||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
 | 
			
		||||
 | 
			
		||||
.lnkStyl {
 | 
			
		||||
    clear: right;
 | 
			
		||||
    float: left;
 | 
			
		||||
    border-style: solid;
 | 
			
		||||
}
 | 
			
		||||
.imgsStyl {
 | 
			
		||||
    clear: both;
 | 
			
		||||
    float: left;
 | 
			
		||||
    opacity: 0.699999988079071044921875;
 | 
			
		||||
    width: 20%;
 | 
			
		||||
    height: 15em;
 | 
			
		||||
}
 | 
			
		||||
.imgsStyl:hover {
 | 
			
		||||
    opacity: 1;
 | 
			
		||||
}
 | 
			
		||||
.header {
 | 
			
		||||
    margin-left: auto;
 | 
			
		||||
    margin-right: auto;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    float: left;
 | 
			
		||||
}
 | 
			
		||||
.lnksNdirs {
 | 
			
		||||
    width: 20%;
 | 
			
		||||
    float:left;
 | 
			
		||||
}
 | 
			
		||||
/* used to format sections of pgs*/
 | 
			
		||||
.section, .lnksNdirs, .header {
 | 
			
		||||
    clear: both;
 | 
			
		||||
    position: relative;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    padding-top: 1em;
 | 
			
		||||
    margin-top: 1em;
 | 
			
		||||
    font-size: 100%;
 | 
			
		||||
    background: rgba(19, 21, 21, .6);
 | 
			
		||||
    background: rgba(19, 21, 21, .7);
 | 
			
		||||
    color: rgba(0, 232, 255, .69); /*#00E8FF*/
 | 
			
		||||
/*  border-style: solid;
 | 
			
		||||
    border-width: .2em;
 | 
			
		||||
*/
 | 
			
		||||
}
 | 
			
		||||
.backbutton {
 | 
			
		||||
    top: 3em;
 | 
			
		||||
    clear: both;
 | 
			
		||||
    z-index: 2;
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    float: left;
 | 
			
		||||
    width: 5%;
 | 
			
		||||
    height: 55px;
 | 
			
		||||
    opacity: .8;
 | 
			
		||||
}
 | 
			
		||||
.ifrmbutton2 {
 | 
			
		||||
    top: 3em;
 | 
			
		||||
    float: right;
 | 
			
		||||
    right: .5em;
 | 
			
		||||
    z-index:2;
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    width: 5%;
 | 
			
		||||
    height: 30px;
 | 
			
		||||
    opacity: .6;
 | 
			
		||||
}
 | 
			
		||||
iframe {
 | 
			
		||||
    margin-left: 2%;
 | 
			
		||||
    z-index: 1;
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    top: 8em;
 | 
			
		||||
    bottom: 2%;
 | 
			
		||||
    width: 80%;
 | 
			
		||||
    height: 525px;
 | 
			
		||||
    background: rgba(0,0,0,.5)
 | 
			
		||||
    transition: 0s;
 | 
			
		||||
    transition-delay:2s;
 | 
			
		||||
}
 | 
			
		||||
iframe:hover {
 | 
			
		||||
    height: 775px;
 | 
			
		||||
    transition-delay:2s;
 | 
			
		||||
}
 | 
			
		||||
#bg {
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  top: 0%;
 | 
			
		||||
  left: 0%;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
}
 | 
			
		||||
#bg img {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 0;
 | 
			
		||||
  left: 0;
 | 
			
		||||
  right: 0;
 | 
			
		||||
  bottom: 0;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										109
									
								
								Python Projects/MiniRoll/resources/themes/bodyCss.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										109
									
								
								Python Projects/MiniRoll/resources/themes/bodyCss.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,109 @@
 | 
			
		||||
/*START OF HOMEPAGE BUTTON SETTINGS*/
 | 
			
		||||
.homeSection {
 | 
			
		||||
    float: left;
 | 
			
		||||
    width: 40%;
 | 
			
		||||
    height: 14em;
 | 
			
		||||
    position: relative;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    font-size: 100%;
 | 
			
		||||
    border-style: solid;
 | 
			
		||||
    border-width: .2em;
 | 
			
		||||
    color: rgba(0, 232, 255, .69); /*#00E8FF*/
 | 
			
		||||
    background: rgba(19, 21, 21, .6);
 | 
			
		||||
}
 | 
			
		||||
/*END OF HOMEPAGE BUTTON SETTINGS*/
 | 
			
		||||
 | 
			
		||||
.lnkStyl {
 | 
			
		||||
    clear: right;
 | 
			
		||||
    float: left;
 | 
			
		||||
    border-style: solid;
 | 
			
		||||
}
 | 
			
		||||
.imgsStyl {
 | 
			
		||||
    clear: both;
 | 
			
		||||
    float: left;
 | 
			
		||||
    opacity: 0.699999988079071044921875;
 | 
			
		||||
    width: 20%;
 | 
			
		||||
    height: 15em;
 | 
			
		||||
}
 | 
			
		||||
.imgsStyl:hover {
 | 
			
		||||
    opacity: 1;
 | 
			
		||||
}
 | 
			
		||||
.header {
 | 
			
		||||
    margin-left: auto;
 | 
			
		||||
    margin-right: auto;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    float: left;
 | 
			
		||||
}
 | 
			
		||||
.lnksNdirs {
 | 
			
		||||
    width: 20%;
 | 
			
		||||
    float:left;
 | 
			
		||||
}
 | 
			
		||||
/* used to format sections of pgs*/
 | 
			
		||||
.section, .lnksNdirs, .header {
 | 
			
		||||
    clear: both;
 | 
			
		||||
    position: relative;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    padding-top: 1em;
 | 
			
		||||
    margin-top: 1em;
 | 
			
		||||
    font-size: 100%;
 | 
			
		||||
    background: rgba(19, 21, 21, .6);
 | 
			
		||||
    background: rgba(19, 21, 21, .7);
 | 
			
		||||
    color: rgba(0, 232, 255, .69); /*#00E8FF*/
 | 
			
		||||
/*  border-style: solid;
 | 
			
		||||
    border-width: .2em;
 | 
			
		||||
*/
 | 
			
		||||
}
 | 
			
		||||
.backbutton {
 | 
			
		||||
    top: 3em;
 | 
			
		||||
    clear: both;
 | 
			
		||||
    z-index: 2;
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    float: left;
 | 
			
		||||
    width: 5%;
 | 
			
		||||
    height: 55px;
 | 
			
		||||
    opacity: .8;
 | 
			
		||||
}
 | 
			
		||||
.ifrmbutton2 {
 | 
			
		||||
    top: 3em;
 | 
			
		||||
    float: right;
 | 
			
		||||
    right: .5em;
 | 
			
		||||
    z-index:2;
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    width: 5%;
 | 
			
		||||
    height: 30px;
 | 
			
		||||
    opacity: .6;
 | 
			
		||||
}
 | 
			
		||||
iframe {
 | 
			
		||||
    margin-left: 2%;
 | 
			
		||||
    z-index: 1;
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    top: 8em;
 | 
			
		||||
    bottom: 2%;
 | 
			
		||||
    width: 80%;
 | 
			
		||||
    height: 525px;
 | 
			
		||||
    background: rgba(0,0,0,.5)
 | 
			
		||||
    transition: 0s;
 | 
			
		||||
    transition-delay:2s;
 | 
			
		||||
}
 | 
			
		||||
iframe:hover {
 | 
			
		||||
    height: 775px;
 | 
			
		||||
    transition-delay:2s;
 | 
			
		||||
}
 | 
			
		||||
#bg {
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  top: 0%;
 | 
			
		||||
  left: 0%;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
}
 | 
			
		||||
#bg img {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 0;
 | 
			
		||||
  left: 0;
 | 
			
		||||
  right: 0;
 | 
			
		||||
  bottom: 0;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										86
									
								
								Python Projects/MiniRoll/resources/themes/menuCss.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										86
									
								
								Python Projects/MiniRoll/resources/themes/menuCss.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,86 @@
 | 
			
		||||
#invisFrame {
 | 
			
		||||
    position: absolute;
 | 
			
		||||
    z-index: -999;
 | 
			
		||||
    width: 0px;
 | 
			
		||||
    height: 0px;
 | 
			
		||||
}
 | 
			
		||||
.letters {
 | 
			
		||||
    position: relative;
 | 
			
		||||
    display: block;
 | 
			
		||||
    float: left;
 | 
			
		||||
    width: 12em;
 | 
			
		||||
    height: 6em;
 | 
			
		||||
    margin-top: 0.5em;
 | 
			
		||||
    margin-left: 2em;
 | 
			
		||||
    background: rgba(19, 21, 21, .6);
 | 
			
		||||
    color: rgba(0, 232, 255, .69); /*#00E8FF*/
 | 
			
		||||
}
 | 
			
		||||
.letters:hover {
 | 
			
		||||
    background-color: #f78c00;
 | 
			
		||||
}
 | 
			
		||||
.letterImg {
 | 
			
		||||
    width: 6em;
 | 
			
		||||
    height: 6em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ul {
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  z-index: 999;
 | 
			
		||||
  top: .5em;
 | 
			
		||||
  left: 30%;
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  text-align: left;
 | 
			
		||||
  display: inline;
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  padding: 10px 5px 10px 0;
 | 
			
		||||
  list-style: none;
 | 
			
		||||
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
 | 
			
		||||
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
 | 
			
		||||
}
 | 
			
		||||
ul li {
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  font: bold 12px/18px sans-serif;
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  margin-right: -4px;
 | 
			
		||||
  position: relative;
 | 
			
		||||
  padding: 10px 15px;
 | 
			
		||||
  background: #f78c00;
 | 
			
		||||
  cursor: pointer;
 | 
			
		||||
  -webkit-transition: all 0.2s;
 | 
			
		||||
  -moz-transition: all 0.2s;
 | 
			
		||||
  -ms-transition: all 0.2s;
 | 
			
		||||
  -o-transition: all 0.2s;
 | 
			
		||||
  transition: all 0.2s;
 | 
			
		||||
}
 | 
			
		||||
ul li:hover {
 | 
			
		||||
  background: #555;
 | 
			
		||||
  color: #f78c00;
 | 
			
		||||
}
 | 
			
		||||
ul li ul {
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 38px;
 | 
			
		||||
  left: 0;
 | 
			
		||||
  width: 150px;
 | 
			
		||||
  -webkit-box-shadow: none;
 | 
			
		||||
  display: none;
 | 
			
		||||
  opacity: 0;
 | 
			
		||||
  visibility: hidden;
 | 
			
		||||
  -webkit-transiton: opacity 0.2s;
 | 
			
		||||
  -moz-transition: opacity 0.2s;
 | 
			
		||||
  -ms-transition: opacity 0.2s;
 | 
			
		||||
  -o-transition: opacity 0.2s;
 | 
			
		||||
  -transition: opacity 0.2s;
 | 
			
		||||
}
 | 
			
		||||
ul li ul li {
 | 
			
		||||
  background: #555;
 | 
			
		||||
  display: block;
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  text-shadow: 0 -1px 0 #000;
 | 
			
		||||
}
 | 
			
		||||
ul li ul li:hover { background-color: #666; }
 | 
			
		||||
ul li:hover ul {
 | 
			
		||||
  display: block;
 | 
			
		||||
  opacity: 1;
 | 
			
		||||
  visibility: visible;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user