Advertisement
Guest User

Speeedfire

a guest
Jul 18th, 2010
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.82 KB | None | 0 0
  1. /* top elements */
  2. * { margin: 0; padding: 0; outline: 0; }
  3.  
  4. #oldal {
  5.     margin-top:210px;
  6. }
  7.  
  8. .top {
  9.     width:90%;
  10.     text-align: right ;
  11.     margin-right: 20px;
  12.     margin-top: 20px;
  13. }
  14.  
  15. .kozep {
  16.     width:90%;
  17.     margin-left: auto;
  18.     margin-right: auto;
  19. }
  20.  
  21. hr {
  22.     width:90%;
  23.     margin-left: auto;
  24.     margin-right: auto;
  25. }
  26.  
  27. .nfo {
  28.     width: 500px;
  29. }
  30.  
  31. .nfo pre {
  32.     font-size: 10pt;
  33.     text-align: left;
  34.     font-family: 'Courier New',monospace;
  35.     line-height: 13px;
  36. }
  37.  
  38. .szoveg {
  39.     float:left;
  40.     margin-top: 0px;
  41.     padding: 5px;
  42. }
  43.  
  44. .ism {
  45.     float:left;
  46.     margin-top: 0px;
  47. }
  48.  
  49. .cim {
  50.     width: 250px;
  51.     height: 200px;
  52.     float:left;
  53.     margin-left: 25px;
  54.     margin-top: 25px;
  55. }
  56.  
  57. .kepek {
  58.     width: 250px;
  59.     height: 200px;
  60.     float:right;
  61.     margin-right: 25px;
  62.     text-align:center;
  63. }
  64.  
  65. body {
  66.     background: #caced1;
  67.     font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
  68.     color: #777;
  69.     text-align: center;
  70.     margin: 15px 0;
  71. }
  72.  
  73. /* links */
  74. a, a:visited {
  75.     text-decoration: none;
  76.     background: inherit;
  77.     color: #FB9233;
  78. }
  79. a:hover {
  80.     text-decoration: underline;
  81.     background: inherit;
  82.     color: #93C600;
  83. }
  84.  
  85. /* headers */
  86. h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
  87. h1 {
  88.     font-size: 180%;   
  89.     font-weight: normal;   
  90.     color: #555;
  91. }
  92. h2 {
  93.     font-size: 160%;
  94.     color: #88ac0b;
  95.     font-weight: normal;
  96. }
  97. h3 {
  98.     font-size: 135%;     
  99.     color: #666666;
  100. }
  101.  
  102. /* images */
  103. img {
  104.     background: #fff;
  105.     border: 1px solid #E5E5E5;
  106.     padding: 7px;
  107. }
  108. img.float-right { margin: 5px 0px 10px 10px;  }
  109. img.float-left { margin: 5px 10px 10px 0px; }
  110.  
  111. h1, h2, h3, p {
  112.     margin: 10px 15px;
  113.     padding: 0;
  114. }
  115. ul, ol {
  116.     margin: 5px 15px;
  117.     padding: 0 25px;
  118. }
  119.  
  120. code {
  121.   margin: 5px 0;
  122.   padding: 15px;
  123.   text-align: left;
  124.   display: block;
  125.   overflow: auto;  
  126.   font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  127.   /* white-space: pre; */
  128.   border: 1px solid #E5F0FB;  
  129.   background: #F4F8FD;
  130. }
  131. acronym {
  132.   cursor: help;
  133.   border-bottom: 1px dotted #777;
  134. }
  135. blockquote {
  136.   margin: 10px 15px;
  137.   padding: 0 0 0 25px;  
  138.   font: bold 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif;
  139.   color: #2361BA;
  140.   border: 1px solid #E5F0FB;  
  141.   background: #F4F8FD url(quote.jpg) no-repeat 8px 6px;
  142. }
  143.  
  144. /* start - table */
  145. table {
  146.     border-collapse: collapse;
  147.     margin: 10px 15px; 
  148. }
  149. th strong {
  150.     color: #fff;
  151. }
  152. th {
  153.     background: #306bc1 url(button-bg.jpg) repeat-x 0 0;
  154.     height: 35px;
  155.     padding-left: 12px;
  156.     padding-right: 12px;
  157.     color: #fff;
  158.     text-align: left;
  159.     border: 1px solid #306bc1;
  160.     border-bottom-width: 2px;
  161. }
  162. tr {
  163.     height: 32px;
  164.     background: #fff;  
  165. }
  166. td {
  167.     padding-left: 12px;
  168.     padding-right: 12px;
  169.     border: 1px solid #E5F0FB;
  170. }
  171. /* end - table */
  172.  
  173. /* form elements */
  174. form {
  175.     margin:10px 15px;
  176.     padding: 10px 0;
  177.     border: 1px solid #E5F0FB;
  178.     background: #F4F8FD;
  179. }
  180. fieldset {
  181.     margin: 0;  padding: 0;
  182.     border: none;
  183. }
  184. legend {
  185.     display: none;
  186. }
  187. label {
  188.     display:block;
  189.     font-weight:bold;
  190.     margin: 7px 0;
  191. }
  192. input {
  193.     padding:3px;
  194.     border: 1px solid #E5F0FB;
  195.     font: normal 1em Verdana, sans-serif;
  196.     color:#777;
  197. }
  198. textarea {
  199.     width:400px;
  200.     padding:3px;
  201.     font: normal 1em Verdana, sans-serif;
  202.     border: 1px solid #E5F0FB;
  203.     height:100px;
  204.     display:block;
  205.     color:#777;
  206. }
  207. input.button {
  208.     font: bold 12px Arial, Sans-serif;
  209.     height: 28px;
  210.     margin: 0;
  211.     padding: 2px 3px;
  212.     color: #fff;
  213.     background: #306bc1 url(button-bg.jpg) repeat-x 0 0;
  214.     border: 1px solid #306bc1;
  215. }
  216.  
  217. /* search form */
  218. .searchform {
  219.     background-color: transparent;
  220.     border: none;  
  221.     margin: 0;
  222.     padding: 5px 0 5px 0;  
  223.     width: 180px;  
  224. }
  225. .searchform p { margin: 0; padding: 0; }
  226. .searchform input.textbox {
  227.     width: 110px;
  228.     color: #777;
  229.     height: 20px;
  230.     padding: 2px;  
  231.     border: 1px solid #D2E8F7;
  232.     vertical-align: top;
  233. }
  234. .searchform input.button {
  235.     width: 55px;
  236.     height: 26px;
  237.     padding: 2px 5px;
  238.     vertical-align: top;
  239. }
  240.  
  241. /********************************************
  242.    LAYOUT
  243. ********************************************/
  244. #wrap {
  245.     width: 790px;
  246.     background: #CCC url(content.jpg) repeat-y center top;
  247.     margin: 0 auto;
  248.     text-align: left;
  249. }
  250. #content-wrap {
  251.     clear: both;
  252.     width: 760px;  
  253.     margin: 5px auto;
  254.     padding: 0;    
  255. }
  256. #header {
  257.     position: relative;
  258.     height: 131px;
  259.     background: #caced1 url(header.jpg) no-repeat center top;
  260.     padding: 0;
  261.     color: #fff;   
  262. }
  263. #header h1#logo-text a {
  264.     position: absolute;
  265.     margin: 0; padding: 0;
  266.     font: bolder 55px 'Trebuchet MS', Arial, Sans-serif;
  267.     letter-spacing: -3px;
  268.     color: #fff;
  269.     text-transform: none;
  270.     text-decoration: none;
  271.     background: transparent;
  272.    
  273.     /* change the values of top and left to adjust the position of the logo*/
  274.     top: 18px; left: 35px; 
  275. }
  276. #header p#slogan {
  277.     position: absolute;
  278.     margin: 0; padding: 0;
  279.     font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
  280.     text-transform: none;
  281.     color: #FFF;
  282.    
  283.     /* change the values of top and left to adjust the position of the slogan*/
  284.     top: 80px; left: 50px;     
  285. }
  286.  
  287. /* header links */
  288. #header #header-links {
  289.     position: absolute;
  290.     color: #C6DDEE;
  291.     font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
  292.     top: 20px; right: 20px;
  293. }
  294. #header #header-links a {  
  295.     color: #fff;
  296.     text-decoration: none; 
  297. }
  298. #header #header-links a:hover {
  299.     color: #D4FF55;
  300. }
  301.  
  302. /* navigation */
  303. #menu {
  304.     clear: both;   
  305.     margin: 0 auto; padding: 0;
  306.     background: #81C524 url(menu.jpg) no-repeat;   
  307.     font: bold 16px/40px "trebuchet MS", Arial, Tahoma, Sans-serif;
  308.     height: 40px;
  309.     width: 790px;  
  310. }
  311. #menu ul {
  312.     float: left;
  313.     list-style: none;
  314.     margin:0; padding: 0 0 0 20px;
  315. }
  316. #menu ul li {
  317.     display: inline;
  318. }
  319. #menu ul li a {
  320.     display: block;
  321.     float: left;
  322.     padding: 0 12px;
  323.     color: #fff;   
  324.     text-decoration: none;
  325.     background: url(sep.jpg) no-repeat 100% 100%;
  326. }
  327. #menu ul li a:hover {
  328.     color: #3b5e0b;
  329. }
  330. #menu ul li#current a {
  331.     color: #3b5e0b;
  332. }
  333.  
  334. /* Main Column */
  335. #main {
  336.     float: left;
  337.     width: 555px;
  338.     margin: 0; padding: 20px 0 0 0;
  339.     display: inline;
  340.     background: url(box.jpg) no-repeat;    
  341. }
  342. #main h2 {
  343.     font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
  344.     padding: 0;    
  345.     margin-bottom: 0;      
  346.     color: #2666c3;
  347. }
  348. #main h2 a {
  349.     color: #2666c3;
  350.     text-decoration: none; 
  351. }
  352.  
  353. #main p, #main h1, #main h2, #main h3, #main ol, #main ul,
  354. #main blockquote, #main table, #main form {
  355.     margin-left: 20px;
  356.     margin-right: 25px;
  357. }
  358. #main ul li {
  359.     list-style-image: url(bullet.gif);
  360. }
  361.  
  362. /* Sidebar */  
  363. #sidebar {
  364.     float: right;
  365.     width: 195px;
  366.     padding: 0; margin: 10px 0 0 0;
  367.     color: #777;   
  368. }  
  369. #sidebar h2 {
  370.     margin: 15px 5px 10px 5px;
  371.     font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
  372.     color: #555;   
  373. }
  374. #sidebar p {
  375.     margin-left: 5px;
  376. }
  377.  
  378. #sidebar ul.sidemenu {
  379.     list-style: none;
  380.     text-align: left;
  381.     margin: 7px 10px 8px 0; padding: 0;
  382.     text-decoration: none; 
  383.     border-top: 1px solid #A9D4EF; 
  384. }
  385. #sidebar ul.sidemenu li {
  386.     list-style: none;
  387.     padding: 4px 0 4px 5px;
  388.     margin: 0 2px; 
  389.     color: #777;   
  390.     border-bottom: 1px solid #D2E8F7;
  391. }
  392. * html body #sidebar ul.sidemenu li {
  393.     height: 1%;
  394. }
  395. #sidebar ul.sidemenu li a {
  396.     text-decoration: none; 
  397.     color: #1773BC;            
  398. }
  399. #sidebar ul.sidemenu li a:hover {  
  400.     color: #333;
  401. }
  402. #sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
  403. #sidebar ul.sidemenu ul li { border: none; }
  404.  
  405. /* Footer */   
  406. #footer {
  407.     color: #C6DDEE;
  408.     background: #caced1 url(footer.jpg) no-repeat center top;
  409.     clear: both;
  410.     width: 790px;
  411.     height: 57px;
  412.     text-align: center;
  413.     font-size: 90%;
  414. }
  415. #footer p {
  416.     padding: 10px 0;
  417.     margin: 0;
  418. }
  419. #footer a {
  420.     color: #fff;
  421.     text-decoration: none;
  422. }
  423.  
  424. /* post footer */
  425. .post-footer {
  426.     background: #F4F8FD;
  427.     padding: 5px; margin: 20px 25px 0 25px;
  428.     border: 1px solid #E5F0FB;
  429.     font-size: 95%;
  430. }
  431. .post-footer .date {    padding-left: 0px; margin: 0 5px; }
  432. .post-footer .comments { padding-left: 0px; margin: 0 5px; }
  433. .post-footer .readmore { padding-left: 0px; margin: 0 5px; }
  434.  
  435. .post-by { font-size: .95em;    margin-top: 0;  }
  436.  
  437. /* alignment classes */
  438. .float-left  { float: left; }
  439. .float-right { float: right; }
  440. .align-left  { text-align: left; }
  441. .align-right { text-align: right; }
  442.  
  443. /* clearing */
  444. .fix {
  445.     clear: both;
  446.     height: 1px;
  447.     margin: -1px 0 0;
  448.     overflow: hidden;
  449. }
  450. .clear { display:inline-block; }
  451. .clear:after {
  452.     display:block;
  453.     visibility:hidden;
  454.     clear:both;
  455.     height:0;
  456.     content: " ";
  457. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement