Guest User

Untitled

a guest
May 27th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 KB | None | 0 0
  1. html, body {
  2. background: #ccbbb3 url(../images/bg.gif) repeat-y fixed left top;
  3. font-family: "Trebuchet MS", Tahoma, Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
  4. margin: 0pt;
  5. padding: 0pt;
  6. font-size: 90%;
  7. overflow-x: hidden;
  8. }
  9.  
  10. a {
  11. text-decoration: none;
  12. color: #fff;
  13. font-weight: bold;
  14. }
  15.  
  16. div#container {
  17. display: block;
  18. max-width: 1400px;
  19. }
  20.  
  21. div#leftBlock {
  22. display: block;
  23. }
  24.  
  25. div#header, div#menuBlock {
  26. position: fixed;
  27. }
  28.  
  29. * html div#header, * html div#menuBlock {
  30. position: absolute;
  31. }
  32.  
  33. div#header {
  34. background: transparent url(../images/logo.gif) no-repeat scroll left top;
  35. height: 320px;
  36. left: 0pt;
  37. top: 0pt;
  38. width: 266px;
  39. }
  40.  
  41. div#menuBlock {
  42. color: #FFE6F0;
  43. font-size: 12px;
  44. left: 0pt;
  45. padding: 5px 10px 5px 5px;
  46. top: 250px;
  47. width: 185px;
  48. }
  49.  
  50. div#menuBlock ul li a {
  51. border: 0px solid #fff;
  52. }
  53.  
  54. div#menuBlock ul {
  55. list-style: none;
  56. border: 0px;
  57. }
  58.  
  59. div#menuBlock img {
  60. border: 0px;
  61. } #menuBlock ul {
  62. margin-left: -25px;
  63. } #menuBlock span {
  64. display: none;
  65. }
  66.  
  67. div#menuBlock div {
  68. height: 40px;
  69. width: 215px;
  70. }
  71.  
  72. div#menuBlock ul li {
  73. }
  74.  
  75. div#pimage {
  76. margin-bottom: 20px;
  77. }
  78.  
  79. div#pimage img {
  80. margin: 0;
  81. padding: 3px;
  82. border: 1px solid;
  83. }
  84.  
  85. div#pimage a {
  86. margin-right: 5px;
  87. }
  88.  
  89. div#contentBlock {
  90. margin-left: 540px;
  91. padding: 10px 20px 0pt 20px;
  92. }
  93.  
  94. div#contentBlock h2 {
  95. color: #39241f;
  96. }
  97.  
  98. div#contentBlock h1 {
  99. background: url(../images/hbg.gif) repeat scroll left top;
  100. color: #1c9600;
  101. display: block;
  102. font-size: 24px;
  103. line-height: 50px;
  104. margin: 0pt;
  105. padding: 0pt 0pt 0pt 20px;
  106. }
  107.  
  108. div#contentBlock h3 {
  109. color: #1c9600;
  110. }
  111.  
  112. div.commentrow {
  113. background-color: #d2c8c3;
  114. margin: 0 0 0 0;
  115. padding: 15px;
  116. }
  117.  
  118. div.refrow {
  119. margin: 0 0 20px 0;
  120. padding: 15px;
  121. background: #d2c8c3 url(../images/tjbg.gif) no-repeat bottom right;
  122. }
  123.  
  124. div.arrow {
  125. background: #ccbbb3 url(../images/icons_sprite.gif) no-repeat 0 -970px;
  126. height: 30px;
  127. margin: 0 0 10px 20px;
  128. padding: 10px 0 0 30px;
  129. }
  130.  
  131. div#preamble p, div#contentBlock p {
  132. color: #000000;
  133. font-size: 14px;
  134. line-height: 1.5em;
  135. }
  136.  
  137. div#preamble a, div#contentBlock a {
  138. color: #39241F;
  139. }
  140.  
  141. div#preamble a:hover, div#contentBlock a:hover {
  142. color: #FFFFFF;
  143. }
  144.  
  145. div#preamble abbr, div#preamble acronym, div#contentBlock abbr, div#contentBlock acronym {
  146. border-bottom: 1px dotted #000000;
  147. }
  148.  
  149. div#footer {
  150. background: url(../images/hbg.gif) repeat scroll left top;
  151. display: block;
  152. font-size: 12px;
  153. height: 20px;
  154. line-height: 20px;
  155. margin-bottom: 10px;
  156. padding: 3px;
  157. text-align: center;
  158. color: #fff;
  159. }
  160.  
  161. div#footer a {
  162. color: #FFFFFF;
  163. font-weight: bold;
  164. }
  165.  
  166. div#footer a:hover {
  167. color: #000000;
  168. }
  169.  
  170. div#linkList {
  171. font-family: Baskerville, Georgia, Garamond, Times New Roman, serif;
  172. left: 267px;
  173. position: absolute;
  174. top: 0px;
  175. width: 263px;
  176. color: #fff;
  177. }
  178.  
  179. div#linkList ul {
  180. /*
  181. list-style-image:url(../images/star.gif);
  182. list-style-position:outside;
  183. width:200px;
  184. margin: 0 0 0 25px;
  185. padding: 0pt;
  186. */
  187. margin-left: 0;
  188. padding-left: 0;
  189. list-style: none;
  190. }
  191.  
  192. /*
  193. div#linkList hr {
  194. border:0;
  195. border-bottom: 1px dashed #CCCCCC;
  196. margin:5px 0 0 -30px;
  197. }
  198. */
  199. div#linkList ul li {
  200. border-bottom: 1px dashed #CCCCCC;
  201. padding: 5px 5px 5px 30px;
  202. background: #39241f url(../images/icons_sprite.gif) no-repeat 0 -1173px;
  203. }
  204.  
  205. div#linkList a:hover {
  206. /*padding:5px 5px 10px 35px;*/
  207. color: #1c9600;
  208. }
  209.  
  210. div#linkList ul ul li {
  211. border-bottom: 0px dashed #CCCCCC;
  212. padding: 5px 5px 10px 20px;
  213. background: #39241f url(../images/icons_sprite.gif) no-repeat 0 -1010px;
  214. }
  215.  
  216. div#linkList ul ul li.selected a {
  217. color: #1c9600;
  218. }
  219.  
  220. div#linkList ul ul li div#arrow {
  221. position: relative;
  222. left: 62px;
  223. bottom: 30px;
  224. height: 40px;
  225. width: 30px;
  226. float: right;
  227. background: url(../images/arrow.jpg) no-repeat;
  228. float: right;
  229. }
  230.  
  231. div#linkList ul li div#arrow {
  232. position: relative;
  233. left: 57px;
  234. bottom: 30px;
  235. height: 40px;
  236. width: 30px;
  237. float: right;
  238. background: url(../images/arrow.jpg) no-repeat;
  239. float: right;
  240. } * html div#linkList ul ul li div#arrow {
  241. left: 57px;
  242. bottom: 37px;
  243. } * html div#linkList ul li div#arrow {
  244. left: 52px;
  245. bottom: 37px;
  246. }
  247.  
  248. div#linkList ul li a {
  249. color: #fff;
  250. font-size: 12px;
  251. font-weight: bold;
  252. padding: 5px 0px;
  253. text-decoration: none;
  254. text-transform: uppercase;
  255. }
  256.  
  257. div.box {
  258. margin: 10px 17px 20px 17px;
  259. }
  260.  
  261. div.box ul {
  262. margin-top: 0px;
  263. }
  264.  
  265. div.box a {
  266. font-family: Baskerville, Georgia, Garamond, Times New Roman, serif;
  267. color: #fff;
  268. }
  269.  
  270. div.box #cloud a {
  271. text-decoration: none;
  272. /*border-bottom:dotted 1px #fff;*/
  273. } #cloud {
  274. padding: 5px;
  275. line-height: 30px;
  276. text-align: center;
  277. } #cloud span {
  278. line-height: 15px;
  279. text-decoration: none;
  280. padding: 2px;
  281. margin: 1px;
  282. float: left;
  283. } #cloud hr {
  284. clear: both;
  285. border: #ccc 1px solid;
  286. }
  287.  
  288. span.tag1 {
  289. font-size: 11px;
  290. }
  291.  
  292. span.tag2, span.tag3 {
  293. font-size: 13px;
  294. font-weight: 200;
  295. }
  296.  
  297. span.tag4, span.tag5, span.tag6 {
  298. font-size: 15px;
  299. font-weight: 300;
  300. }
  301.  
  302. span.tag7, span.tag8, span.tag9 {
  303. font-size: 17px;
  304. font-weight: 300;
  305. }
  306.  
  307. span.tag10, span.tag11, span.tag12 {
  308. font-size: 19px;
  309. font-weight: 300;
  310. }
  311.  
  312. span.tag13, span.tag14, span.tag15 {
  313. font-size: 21px;
  314. font-weight: 400;
  315. }
  316.  
  317. span.tag16, span.tag17, span.tag18 {
  318. font-size: 23px;
  319. font-weight: 400;
  320. }
  321.  
  322. span.tag19, span.tag20, span.tag21 {
  323. font-size: 25px;
  324. font-weight: 500;
  325. }
  326.  
  327. span.tag22, span.tag23, span.tag24 {
  328. font-size: 27px;
  329. font-weight: 500;
  330. }
  331.  
  332. span.tag25, span.tag26, span.tag27 {
  333. font-size: 29px;
  334. font-weight: 900;
  335. }
  336.  
  337. span.tag28, span.tag29, span.tag30 {
  338. font-size: 31px;
  339. font-weight: 900;
  340. }
  341.  
  342. span.tagbiggest {
  343. font-size: 33px;
  344. font-weight: 900;
  345. } .padd {
  346. padding: 2px 10px 0 20px;
  347. } .commentimg {
  348. background: url(../images/icons_sprite.gif) no-repeat 0 -765px;
  349. } .mehr {
  350. background: url(../images/icons_sprite.gif) no-repeat 0 -833px;
  351. }
  352.  
  353. div.more {
  354. background: url(../images/icons_sprite.gif) no-repeat 0 -833px;
  355. width: 20px;
  356. height: 18px;
  357. }
  358.  
  359. div.more span {
  360. display: none;
  361. } .date {
  362. background: url(../images/icons_sprite.gif) no-repeat 0 -578px;
  363. } .user {
  364. background: url(../images/icons_sprite.gif) no-repeat 0 -357px;
  365. } .newspost {
  366. margin-bottom: 20px;
  367. }
  368.  
  369. div#newsTableBlock {
  370. margin-bottom: 20px;
  371. }
  372.  
  373. div#newsTableBlock table {
  374. width: 100%;
  375. border-collapse: collapse
  376. }
  377.  
  378. div#newsTableBlock table tr:hover {
  379. background: url(../images/hbg.gif) repeat scroll left top;
  380. }
  381.  
  382. div#newsTableBlock td {
  383. border: 0;
  384. padding: 5px;
  385. border-bottom: 1px dashed #eee;
  386. }
  387.  
  388. div#newsTableBlock td a {
  389. text-decoration: none;
  390. }
  391.  
  392. div.tagline {
  393. /*border:1px solid #eee;
  394. background-color:#fff;*/
  395. padding: 5px;
  396. margin: 10px 0 0 0;
  397. font-size: 70%;
  398. }
  399.  
  400. div.tagline span {
  401. font-weight: bolder;
  402. }
  403.  
  404. div#newsStats {
  405. padding: 5px;
  406. border: 1px solid #1c9600;
  407. margin-bottom: 20px;
  408. }
  409.  
  410. form#formii p {
  411. width: 70%;
  412. clear: left;
  413. margin: 0;
  414. padding: 5px 0 8px 0;
  415. padding-left: 155px;
  416. border-top: 1px dashed white;
  417. height: 1%;
  418. }
  419.  
  420. form#formii p label {
  421. font-weight: bold;
  422. float: left;
  423. margin-left: -155px;
  424. width: 150px;
  425. }
  426.  
  427. form#formii p input {
  428. width: 50%;
  429. } * html form#formii p textarea {
  430. width: 400px;
  431. height: 150px;
  432. }
  433.  
  434. form#formii p textarea {
  435. width: 100%;
  436. height: 150px;
  437. } * html .threepxfix {
  438. margin-left: 3px;
  439. } .pagination {
  440. padding: 2px;
  441. margin: 5px 0;
  442. }
  443.  
  444. div.pagination span {
  445. padding: 3px;
  446. border: 1px solid #39241F;
  447. background: #39241F;
  448. margin: 0 2px 0 0
  449. }
  450.  
  451. div.pagination span a {
  452. color: #fff !important;
  453. text-decoration: none;
  454. padding: 3px;
  455. } .grey {
  456. color: #666;
  457. margin: 10px;
  458. }
  459.  
  460. div#loginLine {
  461. background: #39241F;
  462. height: 25px;
  463. padding: 10px 10px 3px 550px;
  464. color: #fff;
  465. }
  466.  
  467. div.submenu {
  468. float: right;
  469. width: 100%;
  470. }
  471.  
  472. div.submenu span.breadcrump {
  473. float: left;
  474. }
  475.  
  476. div.submenu span.login {
  477. float: right;
  478. }
  479.  
  480. div.submenu span.languages {float: right;}
  481. div.submenu span.languages img {margin-left:20px;border:none;}
  482.  
  483. #loginForm {
  484. margin-top: -35px;
  485. padding-bottom: 10px;
  486. }
Add Comment
Please, Sign In to add comment