Problem Wikipedia

Problem Wikipedia

offline
  • M.R.K.  Male
  • Zaslužni građanin
  • Pridružio: 27 Dec 2005
  • Poruke: 628
  • Gde živiš: Krusevac

Ljudi da vas pitam, jel zna neko zasto mi se kad skinem nesto sa wikipedije izgled strane kao totalno promeni.... Izgube se oni okviri itd... Inace ovako na netu je sve ok...



Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
offline
  • Peca  Male
  • Glavni Administrator
  • Predrag Damnjanović
  • SysAdmin i programer
  • Pridružio: 17 Apr 2003
  • Poruke: 23211
  • Gde živiš: Niš

verovatno browser ne snimi i CSS na disk?



offline
  • M.R.K.  Male
  • Zaslužni građanin
  • Pridružio: 27 Dec 2005
  • Poruke: 628
  • Gde živiš: Krusevac

I kako to da popravim? Sry ali se ne razumem u browsere nesto posebno...

offline
  • Pridružio: 24 Mar 2004
  • Poruke: 3962
  • Gde živiš: Zemun

ne znam ima li neki program, ali znam kako rucno....
evo recimo ovaj primer......
otvoris stranu u notepadu

izbacis

  1. <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "/skins-1.5/monobook/main.css?51"; /*]]>*/</style>
  2. <link rel="stylesheet" type="text/css" media="print" href="Marlene_Dietrich_files/commonPrint.css">
  3. <link rel="stylesheet" type="text/css" media="handheld" href="Marlene_Dietrich_files/handheld.css">


