Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<style>
.boxes {
    display: inline-block;
    width: 40%50%;
    height: 180px;
    margin-left: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
       color:white!important;
       min-width:150px;
text-align:center;
}
.boxes:hover {
	background-color: #B93499;
	opacity:0.7 !important;
	filter:alpha(opacity=70)
	box-shadow: 0 0 0px #000000 !important;
}
.boxesLink:hover {
	border-bottom: 0px solid!important;
}
a:hover {
	border-bottom: 0px solid!important;
	text-decoration:none!important;
}

.boxes h2, .boxes a, .boxes p, .boxes h3, .boxes a:visited {
    color: white!important;
} 
h2 {
	color:white!important;
}

.dontusethis {
       background-color:#ffffff;
}
.regal {
       background-color:#6100a5;
}
.rouge {
       background-color:#B93499;
}
.popcorn {
       background-color:#FFDC4B;
}
.cabana {
       background-color:#77DFE7;
}
.zest {
       background-color:#00BC6F;
}
.vista {
       background-color:#5c94e6;
}
.candy{
       background-color:#EC0677;
}
 </style> 
<script>
$( document ).ready(function() {
$("#feedback").hide();
});
</script>

<div id="rnwid"></div><div id="rnwdate"></div>

...