Advertisement
Guest User

Untitled

a guest
Dec 20th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.17 KB | None | 0 0
  1. /*
  2. Theme Name: StickyDrama
  3. Theme URI: stickydrama
  4. Description: Theme created for Stickydrama.com
  5. Author: Bret Craven
  6. Author URI: http://www.bretcraven.com/
  7. Template:
  8. Version: 1.0
  9. .
  10. Licensed only for use on StickyDrama.com
  11. .
  12. */
  13.  
  14. @charset "UTF-8";
  15.  
  16. html,body {
  17. height: 100%;
  18. font-family:Tahoma, Geneva, sans-serif !important;
  19. }
  20. body {
  21. margin: 0px;
  22. background: #000000 url(http://www.stickydrama.com/wp-content/themes/stickydrama/images/bg.png) repeat;
  23. }
  24. a:link, a:visited, a:active {
  25. color: #FFFFFF;
  26. text-decoration: none;
  27. }
  28. a:hover {
  29. color: #F12996;
  30. text-decoration: underline;
  31. }
  32. a img {
  33. border: 0px;
  34. }
  35. p {
  36. font-family:Tahoma, Geneva, sans-serif !important;
  37. padding-bottom: 15px;
  38. }
  39. .clearfix:after {
  40. content: ".";
  41. display: block;
  42. height: 0;
  43. clear: both;
  44. visibility: hidden;
  45. }
  46.  
  47. .clearfix{display: inline-block;}
  48.  
  49. /* Hides from IE-mac \*/
  50. * html .clearfix{height: 1%;}
  51. .clearfix{display: block;}
  52. /* End hide from IE-mac */
  53. div#wrapper {
  54. position: relative;
  55. height:auto !important; /* real browsers */
  56. height:100%; /* IE6: treaded as min-height*/
  57. min-height:100%; /* real browsers */
  58. margin: 0px auto;
  59. width: 900px;
  60. background: url(http://www.stickydrama.com/wp-content/themes/stickydrama/images/cont_bg.png) repeat-y;
  61. }
  62. div#header {
  63. margin: 0 auto;
  64. width:892px;
  65. height: 300px;
  66. background: url(http://www.stickydrama.com/wp-content/themes/stickydrama/images/head_back.png);
  67. }
  68. #top {
  69. position: relative;
  70. top: 0px;
  71. clear: both;
  72. width: 100%;
  73. }
  74. #sub_drama {
  75. z-index: 3;
  76. position: absolute;
  77. left: 30px;
  78. }
  79. #sub_drama img {
  80. border: 0px;
  81. }
  82. #search {
  83. z-index: 2;
  84. position: absolute;
  85. right: 0px;
  86. text-align: right;
  87. padding: 7px 7px;
  88. width: 570px;
  89. background: url(http://www.stickydrama.com/wp-content/themes/stickydrama/images/search_bg.png) no-repeat;
  90. }
  91. #site_images {
  92. margin-left: 10px;
  93. float: left;
  94. }
  95. #middle {
  96. clear: both;
  97. position: relative;
  98. top: 0px;
  99. }
  100. #logo {
  101. z-index: 1;
  102. position: relative;
  103. top: 0px;
  104. }
  105. #navigation {
  106. z-index: 2;
  107. height: 31px;
  108. width: 601px;
  109. position: absolute;
  110. top: 260px;
  111. background: url(http://www.stickydrama.com/wp-content/themes/stickydrama/images/nav_back.png) no-repeat;
  112. }
  113. div.links {
  114. padding: 6px;
  115. }
  116. a.links, a:active.links, a:visited.links {
  117. font-size:17px;
  118. color: #000000;
  119. text-decoration: none;
  120. }
  121. a:hover.links {
  122. font-size:17px;
  123. color: #F12996;
  124. text-decoration: underline;
  125. }
  126. #login {
  127. z-index: 2;
  128. width: 263px;
  129. height: 111px;
  130. position: absolute;
  131. right: 30px;
  132. top: 110px;
  133. background: url(http://www.stickydrama.com/wp-content/themes/stickydrama/images/login_back.png);
  134. text-align: left;
  135. }
  136. #login form {
  137. margin: 10px 15px auto 15px;
  138. text-align: right;
  139. }
  140. #login label {
  141. font-size: 12px;
  142. }
  143. #login input {
  144. margin-bottom: 2px;
  145. }
  146.  
  147. div#content {
  148. position: relative;
  149. margin: 10px auto;
  150. color: #FFFFFF;
  151. width: 880px;
  152. }
  153. div#two_col {
  154. width: 526px;
  155. float: right;
  156. position: relative;
  157. }
  158. div#hp_col_1 {
  159. position: relative;
  160. width: 347px;
  161. margin: 2px;
  162. float: left;
  163. }
  164. div#hp_col_2 {
  165. position: relative;
  166. width: 347px;
  167. margin: 2px;
  168. float: left;
  169. }
  170. div#hp_col_3 {
  171. position: relative;
  172. vertical-align: top;
  173. width: 171px;
  174. margin: 2px;
  175. float: right;
  176. font-size: 12px;
  177. /*background: #4FB4C7;*/
  178. }
  179. div#col_1 {
  180. position: relative;
  181. width: 700px;
  182. margin: 2px;
  183. float: left;
  184. }
  185. div#col_2 {
  186. position: absolute;
  187. top: 0px;
  188. width: 171px;
  189. margin: 2px;
  190. float: right;
  191. }
  192. div#full_col {
  193. position: relative;
  194. width: 880px;
  195. margin: 2px;
  196. }
  197. .pleft {
  198. float: left;
  199. }
  200. .pright {
  201. width: 285px;
  202. float: right;
  203. }
  204. .post {
  205. clear: both;
  206. width: 345px;
  207. min-height: 55px;
  208. max-height: 100%;
  209. border-bottom: dotted 1px;
  210. border-bottom-color: #FFFFFF;
  211. margin-bottom: 5px;
  212. }
  213. .post:after {
  214. content: ".";
  215. clear: both;
  216. visibility: hidden;
  217. display: block;
  218. height: 0;
  219. }
  220. .fpost {
  221. width: 345px;
  222. height: 100%;
  223. border-bottom: dotted 1px;
  224. border-bottom-color: #FFFFFF;
  225. margin-bottom: 5px;
  226. }
  227. .sddate {
  228. background: url(http://www.stickydrama.com/wp-content/themes/stickydrama/images/date_bg.png);
  229. font-size: 16px;
  230. text-align: center;
  231. height: 43px;
  232. width: 55px;
  233. }
  234. .mddate {
  235. background: url(http://www.stickydrama.com/wp-content/themes/stickydrama/images/md_date_bg.png);
  236. font-size: 16px;
  237. text-align: center;
  238. height: 43px;
  239. width: 55px;
  240. }
  241. .title {
  242. }
  243. a.title, a:visited.title, a:active.title {
  244. font-size: 16px;
  245. color: #4FB4C7;
  246. text-decoration: none;
  247. }
  248. a:hover.title {
  249. font-size: 16px;
  250. color: #F12996;
  251. text-decoration: underline;
  252. }
  253. .author {
  254. font-size: 12px;
  255. }
  256. a:link.author, a:visited.author, a:active.author {
  257. font-size: 12px;
  258. color: #FFFFFF;
  259. text-decoration: none;
  260. }
  261. a:hover.author {
  262. font-size: 12px;
  263. color: #F12996;
  264. text-decoration: underline;
  265. }
  266. a:link.post-edit-link, a:visited.post-edit-link, a:active.post-edit-link {
  267. text-decoration: none;
  268. font-size: 12px;
  269. }
  270. a:hover.post-edit-link {
  271. font-size: 12px;
  272. color: #F12996;
  273. text-decoration: underline;
  274. }
  275. .hp_author {
  276. float: left;
  277. }
  278. a:link.hp_author, a:visited.hp_author, a:active.hp_author {
  279. text-decoration: none;
  280. font-size: 12px;
  281. }
  282. a:hover.hp_author {
  283. font-size: 12px;
  284. }
  285. div.category {
  286. float: left;
  287. }
  288. .category {
  289. font-size: 10px;
  290. }
  291. a:link.category, a:visited.category, a:active.category {
  292. font-size: 10px;
  293. color: #FFFFFF;
  294. text-decoration: none;
  295. }
  296. a:hover.category {
  297. font-size: 10px;
  298. color: #F12996;
  299. text-decoration: underline;
  300. }
  301. div.comments {
  302. vertical-align: bottom;
  303. float: right;
  304. font-size: 12px;
  305. }
  306. a:link.comments, a:visited.comments, a:active.comments {
  307. font-size: 12px;
  308. color: #FFFFFF;
  309. text-decoration: none;
  310. }
  311. a:hover.comments {
  312. font-size: 12px;
  313. color: #F12996;
  314. text-decoration: underline;
  315. }
  316. .fpdesc {
  317. clear: both;
  318. border-top: dotted 1px;
  319. }
  320. .fpdesc p {
  321. font-family:Tahoma, Geneva, sans-serif;
  322. font-size: 12px;
  323. }
  324. .fpdesc img {
  325. margin: 0 auto;
  326. width:345px;
  327. height:auto;
  328. }
  329. .fpdesc object {
  330. margin: 0 auto;
  331. width:345px;
  332. height:auto;
  333. }
  334. .big_post_left {
  335. float: left;
  336. }
  337. .big_post_right {
  338. width: 635px;
  339. float: right;
  340. }
  341. .big_post {
  342. clear: both;
  343. width: 695px;
  344. height: 100%;
  345. border-bottom: dotted 1px;
  346. border-bottom-color: #FFFFFF;
  347. margin-bottom: 5px;
  348. }
  349. .big_post img {
  350. margin: 0 auto;
  351. max-width: 695px;
  352. height: auto;
  353. }
  354. .big_post_desc {
  355. clear: both;
  356. border-top: dotted 1px;
  357. }
  358. .big_post_desc p {
  359. font-size: 12px;
  360. }
  361. .big_post_desc a:link, a:visited, a:active {
  362. color: #4FB4C7;
  363. text-decoration: underline;
  364. }
  365. .big_post_desc a:hover {
  366. color: #F12996;
  367. text-decoration: underline;
  368. }
  369. .full_post {
  370. clear: both;
  371. width: 880px;
  372. height: 100%;
  373. border-bottom: dotted 1px;
  374. border-bottom-color: #FFFFFF;
  375. margin-bottom: 5px;
  376. }
  377. .full_post_desc {
  378. clear: both;
  379. border-top: dotted 1px;
  380. }
  381. .full_post_desc object {
  382. margin: 0 auto;
  383. }
  384. .post_no_left {
  385. float: left;
  386. width:695;
  387. }
  388. .post_no_left .title {
  389. background: url(http://www.stickydrama.com/wp-content/themes/stickydrama/images/cont_head_bg.png) no-repeat;
  390. text-align: right;
  391. color: #F12996;
  392. font-size: 34px;
  393. width: 695px;
  394. }
  395. ul#comments{
  396. list-style: none;
  397. font-size: 12px;
  398. font-family: Tahoma, Geneva, sans-serif;
  399. margin: 0px;
  400. padding: 0px;
  401. }
  402. .comment-avatar-odd {
  403. margin: 0px;
  404. float: left;
  405. height: 82px;
  406. width: 68px;
  407. background: url(images/mygif.gif) no-repeat;
  408. text-align: center;
  409. padding-top: 3px;
  410. }
  411. .comment-avatar-even {
  412. margin: 0px;
  413. float: left;
  414. height: 82px;
  415. width: 68px;
  416. background: url(images/mygif_alt.gif) no-repeat;
  417. text-align: center;
  418. padding-top: 3px;
  419. }
  420. .comment-avatar-gravatar {
  421. margin: 0px;
  422. float: left;
  423. height: 82px;
  424. width: 68px;
  425. text-align: center;
  426. padding-top: 3px;
  427. }
  428. .comment-avatar-gravatar img {
  429. board: 1px solid pink;
  430. float: left;
  431. height: auto;
  432. width: 50px;
  433. }
  434. .com-auth-date {
  435. float: right;
  436. margin-left: 10px;
  437. text-align: left;
  438. }
  439. .comment-author {
  440. font-size: 14px;
  441. }
  442. .comment-date {
  443. font-size: 14px;
  444. }
  445. .comment-text {
  446. }
  447. .odd {
  448. background-color: #000000;
  449. border-bottom: 1px dotted #FFFFFF;
  450. border-top: 1px dotted #FFFFFF;
  451. }
  452. .even {
  453. background-color: #333333;
  454. }
  455.  
  456.  
  457. .player {
  458. text-align: center;
  459. margin: 0 auto;
  460. }
  461. a:link.player, a:visited.player, a:active.player {
  462. color: #FFFFFF;
  463. text-decoration: none;
  464. }
  465. a:hover.player {
  466. color: #F12996;
  467. text-decoration: underline;
  468. }
  469. .small {
  470. font-size: 10px;
  471. }
  472. sidebar.widgettitle {
  473. width: 171px;
  474. margin-right: 0px;
  475. margin-left: auto;
  476. text-align: right;
  477. font-size:16px;
  478. color: #FFFFFF;
  479. }
  480.  
  481.  
  482. #top_ad {
  483. background: #09F;
  484. width: 468px;
  485. height: 60px;
  486. position: absolute;
  487. top: 45px;
  488. right: 0px;
  489. /*visibility: hidden;*/
  490. }
  491. #content_ad {
  492. position: relative;
  493. margin: 0 auto 10px;
  494. background: #09F;
  495. width: 468px;
  496. height: 60px;
  497. /*visibility: hidden;*/
  498. }
  499. #side_ad {
  500. margin: 0 auto;
  501. color: #000000;
  502. width: 160px;
  503. height: 600px;
  504. background: #09F;
  505. /*visibility: hidden;*/
  506. }
  507. #square_ad {
  508. margin: 0 auto;
  509. color: #000000;
  510. width: 336px;
  511. height: 280px;
  512. background: #09F;
  513. /*visibility: hidden;*/
  514. }
  515.  
  516. .footer {
  517. color: #FFFFFF;
  518. position: relative;
  519. width: 100%;
  520. text-align: center;
  521. }
  522. .footer p {
  523. font-size: 12px;
  524. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement