Advertisement
Advertisement
| 07.09.2008 at 12:26PM PDT, ID: 23551549 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: |
@charset "UTF-8";
a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: none;
color: #999999;
}
a:active {
text-decoration: none;
}
.logo {
text-decoration: none;
}
.footer {
font-size: 10px;
color: #CCCCCC;
text-align: left;
width: 990px;
margin-right: auto;
margin-left: auto;
position: relative;
top: -110px;
z-index: auto;
}
.menu-centered {
width: 900px;
margin-right: auto;
margin-left: auto;
font-size: 12px;
color: #CCCCCC;
}
.logo a:link {
text-decoration: none;
}
.logo a:hover {
text-decoration: none;
color: #999999;
}
.maincontainer {
height: 750px;
width: 1000px;
margin-right: auto;
margin-left: auto;
}
.left-banner {
float: left;
width: 290px;
height: 700px;
}
.right-container {
float: right;
width: 710px;
height: 650px;
}
.header {
float: right;
height: 50px;
width: 100%;
}
#overlay-banner-0 {
padding-top: 25px;
}
.overlay-banner1 {
background-color: #0033FF;
height: 240px;
width: 116px;
position: relative;
z-index: 10;
top: -450px;
left: 160px;
}
.overlay-banner3 {
font-size: 45px;
font-weight: bold;
color: #FF0000;
position: relative;
top: -760px;
left: 150px;
z-index: 30;
width: 200px;
}
.overlay-banner4 {
font-size: 45px;
font-weight: bold;
color: #000000;
position: relative;
top: -810px;
left: 153px;
z-index: 40;
width: 200px;
}
.main-content-container {
height: 500px;
width: 860px;
position: relative;
left: -150px;
z-index: 3;
background-image: url(images/content-bkg.png);
background-repeat: repeat;
}
.real-content-container {
margin-left: 150px;
height: 535px;
color: #FFFFFF;
z-index: 2;
background-color: #1E1E1E;
position: relative;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 80px;
}
body {
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #000000;
color: #333333;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.gallerycontainer{
position: relative;
left: -50px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
line-height: 30px;
}
.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 2px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
margin-top: 100px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 330px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.news-container {
position: relative;
left: 150px;
}
.PageNameColor-Crew {color: #586B37}
.PageNameColor-Cast {color: #7E282D}
.PageNameColor-Contact {color: #9C2426}
.PageNameColor-News {color: #FFD452}
.PageNameColor-Photos {color: #990000}
.PageNameColor-Story {color: #7EC7DC}
.PageNameColor-Videos {color: #9FCBEE}
body,td,th {
font-size: 12px;
}
|