Advertisement
Guest User

Untitled

a guest
Aug 9th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.21 KB | None | 0 0
  1. body {
  2. background: #336a96;
  3. }
  4.  
  5. .tabelmoderare {
  6. background: #FAADAD;
  7. border: 1px solid #C20000;
  8. width: 100%;
  9. padding: 3px;
  10. border-radius: 4px;
  11. color: #A11F1F;
  12. text-shadow: 0px 0px 0px white;
  13. }
  14. .forabg {
  15. padding: 3px;
  16. background-color: #11538a;
  17. border-radius: 3px;
  18. border: 2px #0062b3 groove;
  19. box-shadow: 0px 0px 5px black;
  20. padding: 1px 4px;
  21. }
  22.  
  23. table.forumline {
  24. padding: 3px;
  25. background-color: #11538a;
  26. border-radius: 3px;
  27. border: 2px #0062b3 groove;
  28. box-shadow: 0px 0px 5px black;
  29. padding: 1px 4px;
  30. }
  31. #tabs .activetab a span {
  32. background: #dedede;}
  33. #tabs a {
  34. border-radius: 5px;
  35. border: 1px solid #d7d7d7;
  36. background: #ededed;
  37. margin: 3px;
  38. }
  39. blockquote {
  40. border-radius: 3px;
  41. border: 1px solid #d7d7d7;
  42. background-image: url(http://subtlepatterns.com/patterns/light_wool.png);
  43. background-repeat:repeat;
  44. }
  45. dl.codebox {
  46. border-radius: 3px;
  47. border: 1px solid #d7d7d7;
  48. background-image: url(http://subtlepatterns.com/patterns/light_wool.png);
  49. }
  50. input.inputbox, input.tiny {
  51. border-radius: 3px;
  52. }
  53. textarea.inputbox {
  54. background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  55. border-radius: 5px;
  56. }
  57. dl.faq dd p {
  58. border: 1px solid #d7d7d7;
  59. border-radius: 5px;
  60. }
  61. .module {
  62. background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  63. border-radius: 5px;
  64. border: 2px outset #d7d7d7;
  65. }
  66. hr {
  67. border-top: 1px dashed blue;
  68. }
  69. #textarea_content textarea#text_editor_textarea {
  70. background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  71. border-radius: 4px;
  72. border: 2px groove #d7d7d7;
  73. }
  74. form#quick_reply #textarea_content textarea#text_editor_textarea {
  75. background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  76. border-radius: 4px;
  77. border: 2px groove #d7d7d7;
  78. }
  79. .select button {
  80. background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  81. }
  82. .select button:hover {
  83. border-radius: 3px;
  84. border: 1px solid #d7d7d7;
  85. }
  86. .select {
  87. border-radius: 3px;
  88. border: 1px solid #d7d7d7;
  89. box-shadow: 0px 0px 3px black;
  90. background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  91. }
  92. a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
  93. background: white;
  94. border: 1px solid #d7d7d7;
  95. border-radius: 3px;
  96. padding: 4px;
  97. }
  98. h1.page-title {
  99. font-family: 'Voces';
  100. font-size: 27px !important;
  101. }
  102. @media screen {
  103. @font-face {
  104. font-family: 'Voces';
  105. font-style: normal;
  106. font-weight: 400;
  107. src: local('Voces'), local('Voces-Regular'), url('http://themes.googleusercontent.com/static/fonts/voces/v1/ePr7eRI28zZaOtQ8CcT7rA.woff') format('woff');
  108. }
  109. }
  110. .postbody ul.profile-icons a img {
  111. transition-duration: 0.3s;
  112. -moz-transition-duration: 0.3s;
  113. -webkit-transition-duration: 0.3s;
  114. -o-transition-duration: 0.3s;
  115. }
  116. .postbody ul.profile-icons a img:hover {
  117. filter:alpha(opacity=100);
  118. -moz-opacity: 1.0;
  119. opacity: 1.0;
  120. -webkit-transform: rotate(0deg) scale(1.1); -moz-transform: rotate(0deg) scale(1.1);
  121. }
  122.  
  123. .postprofile {
  124. border: 1px solid #d7d7d7;
  125. -webkit-border-radius:5px;
  126. -moz-border-radius:5px;
  127. -o-border-radius:5px;
  128. border-radius: 5px;
  129. background-image: url(http://subtlepatterns.com/patterns/light_wool.png);
  130. }
  131. .postprofile a img {
  132. filter: alpha(opacity=80);
  133. transition-duration: 0.3s;
  134. -moz-transition-duration: 0.3s;
  135. -webkit-transition-duration: 0.3s;
  136. -o-transition-duration: 0.3s;
  137. -moz-opacity: 0.8;
  138. opacity: 0.8;
  139. }
  140. .postprofile a img:hover {
  141. filter:alpha(opacity=100);
  142. -moz-opacity: 1.0;
  143. opacity: 1.0;
  144. -webkit-transform: rotate(0deg) scale(1.1); -moz-transform: rotate(0deg) scale(1.1);
  145. }
  146. .postprofile a img:active {
  147. -webkit-transform: rotate(0deg) scale(1.1); -moz-transform: rotate(0deg) scale(1.1);}
  148.  
  149.  
  150. .row1 {
  151. background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  152. background-repeat: repeat;
  153. border-radius: 4px;
  154. border: 1px solid #d7d7d7;
  155. }
  156. .row2 {
  157. background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  158. background-repeat: repeat;
  159. border-radius: 4px;
  160. border: 1px solid #d7d7d7;
  161. }
  162. .row3 {
  163. background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  164. background-repeat: repeat;
  165. border-radius: 4px;
  166. border: 1px solid #d7d7d7;
  167. }
  168. input.button1 {
  169. background: white;
  170. border: 1px solid #d7d7d7;
  171. border-radius: 3px;
  172. padding: 4px;
  173. }
  174. .span-tab {
  175. font-style:italic;}
  176. ul.topics li.header dl.icon dt {
  177. font-family: Times New Roman;
  178. font-weight: bold;
  179. text-transform: none;
  180. font-size: 13px;
  181. }
  182. ul.topiclist dfn{
  183. display: none !important;
  184. }
  185.  
  186. ul.topiclist.forums dd.topics, ul.topiclist.forums dd.posts{
  187. border: 1px solid #B3B3B3;
  188. background-color: #efefef;
  189. -webkit-border-radius: 6px;
  190. -moz-border-radius: 6px;
  191. border-radius: 60px;
  192. -moz-box-shadow: inset 0px 0px 8px #d6d6d6;
  193. -webkit-box-shadow: inset 0px 0px 8px #d6d6d6;
  194. box-shadow: inset 0px 0px 8px #d6d6d6;
  195. margin-right: 2px;
  196. margin-top: 15px;
  197. }
  198.  
  199. ul.topiclist.forums dd.lastpost{
  200. border: 1px solid #B3B3B3;
  201. background-color: #efefef;
  202. -webkit-border-radius: 6px;
  203. -moz-border-radius: 6px;
  204. border-radius: 60px;
  205. -moz-box-shadow: inset 0px 0px 8px #d6d6d6;
  206. -webkit-box-shadow: inset 0px 0px 8px #d6d6d6;
  207. box-shadow: inset 0px 0px 8px #d6d6d6;
  208. margin-top: 15px;
  209. }
  210. dd.lastpost {
  211. font-style:italic;}
  212. ul.topiclist dd {
  213. border:none;}
  214. .buttons a img {
  215. filter: alpha(opacity=100);
  216. transition-duration: 0.1s;
  217. -moz-transition-duration: 0.1s;
  218. -webkit-transition-duration: 0.1s;
  219. -o-transition-duration: 0.1s;
  220. -moz-opacity: 1.0;
  221. opacity: 1.0;
  222. }
  223. .buttons a img:hover {
  224. -webkit-transform: rotate(0deg) scale(1.2); -moz-transform: rotate(0deg) scale(1.2);
  225. filter:alpha(opacity=100);
  226. -moz-opacity: 1.0;
  227. opacity: 1.0;
  228. }
  229. .buttons a img:active {
  230. -webkit-transforum: rotate(0deg) scale(1.0); -moz-transform: rotate(0deg) scale(1.0);
  231. }
  232. input.medium {
  233. border-radius: 3px;
  234. margin-right: 3px;
  235. }
  236. div#page-body div.search-box{
  237. display: none;
  238. }
  239. #search_menu a img {
  240. display: none;}
  241. .title-overview {
  242. background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  243. border-top-radius: 5px;
  244. }
  245. .overview {
  246. border-radius: 5px;
  247. border: 1px solid #d7d7d7;
  248. box-shadow: 0px 0px 10px black;
  249. background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  250. }
  251. .img-whois {
  252. border: 1px solid #d7d7d7;
  253. border-radius: 3px;
  254. background: #e8e8e8;
  255. }
  256. ul.forums {
  257. border-radius:2px;}
  258. .table-title, .table-title h2 {
  259. font-family: Trebuchet MS;
  260. font-weight: bold;
  261. text-transform: none;
  262. font-size: 13px;
  263. }
  264. .panel {
  265. background-image: url(http://subtlepatterns.com/patterns/groovepaper.png);
  266. border: 1px solid #d7d7d7;
  267. border-radius: 5px;
  268.  
  269. }
  270. .panel:hover {
  271. box-shadow: 0px 0px 5px white;
  272. }
  273. ul.forums dd {
  274. border: none;}
  275. li.row {
  276. background-image: url(http://subtlepatterns.com/patterns/rough_diagonal.png);
  277. border-radius: 2px;
  278. border-bottom: 1px solid white;
  279. border-top: 1px solid #d7d7d7;
  280. }
  281. li.row:hover {
  282. background-image: url(http://subtlepatterns.com/patterns/furley_bg.png);
  283. box-shadow: 0px 0px 10px #d7d7d7;
  284. }
  285. .h3 {
  286. border-bottom: 1px dashed blue;
  287. }
  288. #page-footer .copyright strong a{
  289. position: fixed;
  290. top: 10px;
  291. left: 20px;
  292. background-image:url('http://cdn1.iconfinder.com/data/icons/discovery/32x32/status/important.png');
  293. width: 65px;
  294. height: 32px;
  295. background-repeat:no-repeat;
  296. background-position:left top;
  297. padding: 1px 4px;
  298. color: transparent;
  299. padding: 3px;
  300. font-size: 1px;
  301. }
  302. #site-title, #site-title h1 {
  303. display: none;}
  304. #logo-desc p {
  305. display:none;}
  306. .forumbg {
  307. padding: 3px;
  308. background-color: #11538a;
  309. border-radius: 3px;
  310. border: 2px #0062b3 groove;
  311. box-shadow: 0px 0px 5px black;
  312. padding: 1px 4px;
  313. }
  314.  
  315. #wrap {
  316. width: 950px;
  317. border: 2px solid #c2c2c2;
  318. border-radius: 5px;
  319. box-shadow: 0px 0px 5px #d7d7d7;
  320. margin-top: 25px;
  321. background: url(http://subtlepatterns.com/patterns/chruch.png);
  322. }
  323.  
  324. .headerbar {
  325. border-top-left-radius: 5px;
  326. border-top-right-radius: 5px;
  327. border-bottom: 1px solid blue;
  328. background: url(http://www.elegantthemes.com/preview/Aggregate/wp-content/themes/Aggregate/images/body-bg14.png) #003f69;
  329. }
  330. .navbar {
  331. border-bottom-left-radius: 5px;
  332. border-bottom-right-radius: 5px;
  333. margin-top: -5px;
  334. border-top: 1px solid #004d80;
  335. background: url(http://i42.servimg.com/u/f42/17/12/79/50/a33.png);
  336. background-repeat: repeat-x;
  337. }
  338. ul.navlinks {
  339. border-bottom: none;
  340. }
  341. ul.navlinks a {
  342. background-color: #11538a;
  343. border-radius: 3px;
  344. border: 2px #0062b3 groove;
  345. padding: 1px 4px;
  346. color: white;
  347. text-decoration: none;
  348. font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  349. padding: 3px;
  350. font-size: 12px;
  351. font-weight: bold;
  352. font-family: Arial;
  353. }
  354. ul.navlinks a:hover {
  355. border-style: inset;
  356. background-color: #1064a8;
  357. padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
  358. }
  359. #search-box {
  360. display:none;}
  361.  
  362. /*Tabel Legenda*/
  363. p em b a.gensmall { font-style: normal; }
  364. p em { font-style: normal;}
  365.  
  366.  
  367. /* FOOOTER */
  368. ul.linklist li.rightside, ul.linklist li.rightside a.copyright {
  369. color: transparent !important;}
  370.  
  371. #page-footer .navbar a {
  372. background-color: #11538a;
  373. border-radius: 3px;
  374. border: 2px #0062b3 groove;
  375. padding: 1px 4px;
  376. color: white;
  377. text-decoration: none;
  378. font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  379. padding: 3px;
  380. font-size: 12px;
  381. font-weight: bold;
  382. font-family: Arial;
  383. }
  384. #page-footer .navbar a:hover {
  385. border-style: inset;
  386. background-color: #1064a8;
  387. padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
  388. }
  389. #page-footer .navbar {
  390. position: relative;
  391. top: 20px;
  392. border-radius: 5px;}
  393. div#page-footer:after {
  394. position: relative;
  395. padding: 5px;
  396. font-family: Trebuchet MS,Tahoma,Arial;
  397. font-size: 12px;
  398. color: #5f5f5f;
  399. text-shadow: 1px 1px 1px #fff;
  400. text-align: center;
  401. bottom: -5px;
  402. content: "©Copyright 2012 - Free Stuff - Skin designed and coded by FastCode";
  403. }
  404.  
  405. .myparagraph:first-letter {
  406. font-size:200%;
  407. float:left;
  408. color:orange;
  409. }
  410. /*-------------BOX-------------*/
  411.  
  412. .box {
  413. border-radius: 8px;
  414. -moz-border-radius: 8px;
  415. -webkit-border-radius: 8px;
  416. margin: 0px 0px 10px; }
  417.  
  418. .box-content {
  419. border-radius: 8px;
  420. -moz-border-radius: 8px;
  421. -webkit-border-radius: 8px;
  422. font-size: 13px;
  423. font-style: italic;
  424. font-family: Trebuchet MS;
  425. text-shadow: 1px 1px 1px #ffffff;
  426. padding: 10px 20px 8px 90px;
  427. min-height:25px;
  428. }
  429.  
  430.  
  431.  
  432. .box-content h3 {
  433. border-bottom: 1px solid #ccc;
  434. margin-top: 5px;
  435. font-family: Tahoma;
  436. font-weight: bold;
  437. font-style: normal;
  438. font-size: 13px;
  439. }
  440.  
  441. /*-------------WARNING-BOX-------------*/
  442.  
  443. .warning {
  444. background: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
  445. border: 1px dashed #ccc;
  446. }
  447.  
  448. .warning .box-content {
  449. color: #666;
  450. background: transparent url(http://i27.servimg.com/u/f27/16/17/34/47/warnin11.png) no-repeat 10px 10px;
  451. border: 1px solid #ffffea;
  452. }
  453.  
  454. .warning .box-content h3 {
  455. color: #666;
  456. text-shadow: 1px 1px 1px #ffffff;
  457. }
  458.  
  459. /*-------------INFO-BOX-------------*/
  460.  
  461. .info {
  462. background: url(http://i27.servimg.com/u/f27/16/17/34/47/body-b11.png);
  463. border: 1px dashed #ccc;
  464. }
  465.  
  466. .info .box-content {
  467. color: #666;
  468. background: transparent url(http://i27.servimg.com/u/f27/16/17/34/47/info10.png) no-repeat 10px 10px;
  469. border: 1px solid #ffffea;
  470. }
  471.  
  472. .info .box-content h3 {
  473. color: #666;
  474. text-shadow: 1px 1px 1px #ffffff;
  475. }
  476.  
  477. /*-------------DOWNLOAD-BOX-------------*/
  478.  
  479. .download {
  480. background-image: url(http://i27.servimg.com/u/f27/16/17/34/47/body-b12.png);
  481. border: 1px dashed #ccc;
  482. }
  483.  
  484. .download .box-content {
  485. color: #666;
  486. background: transparent url(http://i27.servimg.com/u/f27/16/17/34/47/downlo10.png) no-repeat 10px 10px;
  487. border: 1px solid #ffffea;
  488. }
  489.  
  490. .download .box-content h3 {
  491. color: #666;
  492. text-shadow: 1px 1px 1px #ffffff;
  493. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement