/* Coding by Seaside98 */ .apple-background { text-shadow: 0 0 5px #00FFFF; padding: 20px 20px; margin: 10px 10px; border-radius: 20px; background-color: #EBEFF7; background-image: url(http://www.highreshdwallpapers.com/wp-content/uploads/2012/11/Default-IPad-Wallpaper.jpg); transition: background-color .5s, box-shadow .5s, text-shadow .5s; -moz-transition: background-color .5s, box-shadow .5s, text-shadow .5s; -webkit-transition: background-color .5s, box-shadow .5s, text-shadow .5s; -o-transition: background-color .5s, box-shadow .5s, text-shadow .5s; -ms-transition: background-color .5s, box-shadow .5s, text-shadow .5s; } .apple-background:hover { background-color: #FF8C00; box-shadow: 0 0 15px #000000; text-shadow: none; } .apple-head { width: 95%; padding: 1%; margin: 1.5%; background-color: #00ffff; box-shadow: 0 0 10px 3px #4D4DFF; text-shadow: 0 0 5px #808080; border-radius: 1em; margin-bottom:20px; transition: background-color .5s, box-shadow .5s, text-shadow .5s; -moz-transition: background-color .5s, box-shadow .5s, text-shadow .5s; -webkit-transition: background-color .5s, box-shadow .5s, text-shadow .5s; -o-transition: background-color .5s, box-shadow .5s, text-shadow .5s; -ms-transition: background-color .5s, box-shadow .5s, text-shadow .5s; } .apple-head:hover { text-shadow: none; background-color: #00ffff; box-shadow: 0 0 15px 3px #4D4DFF; } .apple-date { position:absolute; top:-80px; right:10px; z-index:100000000; border:1px solid red; box-shadow: 0 0 10px 3px red; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; background-color: #000000; transition: background-color .5s, box-shadow .5s; -moz-transition: background-color .5s, box-shadow .5s; -webkit-transition: background-color .5s, box-shadow .5s; -o-transition: background-color .5s, box-shadow .5s; -ms-transition: background-color .5s, box-shadow .5s; } .apple-date:hover { background-color: #FFC0C0; box-shadow: 0 0 15px 3px red; } /*.masthead-info { background-image: url(http://img.wallpaperstock.net:81/hawk-flying-high-wallpapers_35064_1680x1050.jpg) !important; } .tally { color: white; } .details li { color: white; } .masthead-info-lower:before { border-color: #FF8C00 #201409 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important; }*/