nalazi se u head tagovima
i ubacis isto u head tagovima
  1. <style type="text/css">
  2. /*
  3. ** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
  4. ** Copyright Gabriel Wicke - http://wikidev.net/
  5. ** License: GPL (http://www.gnu.org/copyleft/gpl.html)
  6. **
  7. ** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
  8. ** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
  9. ** Michael Zeltner and Geir Bækholt)
  10. ** All you guys rock :)
  11. */
  12.  
  13. /**
  14.  * Stylesheet for screen/projection.  All rules not marked media-specific are
  15.  * shared with handheld.css and should be updated in tandem.  The rules can't
  16.  * be in the same file because old browsers like IE5 won't obey @media rules.
  17.  *
  18.  * Rules that are screen/projection-specific are marked with commented-out
  19.  * @media rules and indentation.
  20.  */
  21.  
  22. /* @media screen, projection { */
  23.    #column-content {
  24.       width: 100%;
  25.       float: right;
  26.       margin: 0 0 .6em -12.2em;
  27.       padding: 0;
  28.    }
  29.    #content {
  30.       margin: 2.8em 0 0 12.2em;
  31.       padding: 0 1em 1.5em 1em;
  32.       position: relative;
  33.       z-index: 2;
  34.    }
  35.    #column-one {
  36.       padding-top: 160px;
  37.    }
  38. /* } */
  39. #content {
  40.    background: white;
  41.    color: black;
  42.    border: 1px solid #aaa;
  43.    border-right: none;
  44.    line-height: 1.5em;
  45. }
  46. /* the left column width is specified in class .portlet */
  47.  
  48. /* Font size:
  49. ** We take advantage of keyword scaling- browsers won't go below 9px
  50. ** More at http://www.w3.org/2003/07/30-font-size
  51. ** http://style.cleverchimp.com/font_size_intervals/altintervals.html
  52. */
  53.  
  54. body {
  55.    font: x-small sans-serif;
  56.    background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
  57.    color: black;
  58.    margin: 0;
  59.    padding: 0;
  60. }
  61.  
  62. /* scale back up to a sane default */
  63. #globalWrapper {
  64.    font-size: 127%;
  65.    width: 100%;
  66.    margin: 0;
  67.    padding: 0;
  68. }
  69. .visualClear {
  70.    clear: both;
  71. }
  72.  
  73. /* general styles */
  74.  
  75. table {
  76.    font-size: 100%;
  77.    color: black;
  78.    /* we don't want the bottom borders of <h2>s to be visible through
  79.       floated tables */
  80.    background-color: white;
  81. }
  82. a {
  83.    text-decoration: none;
  84.    color: #002bb8;
  85.    background: none;
  86. }
  87. a:visited {
  88.    color: #5a3696;
  89. }
  90. a:active {
  91.    color: #faa700;
  92. }
  93. a:hover {
  94.    text-decoration: underline;
  95. }
  96. a.stub {
  97.    color: #772233;
  98. }
  99. a.new, #p-personal a.new {
  100.    color: #ba0000;
  101. }
  102. a.new:visited, #p-personal a.new:visited {
  103.    color: #a55858;
  104. }
  105.  
  106. img {
  107.    border: none;
  108.    vertical-align: middle;
  109. }
  110. /* @media screen, projection { */
  111.    p {
  112.       margin: .4em 0 .5em 0;
  113.       line-height: 1.5em;
  114.    }
  115. /* } */
  116. p img {
  117.    margin: 0;
  118. }
  119.  
  120. hr {
  121.    height: 1px;
  122.    color: #aaa;
  123.    background-color: #aaa;
  124.    border: 0;
  125.    margin: .2em 0 .2em 0;
  126. }
  127.  
  128. h1, h2, h3, h4, h5, h6 {
  129.    color: black;
  130.    background: none;
  131.    font-weight: normal;
  132.    margin: 0;
  133.    padding-top: .5em;
  134.    padding-bottom: .17em;
  135.    border-bottom: 1px solid #aaa;
  136. }
  137. h1 { font-size: 188%; }
  138. h1 .editsection { font-size: 53%; }
  139. h2 { font-size: 150%; }
  140. h2 .editsection { font-size: 67%; }
  141. h3, h4, h5, h6 {
  142.    border-bottom: none;
  143.    font-weight: bold;
  144. }
  145. h3 { font-size: 132%; }
  146. h3 .editsection { font-size: 76%; font-weight: normal; }
  147. h4 { font-size: 116%; }
  148. h4 .editsection { font-size: 86%; font-weight: normal; }
  149. h5 { font-size: 100%; }
  150. h5 .editsection { font-weight: normal; }
  151. h6 { font-size: 80%;  }
  152. h6 .editsection { font-size: 125%; font-weight: normal; }
  153.  
  154. .editsection {
  155.    float: right;
  156.    margin-left: 5px;
  157. }
  158.  
  159. ul {
  160.    line-height: 1.5em;
  161.    list-style-type: square;
  162.    margin: .3em 0 0 1.5em;
  163.    padding: 0;
  164.    list-style-image: url(bullet.gif);
  165. }
  166. ol {
  167.    line-height: 1.5em;
  168.    margin: .3em 0 0 3.2em;
  169.    padding: 0;
  170.    list-style-image: none;
  171. }
  172. li {
  173.    margin-bottom: .1em;
  174. }
  175. dt {
  176.    font-weight: bold;
  177.    margin-bottom: .1em;
  178. }
  179. dl {
  180.    margin-top: .2em;
  181.    margin-bottom: .5em;
  182. }
  183. dd {
  184.    line-height: 1.5em;
  185.    margin-left: 2em;
  186.    margin-bottom: .1em;
  187. }
  188.  
  189. fieldset {
  190.    border: 1px solid #2f6fab;
  191.    margin: 1em 0 1em 0;
  192.    padding: 0 1em 1em;
  193.    line-height: 1.5em;
  194. }
  195. legend {
  196.    padding: .5em;
  197.    font-size: 95%;
  198. }
  199. form {
  200.    border: none;
  201.    margin: 0;
  202. }
  203.  
  204. textarea {
  205.    width: 100%;
  206.    padding: .1em;
  207. }
  208.  
  209. input.historysubmit {
  210.    padding: 0 .3em .3em .3em !important;
  211.    font-size: 94%;
  212.    cursor: pointer;
  213.    height: 1.7em !important;
  214.    margin-left: 1.6em;
  215. }
  216. select {
  217.    vertical-align: top;
  218. }
  219. abbr, acronym, .explain {
  220.    border-bottom: 1px dotted black;
  221.    color: black;
  222.    background: none;
  223.    cursor: help;
  224. }
  225. q {
  226.    font-family: Times, "Times New Roman", serif;
  227.    font-style: italic;
  228. }
  229. /* disabled for now
  230. blockquote {
  231.    font-family: Times, "Times New Roman", serif;
  232.    font-style: italic;
  233. }*/
  234. code {
  235.    background-color: #f9f9f9;
  236. }
  237. pre {
  238.    padding: 1em;
  239.    border: 1px dashed #2f6fab;
  240.    color: black;
  241.    background-color: #f9f9f9;
  242.    line-height: 1.1em;
  243. }
  244.  
  245. /*
  246. ** the main content area
  247. */
  248.  
  249. /* @media screen, projection { */
  250.    #siteSub {
  251.       display: none;
  252.    }
  253.    #jump-to-nav {
  254.       display: none;
  255.    }
  256. /* } */
  257.  
  258. #contentSub, #contentSub2 {
  259.    font-size: 84%;
  260.    line-height: 1.2em;
  261.    margin: 0 0 1.4em 1em;
  262.    color: #7d7d7d;
  263.    width: auto;
  264. }
  265. span.subpages {
  266.    display: block;
  267. }
  268.  
  269. /* Some space under the headers in the content area */
  270. #bodyContent h1, #bodyContent h2 {
  271.    margin-bottom: .6em;
  272. }
  273. #bodyContent h3, #bodyContent h4, #bodyContent h5 {
  274.    margin-bottom: .3em;
  275. }
  276. .firstHeading {
  277.    margin-bottom: .1em;
  278. }
  279.  
  280. /* user notification thing */
  281. .usermessage {
  282.    background-color: #ffce7b;
  283.    border: 1px solid #ffa500;
  284.    color: black;
  285.    font-weight: bold;
  286.    margin: 2em 0 1em;
  287.    padding: .5em 1em;
  288.    vertical-align: middle;
  289. }
  290. #siteNotice {
  291.    text-align: center;
  292.    font-size: 95%;
  293.    padding: 0 .9em;
  294. }
  295. #siteNotice p {
  296.    margin: 0;
  297.    padding: 0;
  298. }
  299. .error {
  300.    color: red;
  301.    font-size: larger;
  302. }
  303. .errorbox, .successbox {
  304.    font-size: larger;
  305.    border: 2px solid;
  306.    padding: .5em 1em;
  307.    float: left;
  308.    margin-bottom: 2em;
  309.    color: #000;
  310. }
  311. .errorbox {
  312.    border-color: red;
  313.    background-color: #fff2f2;
  314. }
  315. .successbox {
  316.    border-color: green;
  317.    background-color: #dfd;
  318. }
  319. .errorbox h2, .successbox h2 {
  320.    font-size: 1em;
  321.    font-weight: bold;
  322.    display: inline;
  323.    margin: 0 .5em 0 0;
  324.    border: none;
  325. }
  326.  
  327. #catlinks {
  328.    border: 1px solid #aaa;
  329.    background-color: #f9f9f9;
  330.    padding: 5px;
  331.    margin-top: 1em;
  332.    clear: both;
  333. }
  334. /* currently unused, intended to be used by a metadata box
  335. in the bottom-right corner of the content area */
  336. .documentDescription {
  337.    /* The summary text describing the document */
  338.    font-weight: bold;
  339.    display: block;
  340.    margin: 1em 0;
  341.    line-height: 1.5em;
  342. }
  343. .documentByLine {
  344.    text-align: right;
  345.    font-size: 90%;
  346.    clear: both;
  347.    font-weight: normal;
  348.    color: #76797c;
  349. }
  350.  
  351. /* emulate center */
  352. .center {
  353.    width: 100%;
  354.    text-align: center;
  355. }
  356. *.center * {
  357.    margin-left: auto;
  358.    margin-right: auto;
  359. }
  360. /* small for tables and similar */
  361. .small, .small * {
  362.    font-size: 94%;
  363. }
  364. table.small {
  365.    font-size: 100%;
  366. }
  367.  
  368. /*
  369. ** content styles
  370. */
  371.  
  372. #toc,
  373. .toc,
  374. .mw-warning {
  375.    border: 1px solid #aaa;
  376.    background-color: #f9f9f9;
  377.    padding: 5px;
  378.    font-size: 95%;
  379. }
  380. #toc h2,
  381. .toc h2 {
  382.    display: inline;
  383.    border: none;
  384.    padding: 0;
  385.    font-size: 100%;
  386.    font-weight: bold;
  387. }
  388. #toc #toctitle,
  389. .toc #toctitle,
  390. #toc .toctitle,
  391. .toc .toctitle {
  392.    text-align: center;
  393. }
  394. #toc ul,
  395. .toc ul {
  396.    list-style-type: none;
  397.    list-style-image: none;
  398.    margin-left: 0;
  399.    padding-left: 0;
  400.    text-align: left;
  401. }
  402. #toc ul ul,
  403. .toc ul ul {
  404.    margin: 0 0 0 2em;
  405. }
  406. #toc .toctoggle,
  407. .toc .toctoggle {
  408.    font-size: 94%;
  409. }
  410.  
  411. .mw-warning {
  412.    margin-left: 50px;
  413.    margin-right: 50px;
  414.    text-align: center;
  415. }
  416.  
  417. /* images */
  418. div.floatright, table.floatright {
  419.    clear: right;
  420.    float: right;
  421.    position: relative;
  422.    margin: 0 0 .5em .5em;
  423.    border: 0;
  424. /*
  425.    border: .5em solid white;
  426.    border-width: .5em 0 .8em 1.4em;
  427. */
  428. }
  429. div.floatright p { font-style: italic; }
  430. div.floatleft, table.floatleft {
  431.    float: left;
  432.    clear: left;
  433.    position: relative;
  434.    margin: 0 .5em .5em 0;
  435.    border: 0;
  436. /*
  437.    margin: .3em .5em .5em 0;
  438.    border: .5em solid white;
  439.    border-width: .5em 1.4em .8em 0;
  440. */
  441. }
  442. div.floatleft p { font-style: italic; }
  443. /* thumbnails */
  444. div.thumb {
  445.    margin-bottom: .5em;
  446.    border-style: solid;
  447.    border-color: white;
  448.    width: auto;
  449. }
  450. div.thumbinner {
  451.    border: 1px solid #ccc;
  452.    padding: 3px !important;
  453.    background-color: #f9f9f9;
  454.    font-size: 94%;
  455.    text-align: center;
  456.    overflow: hidden;
  457. }
  458. html .thumbimage {
  459.    border: 1px solid #ccc;
  460. }
  461. html .thumbcaption {
  462.    border: none;
  463.    text-align: left;
  464.    line-height: 1.4em;
  465.    padding: 3px !important;
  466.    font-size: 94%;
  467. }
  468. div.magnify {
  469.    float: right;
  470.    border: none !important;
  471.    background: none !important;
  472. }
  473. div.magnify a, div.magnify img {
  474.    display: block;
  475.    border: none !important;
  476.    background: none !important;
  477. }
  478. div.tright {
  479.    clear: right;
  480.    float: right;
  481.    border-width: .5em 0 .8em 1.4em;
  482. }
  483. div.tleft {
  484.    float: left;
  485.    clear: left;
  486.    margin-right: .5em;
  487.    border-width: .5em 1.4em .8em 0;
  488. }
  489.  
  490. .hiddenStructure {
  491.    display: none;
  492.    speak: none;
  493. }
  494. img.tex {
  495.    vertical-align: middle;
  496. }
  497. span.texhtml {
  498.    font-family: serif;
  499. }
  500.  
  501. /*
  502. ** classes for special content elements like town boxes
  503. ** intended to be referenced directly from the wiki src
  504. */
  505.  
  506. /*
  507. ** User styles
  508. */
  509. /* table standards */
  510. table.rimage {
  511.    float: right;
  512.    position: relative;
  513.    margin-left: 1em;
  514.    margin-bottom: 1em;
  515.    text-align: center;
  516. }
  517. .toccolours {
  518.    border: 1px solid #aaa;
  519.    background-color: #f9f9f9;
  520.    padding: 5px;
  521.    font-size: 95%;
  522. }
  523. div.townBox {
  524.    position: relative;
  525.    float: right;
  526.    background: white;
  527.    margin-left: 1em;
  528.    border: 1px solid gray;
  529.    padding: .3em;
  530.    width: 200px;
  531.    overflow: hidden;
  532.    clear: right;
  533. }
  534. div.townBox dl {
  535.    padding: 0;
  536.    margin: 0 0 .3em;
  537.    font-size: 96%;
  538. }
  539. div.townBox dl dt {
  540.    background: none;
  541.    margin: .4em 0 0;
  542. }
  543. div.townBox dl dd {
  544.    margin: .1em 0 0 1.1em;
  545.    background-color: #f3f3f3;
  546. }
  547.  
  548. /*
  549. ** edit views etc
  550. */
  551. .special li {
  552.    line-height: 1.4em;
  553.    margin: 0;
  554.    padding: 0;
  555. }
  556.  
  557. /* Page history styling */
  558. /* the auto-generated edit comments */
  559. .autocomment {
  560.    color: gray;
  561. }
  562. #pagehistory span.user {
  563.    margin-left: 1.4em;
  564.    margin-right: .4em;
  565. }
  566. #pagehistory span.minor {
  567.    font-weight: bold;
  568. }
  569. #pagehistory li {
  570.    border: 1px solid white;
  571. }
  572. #pagehistory li.selected {
  573.    background-color: #f9f9f9;
  574.    border: 1px dashed #aaa;
  575. }
  576.  
  577. /*
  578. ** Diff rendering
  579. */
  580. table.diff, td.diff-otitle, td.diff-ntitle {
  581.    background-color: white;
  582. }
  583. td.diff-addedline {
  584.    background: #cfc;
  585.    font-size: smaller;
  586. }
  587. td.diff-deletedline {
  588.    background: #ffa;
  589.    font-size: smaller;
  590. }
  591. td.diff-context {
  592.    background: #eee;
  593.    font-size: smaller;
  594. }
  595. span.diffchange {
  596.    color: red;
  597.    font-weight: bold;
  598. }
  599.  
  600. /*
  601. ** keep the whitespace in front of the ^=, hides rule from konqueror
  602. ** this is css3, the validator doesn't like it when validating as css2
  603. */
  604. #bodyContent a.external,
  605. #bodyContent a[href ^="gopher://"] {
  606.    background: url(external.png) center right no-repeat;
  607.    padding-right: 13px;
  608. }
  609. #bodyContent a[href ^="https://"],
  610. .link-https {
  611.    background: url(lock_icon.gif) center right no-repeat;
  612.    padding-right: 16px;
  613. }
  614. #bodyContent a[href ^="mailto:"],
  615. .link-mailto {
  616.    background: url(mail_icon.gif) center right no-repeat;
  617.    padding-right: 18px;
  618. }
  619. #bodyContent a[href ^="news://"] {
  620.    background: url(news_icon.png) center right no-repeat;
  621.    padding-right: 18px;
  622. }
  623. #bodyContent a[href ^="ftp://"],
  624. .link-ftp {
  625.    background: url(file_icon.gif) center right no-repeat;
  626.    padding-right: 18px;
  627. }
  628. #bodyContent a[href ^="irc://"],
  629. .link-irc {
  630.    background: url(discussionitem_icon.gif) center right no-repeat;
  631.    padding-right: 18px;
  632. }
  633. #bodyContent a.external[href $=".ogg"], #bodyContent a.external[href $=".OGG"],
  634. #bodyContent a.external[href $=".mid"], #bodyContent a.external[href $=".MID"],
  635. #bodyContent a.external[href $=".midi"], #bodyContent a.external[href $=".MIDI"],
  636. #bodyContent a.external[href $=".mp3"], #bodyContent a.external[href $=".MP3"],
  637. #bodyContent a.external[href $=".wav"], #bodyContent a.external[href $=".WAV"],
  638. #bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"],
  639. .link-audio {
  640.    background: url("audio.png") center right no-repeat;
  641.    padding-right: 13px;
  642. }
  643. #bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"],
  644. #bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".AVI"],
  645. #bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".MPEG"],
  646. #bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"],
  647. .link-video {
  648.    background: url("video.png") center right no-repeat;
  649.    padding-right: 13px;
  650. }
  651. #bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"],
  652. #bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".PDF#"],
  653. #bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"],
  654. .link-document {
  655.    background: url("document.png") center right no-repeat;
  656.    padding-right: 12px;
  657. }
  658.  
  659. /* disable interwiki styling */
  660. #bodyContent a.extiw,
  661. #bodyContent a.extiw:active {
  662.    color: #36b;
  663.    background: none;
  664.    padding: 0;
  665. }
  666. #bodyContent a.external {
  667.    color: #36b;
  668. }
  669. /* this can be used in the content area to switch off
  670. special external link styling */
  671. #bodyContent .plainlinks a {
  672.    background: none !important;
  673.    padding: 0 !important;
  674. }
  675. /*
  676. ** Structural Elements
  677. */
  678.  
  679. /*
  680. ** general portlet styles (elements in the quickbar)
  681. */
  682. .portlet {
  683.    border: none;
  684.    margin: 0 0 .5em;
  685.    padding: 0;
  686.    float: none;
  687.    width: 11.6em;
  688.    overflow: hidden;
  689. }
  690. .portlet h4 {
  691.    font-size: 95%;
  692.    font-weight: normal;
  693.    white-space: nowrap;
  694. }
  695. .portlet h5 {
  696.    background: transparent;
  697.    padding: 0 1em 0 .5em;
  698.    display: inline;
  699.    height: 1em;
  700.    text-transform: lowercase;
  701.    font-size: 91%;
  702.    font-weight: normal;
  703.    white-space: nowrap;
  704. }
  705. .portlet h6 {
  706.    background: #ffae2e;
  707.    border: 1px solid #2f6fab;
  708.    border-style: solid solid none solid;
  709.    padding: 0 1em 0 1em;
  710.    text-transform: lowercase;
  711.    display: block;
  712.    font-size: 1em;
  713.    height: 1.2em;
  714.    font-weight: normal;
  715.    white-space: nowrap;
  716. }
  717. .pBody {
  718.    font-size: 95%;
  719.    background-color: white;
  720.    color: black;
  721.    border-collapse: collapse;
  722.    border: 1px solid #aaa;
  723.    padding: 0 .8em .3em .5em;
  724. }
  725. .portlet h1,
  726. .portlet h2,
  727. .portlet h3,
  728. .portlet h4 {
  729.    margin: 0;
  730.    padding: 0;
  731. }
  732. .portlet ul {
  733.    line-height: 1.5em;
  734.    list-style-type: square;
  735.    list-style-image: url(bullet.gif);
  736.    font-size: 95%;
  737. }
  738. .portlet li {
  739.    padding: 0;
  740.    margin: 0;
  741. }
  742.  
  743. /*
  744. ** Logo properties
  745. */
  746.  
  747. /* @media screen, projection { */
  748.    #p-logo {
  749.       top: 0;
  750.       left: 0;
  751.       position: absolute; /*needed to use z-index */
  752.       z-index: 3;
  753.       height: 155px;
  754.       width: 12em;
  755.       overflow: visible;
  756.    }
  757.    #p-logo h5 {
  758.       display: none;
  759.    }
  760.    #p-logo a,
  761.    #p-logo a:hover {
  762.       display: block;
  763.       height: 155px;
  764.       width: 12.2em;
  765.       background-repeat: no-repeat;
  766.       background-position: 35% 50% !important;
  767.       text-decoration: none;
  768.    }
  769. /* } */
  770. /*
  771. ** the navigation portlet
  772. */
  773.  
  774. /* @media screen, projection { */
  775.    #p-navigation {
  776.       position: relative;
  777.       z-index: 3;
  778.    }
  779.    #p-navigation a {
  780.       display: block;
  781.    }
  782.    #p-navigation li.active a, #p-navigation li.active a:hover {
  783.       display: inline;
  784.    }
  785. /* } */
  786.  
  787. #p-navigation .pBody {
  788.    padding-right: 0;
  789. }
  790.  
  791. #p-navigation li.active a, #p-navigation li.active a:hover {
  792.    text-decoration: none;
  793.    font-weight: bold;
  794. }
  795.  
  796.  
  797. /*
  798. ** Search portlet
  799. */
  800. /* @media screen, projection { */
  801.    #p-search {
  802.       position: relative;
  803.       z-index: 3;
  804.    }
  805. /* } */
  806. input.searchButton {
  807.    margin-top: 1px;
  808.    font-size: 95%;
  809. }
  810. #searchGoButton {
  811.    padding-left: .5em;
  812.    padding-right: .5em;
  813.    font-weight: bold;
  814. }
  815. #searchInput {
  816.    width: 10.9em;
  817.    margin: 0;
  818.    font-size: 95%;
  819. }
  820. #p-search .pBody {
  821.    padding: .5em .4em .4em .4em;
  822.    text-align: center;
  823. }
  824.  
  825. /*
  826. ** the personal toolbar
  827. */
  828. /* @media screen, projection { */
  829.    #p-personal {
  830.       position: absolute;
  831.       left: 0;
  832.       top: 0;
  833.       z-index: 0;
  834.    }
  835.    #p-personal {
  836.       width: 100%;
  837.       white-space: nowrap;
  838.       padding: 0;
  839.       margin: 0;
  840.       border: none;
  841.       background: none;
  842.       overflow: visible;
  843.       line-height: 1.2em;
  844.    }
  845.    #p-personal h5 {
  846.       display: none;
  847.    }
  848.    #p-personal .portlet,
  849.    #p-personal .pBody {
  850.       z-index: 0;
  851.       padding: 0;
  852.       margin: 0;
  853.       border: none;
  854.       overflow: visible;
  855.       background: none;
  856.    }
  857. /* this is the ul contained in the portlet */
  858.    #p-personal ul {
  859.       border: none;
  860.       line-height: 1.4em;
  861.       color: #2f6fab;
  862.       padding: 0 2em 0 3em;
  863.       margin: 0;
  864.       text-align: right;
  865.       list-style: none;
  866.       z-index: 0;
  867.       background: none;
  868.       cursor: default;
  869.    }
  870.    #p-personal li {
  871.       z-index: 0;
  872.       border: none;
  873.       padding: 0;
  874.       display: inline;
  875.       color: #2f6fab;
  876.       margin-left: 1em;
  877.       line-height: 1.2em;
  878.       background: none;
  879.    }
  880.    #p-personal li a {
  881.       text-decoration: none;
  882.       color: #005896;
  883.       padding-bottom: .2em;
  884.       background: none;
  885.    }
  886.    #p-personal li a:hover {
  887.       background-color: white;
  888.       padding-bottom: .2em;
  889.       text-decoration: none;
  890.    }
  891.    #p-personal li.active a:hover {
  892.       background-color: transparent;
  893.    }
  894.    /* the icon in front of the user name, single quotes
  895.    in bg url to hide it from iemac */
  896.    li#pt-userpage,
  897.    li#pt-anonuserpage,
  898.    li#pt-login {
  899.       background: url(user.gif) top left no-repeat;
  900.       padding-left: 20px;
  901.       text-transform: none;
  902.    }
  903. /* } */
  904. #p-personal ul {
  905.    text-transform: lowercase;
  906. }
  907. #p-personal li.active {
  908.    font-weight: bold;
  909. }
  910. /*
  911. ** the page-related actions- page/talk, edit etc
  912. */
  913. /* @media screen, projection { */
  914.    #p-cactions {
  915.       position: absolute;
  916.       top: 1.3em;
  917.       left: 11.5em;
  918.       margin: 0;
  919.       white-space: nowrap;
  920.       width: 76%;
  921.       line-height: 1.1em;
  922.       overflow: visible;
  923.       background: none;
  924.       border-collapse: collapse;
  925.       padding-left: 1em;
  926.       list-style: none;
  927.       font-size: 95%;
  928.    }
  929.    #p-cactions ul {
  930.       list-style: none;
  931.    }
  932.    #p-cactions li {
  933.       display: inline;
  934.       border: 1px solid #aaa;
  935.       border-bottom: none;
  936.       padding: 0 0 .1em 0;
  937.       margin: 0 .3em 0 0;
  938.       overflow: visible;
  939.       background: white;
  940.    }
  941.    #p-cactions li.selected {
  942.       border-color: #fabd23;
  943.       padding: 0 0 .2em 0;
  944.       font-weight: bold;
  945.    }
  946.    #p-cactions li a {
  947.       background-color: #fbfbfb;
  948.       color: #002bb8;
  949.       border: none;
  950.       padding: 0 .8em .3em;
  951.       position: relative;
  952.       z-index: 0;
  953.       margin: 0;
  954.       text-decoration: none;
  955.    }
  956.    #p-cactions li.selected a {
  957.       z-index: 3;
  958.       padding: 0 1em .2em!important;
  959.       background-color: white;
  960.    }
  961.    #p-cactions .new a {
  962.       color: #ba0000;
  963.    }
  964.    #p-cactions li a:hover {
  965.       z-index: 3;
  966.       text-decoration: none;
  967.       background-color: white;
  968.    }
  969.    #p-cactions h5 {
  970.       display: none;
  971.    }
  972.    #p-cactions li.istalk {
  973.       margin-right: 0;
  974.    }
  975.    #p-cactions li.istalk a {
  976.       padding-right: .5em;
  977.    }
  978.    #p-cactions #ca-addsection a {
  979.       padding-left: .4em;
  980.       padding-right: .4em;
  981.    }
  982.    /* offsets to distinguish the tab groups */
  983.    li#ca-talk {
  984.       margin-right: 1.6em;
  985.    }
  986.    li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
  987.       margin-left: 1.6em;
  988.    }
  989.    #p-cactions .pBody {
  990.       font-size: 1em;
  991.       background-color: transparent;
  992.       color: inherit;
  993.       border-collapse: inherit;
  994.       border: 0;
  995.       padding: 0;
  996.    }
  997. /* } */
  998. #p-cactions .hiddenStructure {
  999.    display: none;
  1000. }
  1001. #p-cactions li a {
  1002.    text-transform: lowercase;
  1003. }
  1004.  
  1005. /*
  1006. ** the remaining portlets
  1007. */
  1008. /* @media screen, projection { */
  1009.    #p-tbx,
  1010.    #p-lang {
  1011.       position: relative;
  1012.       z-index: 3;
  1013.    }
  1014. /* } */
  1015.  
  1016. /* TODO: #t-iscite is only used by the Cite extension, come up with some
  1017.  * system which allows extensions to add to this file on the fly
  1018.  */
  1019. #t-ispermalink, #t-iscite {
  1020.    color: #999;
  1021. }
  1022. /*
  1023. ** footer
  1024. */
  1025. #footer {
  1026.    background-color: white;
  1027.    border-top: 1px solid #fabd23;
  1028.    border-bottom: 1px solid #fabd23;
  1029.    margin: .6em 0 1em 0;
  1030.    padding: .4em 0 1.2em 0;
  1031.    text-align: center;
  1032.    font-size: 90%;
  1033. }
  1034. #footer li {
  1035.    display: inline;
  1036.    margin: 0 1.3em;
  1037. }
  1038. /* hide from incapable browsers */
  1039. head:first-child+body #footer li { white-space: nowrap; }
  1040. #f-poweredbyico, #f-copyrightico {
  1041.    margin: 0 8px;
  1042.    position: relative;
  1043.    top: -2px; /* Bump it up just a tad */
  1044. }
  1045. #f-poweredbyico {
  1046.    float: right;
  1047.    height: 1%;
  1048. }
  1049. #f-copyrightico {
  1050.    float: left;
  1051.    height: 1%;
  1052. }
  1053.  
  1054. /* js pref toc */
  1055. #preftoc {
  1056.    margin: 0;
  1057.    padding: 0;
  1058.    width: 100%;
  1059.    clear: both;
  1060. }
  1061. #preftoc li {
  1062.    background-color: #f0f0f0;
  1063.    color: #000;
  1064. }
  1065. /* @media screen, projection { */
  1066.    #preftoc li {
  1067.       margin: 1px -2px 1px 2px;
  1068.       float: left;
  1069.       padding: 2px 0 3px 0;
  1070.       border: 1px solid #fff;
  1071.       border-right-color: #716f64;
  1072.       border-bottom: 0;
  1073.       position: relative;
  1074.       white-space: nowrap;
  1075.       list-style-type: none;
  1076.       list-style-image: none;
  1077.       z-index: 3;
  1078.    }
  1079. /* } */
  1080. #preftoc li.selected {
  1081.    font-weight: bold;
  1082.    background-color: #f9f9f9;
  1083.    border: 1px solid #aaa;
  1084.    border-bottom: none;
  1085.    cursor: default;
  1086.    top: 1px;
  1087.    padding-top: 2px;
  1088.    margin-right: -3px;
  1089. }
  1090. #preftoc > li.selected {
  1091.    top: 2px;
  1092. }
  1093. #preftoc a,
  1094. #preftoc a:active {
  1095.    display: block;
  1096.    color: #000;
  1097.    padding: 0 .7em;
  1098.    position: relative;
  1099.    text-decoration: none;
  1100. }
  1101. #preftoc li.selected a {
  1102.    cursor: default;
  1103.    text-decoration: none;
  1104. }
  1105. #prefcontrol {
  1106.    padding-top: 2em;
  1107.    clear: both;
  1108. }
  1109. #preferences {
  1110.    margin: 0;
  1111.    border: 1px solid #aaa;
  1112.    clear: both;
  1113.    padding: 1.5em;
  1114.    background-color: #F9F9F9;
  1115. }
  1116. .prefsection {
  1117.    border: none;
  1118.    padding: 0;
  1119.    margin: 0;
  1120. }
  1121. .prefsection fieldset {
  1122.    border: 1px solid #aaa;
  1123.    float: left;
  1124.    margin-right: 2em;
  1125. }
  1126. .prefsection legend {
  1127.    font-weight: bold;   
  1128. }
  1129. .prefsection table, .prefsection legend {
  1130.    background-color: #F9F9F9;
  1131. }
  1132. /* @media screen, projection { */
  1133.    .mainLegend {
  1134.       display: none;
  1135.    }
  1136. /* } */
  1137. div.prefsectiontip {
  1138.    font-size: 95%;
  1139.    margin-top: 0;
  1140.    background-color: #FFC1C1;
  1141.    padding: .2em .7em;
  1142.    clear: both;
  1143. }
  1144. .btnSavePrefs {
  1145.    font-weight: bold;
  1146.    padding-left: .3em;
  1147.    padding-right: .3em;
  1148. }
  1149.  
  1150. .preferences-login {
  1151.    clear: both;
  1152.    margin-bottom: 1.5em;
  1153. }
  1154.  
  1155. .prefcache {
  1156.    font-size: 90%;
  1157.    margin-top: 2em;
  1158. }
  1159.  
  1160. div#userloginForm form,
  1161. div#userlogin form#userlogin2 {
  1162.    margin: 0 3em 1em 0;
  1163.    border: 1px solid #aaa;
  1164.    clear: both;
  1165.    padding: 1.5em 2em;
  1166.    background-color: #f9f9f9;
  1167.    float: left;
  1168. }
  1169.  
  1170. div#userloginForm table,
  1171. div#userlogin form#userlogin2 table {
  1172.    background-color: #f9f9f9;
  1173. }
  1174.  
  1175. div#userloginForm h2,
  1176. div#userlogin form#userlogin2 h2 {
  1177.    padding-top: 0;
  1178. }
  1179.  
  1180. div#userlogin .captcha {
  1181.    border: 1px solid #bbb;
  1182.    padding: 1.5em 2em;
  1183.    width: 400px;
  1184.    background-color: white;
  1185. }
  1186.  
  1187.  
  1188. #userloginprompt, #languagelinks {
  1189.    font-size: 85%;
  1190. }
  1191.  
  1192. #login-sectiontip {
  1193.    font-size: 85%;
  1194.    line-height: 1.2;
  1195.    padding-top: 2em;
  1196. }
  1197.  
  1198. #userlogin .loginText, #userlogin .loginPassword {
  1199.    width: 12em;
  1200. }
  1201.  
  1202. #userloginlink a, #wpLoginattempt, #wpCreateaccount {
  1203.    font-weight: bold;
  1204. }
  1205.  
  1206. /* @media screen, projection { */
  1207.    /*
  1208.    ** IE/Mac fixes, hope to find a validating way to move this
  1209.    ** to a separate stylesheet. This would work but doesn't validate:
  1210.    ** @import("IEMacFixes.css");
  1211.    */
  1212.    /* tabs: border on the a, not the div */
  1213.    * > html #p-cactions li { border: none; }
  1214.    * > html #p-cactions li a {
  1215.       border: 1px solid #aaa;
  1216.       border-bottom: none;
  1217.    }
  1218.    * > html #p-cactions li.selected a { border-color: #fabd23; }
  1219.    /* footer icons need a fixed width */
  1220.    * > html #f-poweredbyico,
  1221.    * > html #f-copyrightico { width: 88px; }
  1222.    * > html #bodyContent,
  1223.    * > html #bodyContent pre {
  1224.       overflow-x: auto;
  1225.       width: 100%;
  1226.       padding-bottom: 25px;
  1227.    }
  1228. /* } */
  1229.  
  1230. /* more IE fixes */
  1231. /* float/negative margin brokenness */
  1232. * html #footer {margin-top: 0;}
  1233. * html #column-content {
  1234.    display: inline;
  1235.    margin-bottom: 0;
  1236. }
  1237. * html div.editsection { font-size: smaller; }
  1238. #pagehistory li.selected { position: relative; }
  1239.  
  1240. /* Mac IE 5.0 fix; floated content turns invisible */
  1241. * > html #column-content {
  1242.    float: none;
  1243. }
  1244. * > html #column-one {
  1245.    position: absolute;
  1246.    left: 0;
  1247.    top: 0;
  1248. }
  1249. * > html #footer {
  1250.    margin-left: 13.2em;
  1251. }
  1252. .redirectText {
  1253.    font-size: 150%;
  1254.    margin: 5px;
  1255. }
  1256.  
  1257. .printfooter {
  1258.    display: none;
  1259. }
  1260.  
  1261. .not-patrolled {
  1262.    background-color: #ffa;
  1263. }
  1264. div.patrollink {
  1265.    font-size: 75%;
  1266.    text-align: right;
  1267. }
  1268. span.newpage, span.minor, span.searchmatch, span.bot {
  1269.    font-weight: bold;
  1270. }
  1271. span.unpatrolled {
  1272.    font-weight: bold;
  1273.    color: red;
  1274. }
  1275.  
  1276. span.searchmatch {
  1277.    color: red;
  1278. }
  1279. .sharedUploadNotice {
  1280.    font-style: italic;
  1281. }
  1282.  
  1283. span.updatedmarker {
  1284.    color: black;
  1285.    background-color: #0f0;
  1286. }
  1287.  
  1288. table.gallery {
  1289.    border: 1px solid #ccc;
  1290.    margin: 2px;
  1291.    padding: 2px;
  1292.    background-color: white;
  1293. }
  1294.  
  1295. table.gallery tr {
  1296.    vertical-align: top;
  1297. }
  1298.  
  1299. table.gallery td {
  1300.    vertical-align: top;
  1301.    background-color: #f9f9f9;
  1302.    border: solid 2px white;
  1303. }
  1304.  
  1305. table.gallery td.galleryheader {
  1306.    text-align: center;
  1307.    font-weight: bold;
  1308. }
  1309.  
  1310. div.gallerybox {
  1311.    margin: 2px;
  1312.    width:  150px;
  1313. }
  1314.  
  1315. div.gallerybox div.thumb {
  1316.    text-align: center;
  1317.    border: 1px solid #ccc;
  1318.    margin: 2px;
  1319. }
  1320.  
  1321. div.gallerytext {
  1322.    font-size: 94%;
  1323.    padding: 2px 4px;
  1324. }
  1325.  
  1326. span.comment {
  1327.    font-style: italic;
  1328. }
  1329.  
  1330. span.changedby {
  1331.    font-size: 95%;
  1332. }
  1333.  
  1334. .previewnote {
  1335.    text-indent: 3em;
  1336.    color: #c00;
  1337.    border-bottom: 1px solid #aaa;
  1338.    padding-bottom: 1em;
  1339.    margin-bottom: 1em;
  1340. }
  1341.  
  1342. .previewnote p {
  1343.    margin: 0;
  1344.    padding: 0;
  1345. }
  1346.  
  1347. .editExternally {
  1348.    border: 1px solid gray;
  1349.    background-color: #ffffff;
  1350.    padding: 3px;
  1351.    margin-top: 0.5em;
  1352.    float: left;
  1353.    font-size: small;
  1354.    text-align: center;
  1355. }
  1356. .editExternallyHelp {
  1357.    font-style: italic;
  1358.    color: gray;
  1359. }
  1360.  
  1361. li span.deleted, span.history-deleted {
  1362.    text-decoration: line-through;
  1363.    color: #888;
  1364.    font-style: italic;
  1365. }
  1366.  
  1367. .toggle {
  1368.    margin-left: 2em;
  1369.    text-indent: -2em;
  1370. }
  1371.  
  1372. /* Classes for EXIF data display */
  1373. table.mw_metadata {
  1374.    font-size: 0.8em;
  1375.    margin-left: 0.5em;
  1376.    margin-bottom: 0.5em;
  1377.    width: 300px;
  1378. }
  1379.  
  1380. table.mw_metadata caption {
  1381.    font-weight: bold;
  1382. }
  1383.  
  1384. table.mw_metadata th {
  1385.    font-weight: normal;
  1386. }
  1387.  
  1388. table.mw_metadata td {
  1389.    padding: 0.1em;
  1390. }
  1391.  
  1392. table.mw_metadata {
  1393.    border: none;
  1394.    border-collapse: collapse;
  1395. }
  1396.  
  1397. table.mw_metadata td, table.mw_metadata th {
  1398.    text-align: center;
  1399.    border: 1px solid #aaaaaa;
  1400.    padding-left: 0.1em;
  1401.    padding-right: 0.1em;
  1402. }
  1403.  
  1404. table.mw_metadata th {
  1405.    background-color: #f9f9f9;
  1406. }
  1407.  
  1408. table.mw_metadata td {
  1409.    background-color: #fcfcfc;
  1410. }
  1411.  
  1412. table.collapsed tr.collapsable {
  1413.    display: none;
  1414. }
  1415.  
  1416.  
  1417. /* filetoc */
  1418. ul#filetoc {
  1419.    text-align: center;
  1420.    border: 1px solid #aaaaaa;
  1421.    background-color: #f9f9f9;
  1422.    padding: 5px;
  1423.    font-size: 95%;
  1424.    margin-bottom: 0.5em;
  1425.    margin-left: 0;
  1426.    margin-right: 0;
  1427. }
  1428.  
  1429. #filetoc li {
  1430.    display: inline;
  1431.    list-style-type: none;
  1432.    padding-right: 2em;
  1433. }
  1434.  
  1435. input#wpSummary {
  1436.    width: 80%;
  1437. }
  1438.  
  1439. /* @bug 1714 */
  1440. input#wpSave, input#wpDiff {
  1441.    margin-right: 0.33em;
  1442. }
  1443.  
  1444. #editform .editOptions {
  1445.    display: inline;
  1446. }
  1447.  
  1448. #wpSave {
  1449.    font-weight: bold;
  1450. }
  1451.  
  1452. /* Classes for article validation */
  1453.  
  1454. table.revisionform_default {
  1455.    border: 1px solid #000000;
  1456. }
  1457.  
  1458. table.revisionform_focus {
  1459.    border: 1px solid #000000;
  1460.    background-color:#00BBFF;
  1461. }
  1462.  
  1463. tr.revision_tr_default {
  1464.    background-color:#EEEEEE;
  1465. }
  1466.  
  1467. tr.revision_tr_first {
  1468.    background-color:#DDDDDD;
  1469. }
  1470.  
  1471. p.revision_saved {
  1472.    color: green;
  1473.    font-weight:bold;
  1474. }
  1475.  
  1476. #mw_trackbacks {
  1477.    border: solid 1px #bbbbff;
  1478.    background-color: #eeeeff;
  1479.    padding: 0.2em;
  1480. }
  1481.  
  1482.  
  1483. /* Allmessages table */
  1484.  
  1485. #allmessagestable th {
  1486.    background-color: #b2b2ff;
  1487. }
  1488.  
  1489. #allmessagestable tr.orig {
  1490.    background-color: #ffe2e2;
  1491. }
  1492.  
  1493. #allmessagestable tr.new {
  1494.    background-color: #e2ffe2;
  1495. }
  1496.  
  1497. #allmessagestable tr.def {
  1498.    background-color: #f0f0ff;
  1499. }
  1500.  
  1501.  
  1502. /* noarticletext */
  1503. div.noarticletext {
  1504.    border: 1px solid #ccc;
  1505.    background: #fff;
  1506.    padding: .2em 1em;
  1507.    color: #000;
  1508. }
  1509.  
  1510. div#searchTargetContainer {
  1511.    left:       10px;
  1512.    top:        10px;
  1513.    width:      90%;
  1514.    background: white;
  1515. }
  1516.  
  1517. div#searchTarget {
  1518.    padding:    3px;
  1519.    margin:     5px;
  1520.    background: #F0F0F0;
  1521.    border:     solid 1px blue;
  1522. }
  1523.  
  1524. div#searchTarget ul li {
  1525.    list-style: none;
  1526. }
  1527.  
  1528. div#searchTarget ul li:before {
  1529.    color: orange;
  1530.    content: "\00BB \0020";
  1531. }
  1532.  
  1533. div.multipageimagenavbox {
  1534.    border: solid 1px silver;
  1535.    padding: 4px;
  1536.    margin: 1em;
  1537.    -moz-border-radius: 6px;
  1538.    background: #f0f0f0;
  1539. }
  1540.  
  1541. div.multipageimagenavbox div.thumb {
  1542.    border: none;
  1543.    margin-left: 2em;
  1544.    margin-right: 2em;
  1545. }
  1546.  
  1547. div.multipageimagenavbox hr {
  1548.    margin: 6px;
  1549. }
  1550.  
  1551. table.multipageimage td {
  1552.    text-align: center;
  1553. }
  1554.  
  1555. /** Special:Version */
  1556.  
  1557. table#sv-ext, table#sv-hooks {
  1558.    margin: 1em;
  1559.    padding:0em;
  1560. }
  1561.  
  1562. #sv-ext td, #sv-hooks td,
  1563. #sv-ext th, #sv-hooks th {
  1564.    border: 1px solid #A0A0A0;
  1565.    padding: 0 0.15em 0 0.15em;
  1566. }
  1567. #sv-ext th, #sv-hooks th {
  1568.    background-color: #F0F0F0;
  1569.    color: black;
  1570.    padding: 0 0.15em 0 0.15em;
  1571. }
  1572. tr.sv-space{
  1573.    height: 0.8em;
  1574.    border:none;
  1575. }
  1576. tr.sv-space td { display: none; }
  1577.  
  1578. /*
  1579.   Table pager (e.g. Special:Imagelist)
  1580.   - remove underlines from the navigation link
  1581.   - collapse borders
  1582.   - set the borders to outsets (similar to Special:Allmessages)
  1583.   - remove line wrapping for all td and th, set background color
  1584.   - restore line wrapping for the last two table cells (description and size)
  1585. */
  1586. .TablePager_nav a { text-decoration: none; }
  1587. .TablePager { border-collapse: collapse; }
  1588. .TablePager, .TablePager td, .TablePager th {
  1589.    border: 0.15em solid #777777;
  1590.    padding: 0 0.15em 0 0.15em;
  1591. }
  1592. .TablePager th { background-color: #eeeeff }
  1593. .TablePager td { background-color: #ffffff }
  1594. .TablePager tr:hover td { background-color: #eeeeff }
  1595.  
  1596. .imagelist td, .imagelist th { white-space: nowrap }
  1597. .imagelist .TablePager_col_links { background-color: #eeeeff }
  1598. .imagelist .TablePager_col_img_description { white-space: normal }
  1599. .imagelist th.TablePager_sort { background-color: #ccccff }
  1600.  
  1601. .templatesUsed { margin-top: 1.5em; }
  1602.  
  1603. .mw-summary-preview {
  1604.    margin: 0.1em 0;
  1605. }
  1606.  
  1607. /* Convenience links on Special:Ipblocklist */
  1608. p.mw-ipb-conveniencelinks {
  1609.    font-size: 90%;
  1610.    float: right;
  1611. }
  1612.  
  1613. /**
  1614.  * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS.
  1615.  * When the day comes, it can be moved to a *real* common.css.
  1616.  */
  1617. #toolbar { clear: both; }
  1618. .mw-plusminus-null { color: #aaa; }
  1619. .texvc { direction: ltr; unicode-bidi: embed; }
  1620. </style>



E sad nisam bas siguran da li ima je isti CSS za bas sve strane..... ako nije onda moras da pogledas odakle vuce CSS, pa da skines taj CSS i da ga ubacis u downloadovan file

offline
  • M.R.K.  Male
  • Zaslužni građanin
  • Pridružio: 27 Dec 2005
  • Poruke: 628
  • Gde živiš: Krusevac

@Svemirko
E brate veliko hvala.... Radi!

offline
  • Pridružio: 24 Mar 2004
  • Poruke: 3962
  • Gde živiš: Zemun

Ma mora da radi ali kazem da nisam upoznat sa njihovim celim sadrzajem (verovatno nije niko) pa mozda ima neki strana gde radi neki drugi css (mada nesto i ne verujem)

Imas mozda bolji nacin.... da ovaj tekst sacuvas u jedan file i nazoves ga nesto.css i posle samo da u head stranice linkujes taj css ......
mislim da je tako dosta lakse.... samo ubacis link do ovog fajla nego da u svaki kopiras ovu kodcinu Smile

to mozes uraditi ovako.... ono opet obrises a ubacis sledece
<link href="putanja do nesto.css" rel="stylesheet" type="text/css">
to je dovoljno da ubacis u head i da ti sve isto izgleda.....

Ko je trenutno na forumu
 

Ukupno su 1176 korisnika na forumu :: 87 registrovanih, 10 sakrivenih i 1079 gosta   ::   [ Administrator ] [ Supermoderator ] [ Moderator ] :: Detaljnije

Najviše korisnika na forumu ikad bilo je 3466 - dana 01 Jun 2021 17:07

Korisnici koji su trenutno na forumu:
Korisnici trenutno na forumu: 33 bren, 357magnum, 8u47, AleksandarV, aleksjevt, ALEXV, alternator, Ares12356, Arsenije, Asteker, Avalon015, bankulen, Bickoooo, bladesu, Citalac, Clouseau, Coabelgrade, crnirocko, cvrle312, darcaud, darkangel, darkkran, Demi87, Dimitrise93, Dorcolac, draganl, dukajov, dule10savic, E_Kurir, Electron, gobrad, ikan, ivicasimo, Jakonjveliki, Još malo pa deda, kljift, Kubovac, Kukuvaja, ladro, Lieutenant, lucko1, lukac, Macalone, Marko Marković, marko.markovic, matejman, Matija, menges, Mercury, Micko97, Miki281, milanpetkovicv, mile.ilic75, milenko crazy north, Milometer, MiroslavD, mist-mist, N.e.m.a.nj.a., N95, naki011, nnovakis, oganj123, OldKresoje, OREMUS, promajauglavi, RAKITNICA, RJ, ruma, S94, Stoilkovic, Tafocus, TBoy, tomigun, TTN, uruk, vathra, Vica1958, VJ, vladetije, Vojkan Petrovic, vuk77, zdrebac, ZlatniRez, zokizemun, Zoran1959, Zorge, zziko