ref: master
public/designs/themes/profile-base/style.css
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 |
@import url(../base/style.css); head { margin: 0px; padding: 0px; } body { margin: 0px auto; padding: 0px; } #wrap-1 { position: relative; } #wrap-2 { margin-top: -4px; padding-bottom: 0px; } #navigation, #navigation-end { display: none; } #theme-header { height: 30px; } /************************** user bar ***************************/ #user { top: -23px; right: 0px; height: 20px; } /************************** navigation ***************************/ #navigation { background: none; } /************************** content ***************************/ #content { margin-top: 0px; } #boxes { margin-top: 20px; } #profile-header { margin: -10px; margin-bottom: 0px; width: 958px; max-width: none; max-height: none; } #profile-footer { margin-left: -10px; width: 958px; max-width: none; } .template-rightbar #content .link-list-block li a.link-this-page, #content .box-3 .link-list-block li a.link-this-page { border-right: none; margin-left: -5px; margin-right: 0px; max-width: 170px; -moz-border-radius: 0px 4px 4px 0px; -webkit-border-radius: 0px 4px 4px 0px; } /************** articles **************/ #content .blog-posts { margin-top: 30px; } #article .blog-feed-link { position: absolute; right: 0px; top: 28px; } #article-tags { margin-right: 30px; } #article-parent { display: block; } /************** environment bar **************/ #site-title { position: absolute; left: 10px; top: -27px; height: 40px; width: 264px; } #site-title a { display: block; top: 0px; left: 0px; height: 20px; } #assets-menu { display: none; position: absolute; top: 26px; left: 56px; min-width: 140px; z-index: 10; border: 1px solid #D3D7CF; border-top: none; background: #EEE; padding: 0px 4px 6px 4px; -moz-border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; border-radius-bottomleft: 10px; border-radius-bottomright: 10px; } #assets-menu ul, #assets-menu li { margin: 0px; padding: 0px; list-style: none; } #assets-menu a { text-decoration: none; display: block; padding: 2px 4px 2px 8px; color: #555; border: 1px solid #EEE; } #assets-menu a:hover { background: #FBFBFB; border: 1px solid #F6F6F6; color: #000; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } /**************************** Comments *******************************/ .post_comment_box.closed h4 { border: none; } /************************** theme footer ***************************/ #footer-content { text-align: right; } |