Ok so i was working at a shop and was going to have the owner to the background and colors for my camp customization and they were on vacation so i did it myself and wanted to have the text be red and the boxes black but it just made my boxes black and now i cant read what it says in them!
here is my camp customization code and you cannot steal it because it is for halo four!!!!!!
Code
- <style>
- body
- {
- background: url(http://i1256.photobucket.com/albums/ii489/epica2/HalofourWCRPG.png) #000000 fixed;;
- }
- h3.catbg {
- background : #000000;
- color: #000000;
- border: 0px;
- }
- div.cat_bar {
- background : #000000;
- color: #000000;
- border-color: #000000;
- border: 1px solid;
- }
- .windowbg {
- background : #000000;
- color: #000000;
- }
- span.left {
- background : #000000;
- color: #000000;
- }
- strong {
- color: #E10D0D;
- font-weight: bold;
- }
- div#profile_success {
- background : #000000;
- color: #000000;
- border-color: #000000;
- }
- .creator
- dl {
- color: #000000;
- }
- #header {
- height: 278px;
- overflow: hidden;
- position: relative;
- background: url(http://i1256.photobucket.com/albums/ii489/epica2/Halo-4-boxart-story-header-1.jpg) no-repeat scroll 0 0 transparent;
- }
- .newsDiv, .userinfo {
- background: url("NEWS TABLES LINK") no-repeat scroll 0 0 transparent;
- color: #000000;
- }
- .newsText, .inner {
- color: #000000;
- }
- textarea {
- color: #000000;
- }
- .windowbg2 {
- background : #000000;
- color: #000000;
- border: 1px solid #000000;
- }
- .time {
- color: #000000;
- }
- h3.catbg a, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a {
- color: #000000;
- }
- input, button, select, textarea {
- background: #000000;
- border: 1px solid #000000;
- color: #000000;
- }
- div.spoilerheader input {
- background-color: #000000;
- color: #000000;
- border: 1px solid #000000;
- }
- h1, h2, h3, h4, h5, h6 {
- color: #000000;
- }
- .inner {
- border-top: 1px solid #000000;
- color: #000000;
- }
- .rp_username strong
- {
- color: #E10D0D;
- font-weight: normal;
- }
- h3.catbg77 {
- background: none;
- color: #000000;
- border: none;
- }
- #profile_left .catbg, .cat_bar, .catbg77 {
- background: url(LITTLE BOX LINK);
- border: 1px solid #000000;
- }
- #profile_right .catbg, .cat_bar, .catbg77 {
- background: url(LITTLE BOX LINK);
- border: 1px solid #000000;
- }
- #profile_left .windowbg {
- background: url(LITTLE BOX LINK);
- border: 1px solid #000000;
- }
- #profile_right .windowbg {
- background: url(LITTLE BOX LINK);
- border: 1px solid #000000;
- }
- </style>