Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * {
- margin: 0;
- padding: 0;
- font-family: Helvetica, Arial, Tahoma;
- font-size: 12px;
- }
- body {
- background: gray;
- background-image: url(../images/bg_1.gif);
- }
- /* Основная структура */
- #wrapper {
- width: 800px;
- top: 50px;
- position: relative;
- margin: 0 auto;
- }
- #header {
- height: 90px;
- width: 790px;
- background-color: #2a2a2a;
- padding: 0 5px;
- padding-top: 5px;
- -moz-border-radius: 5px 5px 0 0;
- border-radius: 5px 5px 0 0;
- -webkit-border-radius: 5px 5px 0 0;
- }
- #bar {
- height: 19px;
- width: 790px;
- padding-top: 3px;
- padding: 0 5px;
- background-color: #2a2a2a;
- color: #fff;
- padding-top: 3px;
- }
- #content {
- width: 800px;
- overflow: hidden;
- background-color: red;
- }
- #left_col {
- width: 200px;
- background-color: #fdfdfd;
- background-image: url(../images/shadow.png);
- background-repeat: repeat-y;
- background-position: top right;
- float: left;
- }
- #right_col {
- width: 570px;
- padding: 15px;
- background-color: #fff;
- margin-left: 200px;
- }
- #left_col, #right_col {
- padding-bottom:10015px;
- margin-bottom:-10000px;
- }
- #footer {
- height: 5px;
- width: 800px;
- background-color: white;
- -moz-border-radius: 0 0 5px 5px;
- border-radius: 0 0 5px 5px;
- -webkit-border-radius: 0 0 5px 5px;
- }
- ._clear {
- clear: both;
- }
- /* -------------------- */
- .node, .node_content, .node_links {
- width: 570px;
- }
- .node {
- margin-bottom: 20px;
- }
- .node_rating {
- width: 102px;
- height: 20px;
- margin-bottom: 10px;
- margin-left: 468px;
- }
- .node_title {
- float: left;
- width: 468px;
- font-family: Helvetica, Arial, Tahoma;
- font-size: 18px;
- font-weight: bold;
- color: #646464;
- margin-bottom: 10px;
- }
- .node_title a {
- font-family: Helvetica, Arial, Tahoma;
- font-size: 18px;
- font-weight: bold;
- color: #646464;
- text-decoration: none;
- }
- .node_content, .node_links {
- font-family: Helvetica, Arial, Tahoma;
- color: #767676;
- font-size: 12px;
- text-decoration: none;
- }
- .node_content a, .node_links a {
- color: #0eb6ce;
- text-decoration: none;
- }
- .node_content a:hover, .node_links a:hover {
- color: #0a7685;
- }
- p.title, p.title_menu {
- font-family: Helvetica, Arial, Tahoma;
- font-size: 18px;
- font-weight: bold;
- color: #646464;
- }
- p.title_menu {
- margin: 10px 0;
- margin-left: 30px;
- }
- ul.menu {
- margin-left: 30px;
- }
- ul.menu li {
- list-style: none;
- }
- ul.menu a {
- font-family: Helvetica, Arial, Tahoma;
- color: #767676;
- font-size: 12px;
- text-decoration: none;
- }
- ul.menu a:hover {
- text-decoration: underline;
- }
- div.devide {
- background-image: url(../images/devide_1.png);
- height: 4px;
- background-position: center center;
- width: 200px;
- margin-top: 20px;
- margin-bottom: 10px;
- }
- a.btn {
- margin-left: 16px;
- width: 167px;
- height: 36px;
- display: block;
- background-image: url(../images/addserver.png);
- }
- a.btn:hover {
- display: block;
- background-position: 0 -36px;
- }
- .l_b {
- font-weight: bold;
- }
Advertisement
Add Comment
Please, Sign In to add comment