Difference between revisions of "Template:US2002021967 Group CSS"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
width: 400px; | width: 400px; | ||
height: 400px; | height: 400px; | ||
− | background-color: | + | background-color: #693a3a; |
border-width: 0px 10px 10px 0px; | border-width: 0px 10px 10px 0px; | ||
border-style: solid; | border-style: solid; | ||
− | border-color: | + | border-right-color: silver; |
+ | border-bottom-color: silver; | ||
position: absolute; | position: absolute; | ||
text-align: center; | text-align: center; | ||
Line 29: | Line 30: | ||
.grp_header { | .grp_header { | ||
position: absolute; | position: absolute; | ||
− | background-color: | + | background-color: #693a3a; |
right: 0px; | right: 0px; | ||
height: 50px; | height: 50px; | ||
line-height: 50px; | line-height: 50px; | ||
width: 400px; | width: 400px; | ||
− | padding: 0px 0px 0px | + | padding: 0px 0px 0px 20px; |
text-align: center; | text-align: center; | ||
} | } | ||
Line 51: | Line 52: | ||
width: 100%; | width: 100%; | ||
left: 0; | left: 0; | ||
+ | color: #ffffff; | ||
} | } | ||