0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
styles
/
[
Home
]
File: tceti.css
/* Default style for Tiki 1.2 this is a short-version CSS template if you want to FULLY customize every aspect of Tiki adpat the subsilver CSS file, but normally this is the file you want to adapt to produce a new theme. Good luck! */ body { background-color: white; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; } /* GENERAL LAYOUT EXPLANATION * * The tiki application is enclosed as a whole in tiki-main tiki-main contains three divs: tiki-top, * tiki-mid and tiki-botthat will be used for the header, application and footer. * * tiki-mid contains a 3-column table, the columns are called (ids) leftcolumn, centercolumn and rightcolumn * Finally centercolumn contains tiki-center where the main area of the application is displayed. * */ /************* GENERAL LAYOUT **********************************/ /* This div encloses the whole Tiki application */ DIV#tiki-main { background-color: white; height: 100%; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; } /* This is the header */ DIV#tiki-top { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #003366; color: white; padding-right: 0px; padding-left: 4px; } DIV#tiki-top a { color: white; text-decoration: none; } /* This is the middle */ DIV#tiki-mid { background-color: white; height: auto; padding-bottom: 0px; } /* And this is the footer */ DIV#tiki-bot { padding-top: 10px; margin-top: 0px; background-color: white; padding-bottom: 15px; } /* The three columns */ TD#leftcolumn { padding-left: 2px; padding-right: 2px; vertical-align: top; background-color: white; width: 180px; } TD#rightcolumn { padding-left: 2px; vertical-align: top; background-color: white; width: 180px; } TD#centercolumn { padding-right: 14px; background-color: white; vertical-align: top; width: 100%; } /* And this is what lies inside the centercolumn */ DIV#tiki-center { margin-left: 2px; margin-right: 5px; padding-left: 7px; padding-right: 5px; } div#debugconsole { position: absolute; background-color: #eeddcc; color: #009000; top: 0px; left: 20px; right: 310px; height: auto; width: auto; z-index: 1; padding: 5px; border: 6px ridge #996600; font-size: 12px; } span.on-option { color: #00C000; } span.off-option { color: #005000; } /********************************************* GENERAL STYLE PROPERTIES **********************************************/ /* BOXES boxes are used to present a box with a title bar and content, they are used for modules and they are also used in the rankings, admin screen etc. The box class is used for modules while the cbox class is used for other boxes */ /* Modules (modules are those boxes in the left/right columns) */ div.box { margin-left: 4px; margin-right: 4px; margin-top: 4px; margin-bottom: 10px; background-color: #045D95; color: white; border: 1px solid black; padding-bottom: 10px; overflow: hidden; width: 170px; } /* Boxes are divided in title and data, this is the title */ div.box-title { background-color: #044873; border-bottom: 1px solid black; color: white; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; overflow: hidden; text-align: center; padding-left: 0px; padding-right: 0px; margin-bottom: 1px; width: 170px; } div.box-title table { width: 100%; } /* And this is the data */ div.box-data { overflow: hidden; color: white; margin-left: 5px; margin-right: 5px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; width: 170px; } /* When modules display a list of items each item is enclosed in a cell with the following style */ TD.module { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: white; text-align: left; } /* style for rss lists in modules or in wiki */ .rsslist { background-color: #ffffff; margin: 0; margin-right: 10px; padding: 1px; border: 1px solid #dadac9; } .rssitem { padding: 1px 6px 1px 6px; border-top: 1px dashed #dadac9; margin-left: 15px; } .rssitem:first-child { border-top: 0; } .rssdate { color: #999999; font-style: italic; } /* Links in modules */ .separator, .bannertext, .linkmenu, .linkmodule { font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #F5F5F5; text-decoration: none; } .separator:hover, .bannertext:hover, .linkmenu:hover, .linkmodule:hover { font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: white; text-decoration: none; } /* Now the boxes for the rest of Tiki (non-modules */ div.cbox { margin-top: 4px; margin-bottom: 0px; border: 1px solid black; background-color: white; padding-bottom: 10px; overflow: hidden; width: 100%; } /* Boxes are divided in title and data, this is the title */ div.cbox-title { background-color: #044873; color: white; border-bottom: 1px solid black; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; overflow: hidden; text-align: center; padding-left: 0px; padding-right: 0px; margin-bottom: 0px; width: 100%; } /* When there's a link in a cbox-title */ .flip, .cboxtlink { font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: black; text-decoration: none; } .flip:hover, .cboxtlink:hover { font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #4E4E4E; text-decoration: none; } /* And this is the data */ div.cbox-data { overflow: hidden; background-color: white; margin-left: 5px; margin-right: 2px; padding-right: 5px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: black; width: 100%; } /* Some boxes are identified by an ID, for example the boxes in the main application menu, we set display to none to make the menu appear collapsed initially, change this to 'block' if you want it to be extended fully */ /* Menus */ /* Separators are used to separate menu areas in the application menu and user created menus*/ div.separator { /*color: black; font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px;*/ margin-left: 2px; margin-right: 2px; margin-top: 6px; margin-bottom: 2px; width: 90%; } /* Some boxes uses thumbnails this is the image style */ div.imagerank { margin-left: 5px; margin-right: 5px; margin-bottom: 10px; margin-top: 10px; } /* A simple box is just a div with a border around and some margin * used for example in the admin screen */ div.fgaldesc, div.galdesc, div.simplebox { margin-left: 1px; margin-right: 4px; margin-top: 5px; margin-bottom: 5px; padding-left: 2px; padding-top: 2px; padding-bottom: 2px; padding-right: 5px; color: black; border: 1px solid black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } /* Prevent forms from generating unwanted padding or margins */ FORM { margin: 0px 0px 0px 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; background: transparent; } /* General form elements */ file, input, textarea, select { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } input { text-indent: 2px; } /* General tables */ /* These styles apply to tables used to display common listings such as the wiki page listing, last changes, listings in admin screens, etc. */ /* Cells where nothing is specified */ TD { color: Black; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; vertical-align: top; } /* Cells in forms without background color (inside a div for example) */ .form td { color: Black; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; vertical-align: top; text-align: left; } /* Cells in forms using a background color */ .imageinfo, .formcolor, .galform, .editblogform, .editfgalform, .comform, .forumform { color: black; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: Silver; font-size: 10px; vertical-align: top; text-align: left; border: 0.5px solid black; } /* The table */ table.imageinfo, table.listgallery, table.creategalform, TABLE.normal, table.gallerylisting, table.bloglist, table.editblogform, table.editfgalform, table.listfgal, table.listfiles, table.listarticles, table.forumstable, table.forumformtable, table.viewthread, table.jukeboxlist { border-color: black; border-collapse: collapse; border-style: solid; border-width: 1px; width: 98%; } TABLE.normalnoborder { width: 98%; } /* Table headings */ TD.heading, td.gallistheading, td.listgalheading, td.jukeboxlistheading, td.bloglistheading, td.listfgalheading, td.listfilesheading, td.listartheading, td.forumheading, td.viewthread { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; border: 0.5px solid black; color: white; font-size: 11px; background-color: #044873; padding-left: 2px; } th, th.gallistheading, th.listgalheading, th.jukeboxlistheading, th.bloglistheading, th.listfgalheading, th.listfilesheading, th.listartheading, th.forumheading, th.viewthread { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; border: 0.5px solid black; color: white; font-size: 11px; background-color: #044873; padding-left: 2px; } TD.button { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; border: 0.5px solid black; color: white; font-size: 11px; background-color: #044873; padding-left: 2px; text-align: center; vertical-align: middle; } /* Links to view an object from a table listing objects can be generalized to this link */ a.tablename, a.galname, a.imagename, a.jukeboxname, a.blogname, a.fgalname, a.artname, a.forumname { font-weight: bold; font-size: 11px; color: black; text-decoration: none; } a.tablename:hover, a.galname:hover, a.jukeboxname:hover, a.imagename:hover, a.blogname:hover, a.fgalname:hover, a.artname:hover, a.forumname:hover { text-decoration: none; color: #4E4E4E; } a.forumnameread { font-size: 12px; letter-spacing: 1px; color: black; text-decoration: none; } a.forumnameread:hover { text-decoration: underline; } /* Links in table headings */ .tableheading, .gallistheading, .listgalheading, .bloglistheading, .llisfgalheading, .llistfileslink, .llistart, .lforumheading { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: white; font-size: 10px; font-weight: bold; text-decoration: none; } .tableheading:hover, gallistheading:hover, .listgalheading:hover, .bloglistheading:hover, .llisfgalheading:hover, .llistfileslink:hover, . llistart:hover, .lforumheading:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #336699; font-size: 10px; font-weight: bold; text-decoration: none; } /* When a find button is provided for a listing the table form is displayed in a table with the following style */ table.findtable { width: 97%; margin-bottom: 20px; padding-bottom: 10px; } .findtable td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } /* Odd rows in several listings */ tr.odd { margin: 0px 0px 0px 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: Black; background-color: #C7C7C7; vertical-align: top; text-align: left; padding-left: 2px; border: 0.5px solid black; } tr.odd:hover { background-color: #FFF7E6; } tr.even { border-color: black; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; background-color: white; border: 0.5px solid black; color: Black; vertical-align: top; text-align: left; padding-left: 2px; margin: 0px 0px 0px 0px; } tr.even:hover { background-color: #FFF7E6; } TD.odd, td.gallistnameodd, td.gallistdescriptionodd, td.gallistcreatedodd, td.gallistlastModifodd, td.gallistuserodd, td.gallistimagesodd, td.gallisthitsodd, td.gallistactionsodd, td.listgalidodd, td.listgalnameodd, td.listgalcreatedodd, td.listgalhitsodd, td.listgaluserodd, td.listgalfilesizeodd, td.bloglistnameodd, td.bloglistdescriptionodd, td.bloglistcreatedodd, td.bloglistlastModifodd, td.bloglistuserodd, td.bloglistpublicodd, td.bloglistpostsodd, td.bloglistvisitsodd, td.bloglistactivityodd, td.bloglistactionsodd, td.listfgalnameodd, td.listfgaldescriptionodd, td.listfgalcreatedodd, td.listfgallastModifodd, td.listfgaluserodd, td.listfgalfilesodd, td.listfgalvisitsodd, td.listfgalactionsodd, td.listfilesnameodd, td.listfilesdescriptionodd, td.listfilesidodd, td.listfilesfilenameodd, td.listfilesfilesizeodd, td.listfilescreatedodd, td.listfilesdlsodd, td.listfilesnameodd, td.listfilesuserodd, td.listfilesactionsodd, td.listarttitleodd, td.listarttopicodd, td.listartpublishDateodd, td.listartauthorodd, td.listartreadsodd, td.listarthasimageodd, td.listartuseimageodd, td.listartactionsodd, td.listartsizeodd, td.forumstableodd, td.forumstableinfoodd, td.topictitleodd, td.topicrepliesodd, td.topicreadsodd, td.topicscoreodd, td.topiclastpostodd, td.topicauthorodd, td.jukeboxlistnameodd, td.jukeboxdescriptionodd, td.jukeboxcreatedodd, td.jukeboxlastmodifodd, td.jukeboxlistuserodd, td.jukeboxlisttracksodd, td.jukeboxlistvisitsodd { margin: 0px 0px 0px 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: Black; background-color: #C7C7C7; vertical-align: top; text-align: left; padding-left: 2px; border: 0.5px solid black; } /* Even rows in several listings */ TD.even, td.gallistnameeven, td.gallistdescriptioneven, td.gallistcreatedeven, td.gallistlastModifeven, td.gallistusereven, td.gallistimageseven, td.gallisthitseven, td.gallistactionseven, td.listgalideven, td.listgalnameeven, td.listgalcreatedeven, td.listgalhitseven, td.listgalusereven, td.listgalfilesizeeven, td.bloglistnameeven, td.bloglistdescriptioneven, td.bloglistcreatedeven, td.bloglistlastModifeven, td.bloglistusereven, td.bloglistpubliceven, td.bloglistpostseven, td.bloglistvisitseven, td.bloglistactivityeven, td.bloglistactionseven, td.listfgalnameeven, td.listfgaldescriptioneven, td.listfgalcreatedeven, td.listfgallastModifeven, td.listfgalusereven, td.listfgalfileseven, td.listfgalvisitseven, td.listfgalactionseven, td.listfilesnameeven, td.listfilesdescriptioneven, td.listfilesideven, td.listfilesfilenameeven, td.listfilesfilesizeeven, td.listfilescreatedeven, td.listfilesdlseven, td.listfilesnameeven, td.listfilesusereven, td.listfilesactionseven, td.listarttitleeven, td.listarttopiceven, td.listartpublishDateeven, td.listartauthoreven, td.listartreadseven, td.listarthasimageeven, td.listartuseimageeven, td.listartactionseven, td.listartsizeeven, td.forumstableeven, td.forumstableinfoeven, td.topictitleeven, td.topicreplieseven, td.topicreadseven, td.topicscoreeven, td.topiclastposteven, td.topicauthoreven, td.jukeboxlistnameeven, td.jukeboxdescriptioneven, td.jukeboxcreatedeven, td.jukeboxlastmodifeven, td.jukeboxlistusereven, td.jukeboxlisttrackseven, td.jukeboxlistvisitseven { border-color: black; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; background-color: white; border: 0.5px solid black; color: Black; vertical-align: top; text-align: left; padding-left: 2px; margin: 0px 0px 0px 0px; } TD.third { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: Black; background-color: #B7B7B7; vertical-align: top; text-align: left; padding-left: 2px; border: 0.5px solid black; } /* Titles */ /* When the page title is a link this is the style */ div.forumspagetitle, div.imagetitle, div.gallerytitle, .pagetitle, .forumspagetitle { font-weight: bold; font-size: 26px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #064973; text-decoration: none; } .pagetitle:hover, .forumspagetitle:hover { font-weight: bold; font-size: 26px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #276A85; } /* Non-linking titles (three levels) */ H1 { font-weight: bold; font-size: 26px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #064973; } H2 { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #064973; } H3 { font-weight: bold; font-size: 20px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #064973; } /* Links where no special link style apply (usually with the general application background) */ .link, .gallink, .bloglink, .fgallink, .trailer, .opencomlink, .commentslink, .admlink, .forumbutlink { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: black; text-decoration: underline; } .link:hover, .gallink:hover, .bloglink:hover, .fgallink:hover, .trailer:hover, .opencomlink:hover, .commentslink:hover, .admlink:hover, .forumbutlink:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #044873; text-decoration: underline; } /* Search results display a date using the following style*/ div.searchdate { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #1E1E1E; } /* Pagination for listings */ .mini { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: Black; text-align: center; background-color: #EFEFEF; border: 0.1px solid silver; } /* prev & next buttons in pagination */ .prevnext, .galprevnext, .blogprevnext, .fgalprevnext, .artprevnext, .forumprevnext, .jukeboxprevnext { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: black; text-decoration: none; } .prevnext:hover, .galprevnext:hover, .blogprevnext:hover, .fgalprevnext:hover, .artprevnext:hover, .jukeboxprevnext:hover, .forumprevnext:hover { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #4E4E4E; text-decoration: none; } /* Warning background/color */ .attention { color: #D40000; } /*********************************************** THE WIKI ***********************************************************/ div.titlebar { background-color: #044873; color: white; border: 1px solid white; padding-left: 1px; padding-right: 1px; padding-top: 1px; padding-bottom: 1px; clear: both; font-weight: bold; } /* The bar where the actions for a page are displayed */ DIV#page-bar { margin-left: 5px; } /* Page bar with <ul> <li> based on the vidiki theme */ #page-bar { width: 100%; margin: 0; padding: 0; } #page-bar ul { width: 100%; display: inline; list-style: none; } #page-bar ul li { display: inline; list-style: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: white; font-weight: bold; margin: 0.0ex 0px; } #page-bar ul li a { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #F5F5F5; font-weight: bold; float: left; text-decoration: none; padding: 0.2em 0.4em; background: #044873; border: 1px solid black; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 2px; border-radius : 5px 5px 0 0; -moz-border-radius : 5px 5px 0 0; -khtml-border-radius : 5px 5px 0 0; border-bottom : 0; margin-left: 5px; } #page-bar ul li a:hover { color: white; } #page-bar ul li a.active { background: #FFAAAA; color: white; } /* Wiki action buttons (the buttons displayed at the end of each page to edit/print/remove/etc a page */ .button2, .button3 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: white; font-weight: bold; background-color: #045d95; border: 1px solid black; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; margin: 0.0ex 0px; } .button3 { border-radius : 5px 5px 0 0; -moz-border-radius : 5px 5px 0 0; -khtml-border-radius : 5px 5px 0 0; } .button3 .linkbut { border-radius : 5px 5px 0 0; -moz-border-radius : 5px 5px 0 0; -khtml-border-radius : 5px 5px 0 0; padding-bottom : 2px; border-bottom : 0; } /* Links in buttons */ .linkbut { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #f5f5f5; text-decoration: none; } .linkbut:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: white; text-decoration: none; } /* When a cached version of an external link is displayed */ div.cache { background: #DADADA; border: 1px solid black; padding-left: 0.1em; padding-right: 0.1em; padding-top: 0.1em; padding-bottom: 0.1em; margin: 0.1ex 0px; width: 100%; } div.cachedpage { border: 1px solid black; padding-left: 0.1em; padding-right: 0.1em; padding-top: 0.1em; padding-bottom: 0.1em; margin: 0.1ex 0px; width: 100%; } /* When an external link is cached a small link to the cached version (cache) is displayed using this style */ .wikicache { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #000180; text-decoration: none; } .wikicache:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #0002D4; text-decoration: none; } table.wikitable { border: 1px solid black; } td.wikicell { background-color: #EFEFEF; } /* Text in wiki pages is displayed using the following style */ div.wikitext { background: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid black; padding-left: 1px; padding-right: 1px; padding-top: 1px; padding-bottom: 1px; margin-left: 1px; margin-right: 1px; margin-top: 5px; margin-bottom: 5px; width: 100%; clear: both; } .wikitopline table { width: 100%; } /* Links to wiki pages */ .wiki { color: black; } .wiki:hover { color: #4E4E4E; } /* Date displayed for last modification date of pages */ p.editdate { color: black; font-size: smaller; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; } #description { font-size : 10px !important; padding-left: 10px; color: #333300; } /* The edit-help used to display the wiki syntax when editing a page */ div.wiki-edithelp { background: white; border: 1px solid black; font-size: smaller; padding: 6pt; } /******************************************************* IMAGE GALLERIES **********************************************/ TABLE.galtable { border-collapse: collapse; width: 100%; } /* Container for the whole gallery */ div.browsegallery { } /* You can set a different background color for odd and even rows in the thumbnails table */ /* Thumbnails in odd rows are shown inside oddthumb tds */ TD.oddthumb { background: white; } TD.eventhumb { background: #F5F5F5; } /* Gallery Title */ /*div.gallerytitle {font-weight: bold; font-size: 26px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; color : black;}*/ div.adminoptions { margin-top: 5px; margin-bottom: 5px; padding-top: 10px; padding-bottom: 10px; } div.sortoptions { margin-top: 5px; margin-bottom: 5px; padding-top: 10px; padding-bottom: 10px; } span.sorttitle { } span.sortoptions { } /* Container for thumbnails */ div.thumbnails { border: 1px solid Black; margin-top: 10px; margin-bottom: 10px; } /* Thumbnails images */ img.athumb { border: 1px solid #C7C7C7; } .caption { } /* No records found text (displayed in the table when no records */ p.norecords { font-weight: bold; } /* Browsing an image */ /* The whole container for the browse image screen (may be useful for a fancy background) */ div.browseimage { } /*div.imagetitle {font-weight: bold; font-size: 26px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; color : black;}*/ div.gallerylink { } div.showimage { text-align: center; margin-top: 15px; margin-bottom: 5px; } div.imageinfo { text-align: center; margin-top: 10px; margin-bottom: 10px; } td.imageinfo { } table.tableinfo { text-align: center; } div.linksinfo { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: Black; text-align: center; border: 1px solid black; margin-top: 10px; margin-bottom: 10px; } /******************************************************* WEBLOGS **********************************************************/ /* The header of a weblog post */ div.posthead { background-color: #045D95; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: white; overflow: hidden; border: 1px solid black; border-bottom: 0px; text-align: center; padding-left: 0px; padding-right: 0px; margin-bottom: 0px; } /* The font used in the heading of the weblog */ span.posthead { font-family: TVerdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: white; } /* Links in the weblog post heading (edit/remove) */ /* When there's a link in a cbox-title */ .blogt { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: white; text-decoration: none; } .blogt:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: white; text-decoration: underline; } /* The post body */ div.postbody { overflow: hidden; background: white; border: 1px solid black; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: black; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; margin-bottom: 10px; } /* The weblog title */ div.blogtitle { background-color: #044873; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: white; font-weight: bold; font-size: 13px; padding-left: 2px; padding-right: 5px; margin-top: 10px; border: 1px solid black; border-bottom: 0px; } /* The weblog information */ div.bloginfo { background: white; border: 1px solid black; padding-left: 0.8em; padding-right: 0.8em; padding-top: 0.5em; padding-bottom: 0.5em; margin-bottom: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; clear: both; } /* Weblog description */ div.blogdesc { background: white; border: 1px solid black; padding-left: 0.8em; padding-right: 0.8em; padding-top: 0.5em; padding-bottom: 0.5em; margin-bottom: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; clear: both; } /* Links to post/edit/rss feed for the webelog are contained inside this div */ div.blogtools { background: white; border: 1px solid black; padding-left: 0.8em; padding-right: 0.8em; padding-top: 0.5em; padding-bottom: 0.5em; margin-bottom: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; clear: both; } /****************************************************** CMS ***************************************************************/ /* The article title bar */ div.articletitle { background-color: #044873; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: white; overflow: hidden; border: 1px solid black; border-bottom: 0px; padding-left: 0px; padding-right: 0px; margin-bottom: 0px; margin-top: 5px; } /* The article heading */ div.articleheading { background: white; border: 1px solid black; padding-left: 0.8em; padding-right: 0.8em; padding-top: 0.5em; padding-bottom: 0.5em; border-bottom: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; clear: both; } div.articletrailer { background: white; border: 1px solid black; border-bottom: 1px solid black; border-top: thin solid #0002D4; margin-bottom: 20px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; clear: both; } /* Text in the article heading */ div.articleheadingtext { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; display: inline; } /* The body */ div.articlebody { background: white; border: 1px solid black; padding-left: 0.8em; padding-right: 0.8em; padding-top: 0.5em; padding-bottom: 0.5em; margin: 10px 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; clear: both; } /* The article title */ span.titlea { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; } /* The author, date and number of reads */ span.titleb { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; } /* The trailer */ span.trailer { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; } /******************************************************* CALENDAR **********************************************************/ /* LINKS TO DAYS IN THE CALENDAR */ .day { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none; color: #F5F5F5; } .day:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: white; text-decoration: none; } /* LINKS FOR TODAY */ .today { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none; color: white; font-weight: bold; text-decoration: underline; } .today:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: white; text-decoration: underline; font-weight: bold; } /* Links to change month, year or go to today */ .nav { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none; color: #F5F5F5; font-weight: bold; text-decoration: none; } .nav:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #336699; text-decoration: none; font-weight: bold; } .changedate { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8px; background: transparent; color: white; font-weight: bold; } .date { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; background: transparent; color: white; font-weight: bold; } /*************************************************** COMMENTS **************************************************************/ /* The whole comment area when it is visible and when it is not */ #comzone { display: none; margin-left: 1px; margin-right: 1px; margin-top: 5px; margin-bottom: 5px; padding-left: 2px; padding-right: 2px; } #comzoneopen { display: block; margin-left: 1px; margin-right: 1px; margin-top: 5px; margin-bottom: 5px; padding-left: 2px; padding-right: 2px; } /* Post comment form */ div.commentspost { display: inherit; border: 1px solid black; margin-top: 10px; margin-right: 10px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; margin-bottom: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; } /* Help box*/ div.commentsedithelp { background: white; border: 1px solid black; font-size: smaller; } /* The toolbar where the ordering number of comments and find box are found */ div.commentstoolbar { background: #9191AE; color: black; margin-bottom: 20px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid black; padding-top: 2px; padding-left: 2px; } /* The comment title */ span.commentstitle { font-weight: bold; font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; width: 98%; } /* The comment */ div.commentscomment { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; margin-bottom: 20px; } /* The header for a comment */ div.commentheader { background: #A6A6A6; border: 0px solid #0002D4; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; } /* The text */ div.commenttext { font-size: 10px; margin-left: 5px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; } /* Links in the comment header */ .commentshlink { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: black; text-decoration: none; } .commentshlink:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: black; text-decoration: underline; } .comments .normal { width: 100%; } .subcomment {margin-left: 10px; } /************************************************************ CHAT *********************************************************/ table.chatroom { border-color: #403429; border-style: solid; border-width: 2px; width: 98%; } td.chatchannels { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background: #DADADA; font-size: 10px; color: black; } td.chatarea { padding-left: 0px; margin-left: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: black; background: #FFFFFF; } table.chatform { border-color: #004871; border-style: solid; border-width: 2px; width: 98%; border-top: 0px; } td.tdchatform { color: Black; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background: #DADADA; font-size: 10px; vertical-align: top; text-align: left; } span.chnormal { color: #D40000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; } span.chuser { color: #0002D4; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; } /********************************************************** POLLS ********************************************************/ div.pollresults { border: 1px solid black; margin-top: 5px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; padding-left: 5px; } table.pollresults { } td.pollr { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: black; } /* MODULES */ /***************************************************** FORUMS *****************************************************/ /* Title for the forums page */ table.threads { width: 97%; } td.viewthreadl { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #DADADA; height: 30px; vertical-align: top; } td.viewthreadr { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #DADADA; height: 30px; vertical-align: top; } /* Cells for the threads table */ td.threadsevenl { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #FFFFFF; vertical-align: top; } td.threadsevenr { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #FFFFFF; vertical-align: top; } td.threadsoddl { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #C8C8C8; vertical-align: top; } td.threadsoddr { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #C8C8C8; vertical-align: top; } td.threadseparator { background-color: #D9D9D9; height: 5px; } #forumpost { display: none; } #forumpostopen { display: block; } div.forumtoolbar { background: #9191AE; margin-bottom: 20px; border: 1px solid black; } td.forumtoolbar { font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-size: 10px; font-weight: bold; text-decoration: none; vertical-align: bottom; } .toolbarlink { font-family: Verdana, Arial, Helvetica, sans-serif; color: white; font-size: 10px; font-weight: bold; text-decoration: none; } .toolbarlink:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #B7B7B7; font-size: 10px; font-weight: bold; text-decoration: none; } /* Links to vote */ .forumvotelink { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: black; } .forumvotelink:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: black; } /************************************************ CATEGORIES **************************************************************/ table.tcategpath { margin-bottom: 40px; border-color: #403429; border-style: solid; border-width: 1px; width: 97%; } /* Table containing the category path */ td.tdcategpath { font-family: Verdana, Arial, Helvetica, sans-serif; color: white; font-size: 13px; font-weight: bold; background-color: #544F96; background-image: url(jalist/fcap.png); padding-left: 2px; margin: 0px; border-spacing: 0px; padding-right: 5px; } /* Links to up/top categories */ .categpath { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #578308; text-decoration: none; } .categpath:active { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #578308; text-decoration: none; } .categpath:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #578308; text-decoration: none; } /* Table with the subcategories */ table.subcats { padding-top: 20px; padding-bottom: 20px; width: 97%; border-spacing: 0px; padding-right: 0px; margin-bottom: 10px; border-color: black; border-style: solid; border-width: 1px; } td.tdsubcat { width: 25%; } /* Links to subcategories */ .categlink { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: black; text-decoration: none; font-weight: bold; } .categlink:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #4E4E4E; text-decoration: none; font-weight: bold; } table.catobjects { width: 97%; border-spacing: 0px; padding-right: 0px; margin-bottom: 10px; border-color: black; border-style: solid; border-width: 0px; border-collapse: collapse; } td.categobjectsnameeven, td.categobjectsnameodd { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid black; background-color: #C7C7C7; } td.categobjectsdataeven, td.categobjectsdataodd { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid black; background-color: #B7B7B7; } .catname { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: black; text-decoration: none; } .catname:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #4E4E4E; text-decoration: none; } /***************************************************** FAQS **************************************************************/ /* The list of questions */ div.faqlistquestions { background: #FFFFFF; color: black; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid black; width: 98%; padding-top: 5px; padding-bottom: 5px; } /* Container for question-answer block */ div.faqqa { background: #FFFFFF; color: black; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; width: 97%; border: 1px solid black; margin-bottom: 20px; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; } /* The question */ div.faqquestion { margin-bottom: 5px; background-color: #9191AE; padding-top: 2px; padding-bottom: 2px; padding-left: 2px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; width: 97%; } /* The answer */ div.faqanswer { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; width: 97%; } /***************************************************** QUIZZES **************************************************************/ div.questionblock { border: 1px solid black; background: white; margin-bottom: 10px; } div.quizquestion { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: #9191AE; font-size: 11px; margin-bottom: 5px; } div.quizoptions { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; } div.quizdescription { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; border: 1px solid black; background: white; margin-bottom: 10px; } div.quizanswer { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid black; background: white; margin-bottom: 10px; } /***************************************************** SHOUTBOX **************************************************************/ div.shoutboxmsg { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid black; background: white; margin-bottom: 0px; padding-left: 2px; padding-top: 1px; padding-bottom: 1px; } div.shoutboxmodmsg { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; margin-bottom: 4px; padding-left: 2px; padding-top: 1px; padding-bottom: 1px; color: #f5f5f5; } textarea.tshoutbox { background-color: #DADADA; border-bottom: #49484D 1px solid; border-left: #49484D 1px solid; border-right: #49484D 1px solid; border-top: #49484D 1px solid; color: #000000; font-family: verdana, tahoma, arial, helvetica, sans-serif; font-size: 10px; } /*************************************************** WIKI TOCS ***************************************************/ div.tocnav { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; background: #045D95; color: white; padding-bottom: 2px; padding-top: 2px; margin-bottom: 2px; } .tocnavlink { color: #f5f5f5; text-decoration: none; font-size: 10px; } .tocnavlink:hover { color: white; text-decoration: none; font-size: 10px; } /*************************************************** DIRECTORY ***************************************************/ /* The list of categories */ div.dircategs { border: 0.5px solid black; padding-bottom: 5px; padding-top: 5px; padding-left: 5px; } /* Links to categories */ .dirlink { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: black; text-decoration: underline; font-weight: bold; } .dirlink:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #4E4E4E; text-decoration: underline; font-weight: bold; } /* Links to subcategories */ .dirsublink { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: black; text-decoration: underline; } .dirsublink:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #4E4E4E; text-decoration: underline; } /* The list of sites in any category */ div.dirlistsites { background-color: white; padding-left: 5px; padding-top: 5px; padding-bottom: 10px; border: 0.5px solid black; margin-top: 10px; width: 100%; } /* each site in the list of sites */ div.dirsite { background-color: #DADADA; margin-bottom: 10px; } span.dirsitedesc { } span.dirsitetrail { font-size: 10px; } span.dirsitecats { } /* Links to sites */ .dirsitelink { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: black; text-decoration: underline; } .dirsitelink:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #4E4E4E; text-decoration: underline; } /* Related categories */ div.dirrelated { background-color: White; margin-top: 10px; border: 0.5px solid black; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; margin-left: 5px; } /* Footer with stats for the directory */ td.dirfooter { font-size: 9px; } div.dirfooter { margin-top: 10px; border: 1px solid black; } /*************************************************** MESSAGES ***************************************************/ /* Links for priority colors */ td.prio1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; padding-left: 2px; background-color: #C7B8B8; border: 1px solid black; } td.prio2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; padding-left: 2px; background-color: #CAA6A6; border: 1px solid black; } td.prio3 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; padding-left: 2px; background-color: #CB9F9F; border: 1px solid black; } td.prio4 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; padding-left: 2px; background-color: #CE8D8D; border: 1px solid black; } td.prio5 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; padding-left: 2px; background-color: #D06A6A; border: 1px solid black; } /* Div containing links to flag/unflag messages when reading a message */ div.messureadflag { background-color: #B7B7B7; padding-left: 5px; } /* Header when reading a message */ div.messureadhead { background-color: #C9C9C9; margin-top: 2px; } /* Message body when reading */ div.messureadbody { margin-top: 5px; } /* Links to read emails (the subject in the mailbox listing) */ .readlink { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: black; text-decoration: underline; } .readlink:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #4E4E4E; text-decoration: underline; } /* calendar styles */ #calendar { width:100%; } .Cal0, .Cal1, .Cal2 { border-top: 1px dashed #cccccc; color: #425262; font-size: 10px; padding-right: 0px; } .Cal0:before { content: "? "; } .Cal1:before { content: "+ "; background-color: #FFCC77; } .Cal2:before { content: "X "; background-color: #eeeeaa; } /* misc cal styles */ .caltitle { font-weight: bold; color: #425262; } .caltab { padding-left: 10px; padding-right: 10px; border: 1px solid #666666; border-bottom: 2px solid #aeaeae; margin-right: 6px; } a.caltab { text-decoration: none; font-weight: bold; font-size: 11px; background-color: #dedede; color: #000000; } a.caltab:hover { background-color: #efefaf; border-bottom: 2px solid #dedede; } .caltabon { padding-left: 10px; padding-right: 10px; background-color: #ffffff; border: 1px solid #666666; border-bottom: 2px solid #FFFFFF; margin-right: 6px; } a.caltabon { text-decoration: none; font-weight: bold; font-size: 11px; color: #000000; } a.caltabon:hover { background-color: transparent; } div#tab, div#tabcal, div#tabnav { margin-top: 10px; margin-left: 30px; } div#tab { margin-bottom: 1px; } div.tabcal, div.tabnav { padding: 10px; background-color: #ffffff; border: 1px solid #666666; border-bottom: 1px solid #aeaeae; font-size: 11px; } /* checkboxes background is required for rollover display */ .calcheckbox { background-color: #ffffff; } .caltoggle { font-size: 9px; margin-bottom: 7px; } /* style of the popup background in case of transparent styles */ #opaque { background-color: #ffffff; } .calfocus { font-size: 9px; background-color: transparent; } .calfocus a { text-decoration: none; color: #000000; } .calfocuson { font-size: 9px; background-color: #f3e498; } .calfocuson a { text-decoration: none; color: #000000; } .Calwiki { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; margin-top: 0; } .Calwiki a { color: #443F39; } .Calwiki:before { content: "w"; font-family: monospace; background-color: #ffffff; } .Calblog { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Calblog a { color: #443039; } .Calblog:before { content: "b"; font-family: monospace; background-color: #ffffff; } .Calgal { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Calgal a { color: #303F49; } .Calgal:before { content: "i"; font-family: monospace; background-color: #ffffff; } .Calart { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Calart a { color: #304F30; } .Calart:before { content: "a"; font-family: monospace; background-color: #ffffff; } .Calforum { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Calforum a { color: #304F30; } .Calforum:before { content: "o"; font-family: monospace; background-color: #ffffff; } .Caldir { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Caldir a { color: #304F30; } .Caldir:before { content: "d"; font-family: monospace; background-color: #ffffff; } .Calfgal { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Calfgal a { color: #304F30; } .Calfgal:before { content: "f"; font-family: monospace; background-color: #ffffff; } .Calfaq { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Calfaq a { color: #304F30; } .Calfaq:before { content: "q"; font-family: monospace; background-color: #ffffff; } .Calquiz { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Calquiz a { color: #304F30; } .Calquiz:before { content: "z"; font-family: monospace; background-color: #ffffff; } .Caltrack { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Caltrack a { color: #304F30; } .Caltrack:before { content: "t"; font-family: monospace; background-color: #ffffff; } .Calsurv { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Calsurv a { color: #304F30; } .Calsurv:before { content: "s"; font-family: monospace; background-color: #ffffff; } .Calnl { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Calnl a { color: #304F30; } .Calnl:before { content: "n"; font-family: monospace; background-color: #ffffff; } .Caleph { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Caleph a { color: #304F30; } .Caleph:before { content: "e"; font-family: monospace; background-color: #ffffff; } .Calchart { border-top: 1px dashed #cccccc; font-size: 10px; padding-left: 3px; padding-right: 3px; } .Calchart a { color: #304F30; } .Calchart:before { content: "c"; font-family: monospace; background-color: #ffffff; } .calweb { font-weight: bold; font-size: 10px; text-decoration: none; padding-left: 3px; padding-right: 3px; color: #336699; } .calweb:hover { color: #996633; } .calprio1 { background-color: #DAE0E0; } .calprio2 { background-color: #DADCDC; } .calprio3 { background-color: #DAD0D0; } .calprio4 { background-color: #DACACA; } .calprio5 { background-color: #DAC0D0; } .calprio6 { background-color: #DABABA; } .calprio7 { background-color: #DAB0B0; } .calprio8 { background-color: #DAAAAA; } .calprio9 { background-color: #DA9A9A; } div.tabrow { margin-left: 29px; background-color: #efefef; border: 1px solid #787878; border-bottom: 0; font-size: 11px; } td.middle { vertical-align: middle; } .daterow { margin-left: 10px; } .mininotes { font-size: 80%; color:#666666; } .opaque { background-color: #ffffff; width: auto; border: 1px solid #666666; padding: 1px; } .opaque .box-title, .opaque, .box-data { width: auto; } .calcontent { min-height: 60px; } .viewmodeon { padding-left: 0px; padding-right: 0px; } .viewmodeoff { padding-left: 0px; padding-right: 0px; } a.viewmodeon img { margin: 0; padding: 0; } a.viewmodeoff img { margin: 0; padding: 0; } #caltable { width: 100%; } /* * help zone */ div#edithelpzone { display: none; } div#attzone { display: none; margin-top: 10px; } div#attzoneopen { display: block; margin-top: 10px; } .highlight { background-color: #FFAAAA; color: #000000; } /* * Caption in tables. * Currently in Attachments and comments only. */ caption { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: right; } /* trees */ div.tree { text-align: left; padding-left: 1.5em; } /* Root of tree (outer div) */ div.tree#top { border: 1px outset black; padding: 10px 1.5em 20px 1.5em; } /* Wiki editpage textarea */ textarea.wikiedit { width: 100%; } /* help links style */ a.tikihelp, a.tikihelp:visited { color: inherit; border: inherit; background-color: inherit; font-size: inherit; font-weight: inherit; margin: inherit; padding: inherit; text-decoration: inherit; vertical-align: text-top; } a.tikihelp:hover { color: #224466; border: inherit; background-color: inherit; font-size: inherit; font-weight: inherit; margin: inherit; padding: inherit; cursor: help; text-decoration: inherit; vertical-align: text-top; } .catblock { border: 1px solid #aaaaaa; } .catlists { border-top: 1px solid #ffffff; padding: 1px 6px 1px 6px; background-color: none; color: #666666; } .catlists:last-child { border-bottom: 1px solid #ffffff; } .catlists:hover { background-color: #dedede; } .cattitle { color: #000000; font-weight: bold; } .catlists a.link { color: #666666; padding: 0px 4px 0px 4px; border: 1px solid #aaaaaa; border-radius: 6px; -moz-border-radius: 6px; -khtml-border-radius: 6px; } .catlists a.link:hover { color: #000000; } /* TikiIntegrator: By default copy rules dialog not shown */ div#rules-copy-panel { display: none; } /* ** JsCalendar wrapper */ #datrigger { border: 2px outset #666666; padding: 1px 3px 1px 5px; margin: 2px; cursor: pointer; font-weight:bold; } table.commentinfo { width: 100%; background-color: #FFF7E6; } div#loadstats { background-color: #dedede; font-size: 70%; color: #666666; padding: 5px; } /* phplayers style */ .box-data table { width: 100%; } .mdkverbar { margin: 0px; } .mdksubmenu { z-index: 999; position: absolute; left: 0; top: 0; background-color: #FFFFFF; visibility: hidden; } .mdksubmenu table { width: auto; } .mdksubframe { z-index: 1000; position: relative; display: block; border: 1px solid #000000; } .mdkitem { border-top: 1px solid #dedede; position: relative; text-align: left; white-space: nowrap; } .mdkitem a { padding: 2px 5px 2px 5px; position: relative; display: block; } .mdkitem a:visited { } .mdkitem a:hover { padding: 2px 5px 1px 5px; } .mdkitem a:active { color: #993300; } .mdkitem .mdkfwdarr { position: absolute; top: 5px; right: 12px; } .toc { } .toc li { margin-top: 3px; } .tocnav { background-color: #ededed; margin-bottom: 16px; } .tocnav table { width: 100%; background-color: #ffffff; } .tocnav a { font-size: 90%; color: #424242; } /* for jscalendar */ .calendar { z-index: 200; } /* TikiIntegrator: By default copy rules dialog not shown */ div#rules-copy-panel { display: none; } /* for tabs */ div.tabs { font-size: 11px; white-space: nowrap; cursor: default !important; font-weight: 700 !important; z-index: 100; } .content { position: relative; border: 1px solid #666; width: 600px; padding: 10px; margin-bottom: 25px; z-index: 80; background-color: #f3f6f9; border-radius: 0px 4px 4px 4px; -moz-border-radius: 0px 4px 4px 4px; -khtml-border-radius: 0px 4px 4px 4px; } .tab { border: 1px solid #347; padding: 2px 5px 1px 5px; background-color: #bcd; color: #303036; z-index: 100; border-bottom-width: 0; border-radius: 4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px; -khtml-border-radius: 4px 4px 0px 0px; } .tabHover { background-color: #46596f; color:#fff; z-index: 90; border-bottom-width: 0; cursor: pointer; } .tabActive { padding: 3px 5px 2px 5px; color: #060610 ; background-color: #f3f6f9; z-index: 100; } div.tabsClone .tab, div.tabsClone .tabActive { border-top-width: 0 !important; border-bottom-width: 1px !important; } div.tabsClone .tabActive{ top: -2px; } a.removeTab{ font-size: smaller; text-decoration: none; } /* ASSORTED */ #clear { clear:both; } TABLE.admin { width: 100%; } /* tiki tabs */ .tabmark { display: inline; font-size: 85%; background-color: #dddddd; border: 1px solid #666666; margin: 0px; margin-right: 5px; padding: 1px 0px 1px 0px; border-radius : 5px 5px 0 0; -moz-border-radius : 5px 5px 0 0; -khtml-border-radius : 5px 5px 0 0; } .tabmark a { border-radius : 5px 5px 0 0; -moz-border-radius : 5px 5px 0 0; -khtml-border-radius : 5px 5px 0 0; border-bottom : 0; color: #666666; font-weight: 700 !important; padding: 1px 5px 1px 5px; } .tabmark a:active { background-color: white; color: red; } .tabmark a:hover { color: black; background-color: #cccccc; } .tabcontent { z-index : 200; position: relative; border: 1px solid #999999; padding: 6px 2px 2px 2px; margin-bottom: 25px; background-color: #eeeeee; border-radius: 0px 4px 4px 4px; -moz-border-radius: 0px 4px 4px 4px; -khtml-border-radius: 0px 4px 4px 4px; width: 100%; } /* trackers specific style */ .statuson { padding: 1px; margin: 1px; border: 1px inset #666666; border-radius: 20px; -moz-border-radius: 20px; -khtml-border-radius: 20px; vertical-align: middle; background-color: #bbaa99; } .statusoff { padding: 1px; margin: 2px; vertical-align: middle; } /**** coloration for c o d e plugin *****/ .codelisting { font-family : monospace; padding : 2ex; background-color : #edeeef; margin : 1ex; border : 1px dashed #adacaf; } /* Version Plugin Style */ .versions { border-top : 1px dashed #999999; border-bottom : 1px dashed #999999; min-height : 142px; } .versionav { display : inline; float : right; border-left : 1px dashed #999999; } .versionav .button2 { display : block; border : 0; border-bottom : 1px dashed #999999; background-color : none; } .versionav .button2 .linkbut { border : 0; background-color : inherit; padding : 0 10px; } .versionav .highlight { background-color : #044873; font-weight : bold; } .versiontitle { font-weight : bold; border-bottom : 1px dashed #999999; border-left : 1px dashed #999999; padding : 2px 30px; float : right; } /**** coloration for QUOTE plugin *****/ .quoteheader { margin: 10px 5px 0px 5px; padding: 4px; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #A9B8C2; color: black; font-weight: bold; background-color: #A9B8C2; font-size: 8pt; } .quotebody { margin: 0px 5px 10px 5px; padding: 5px; border-color: #A9B8C2; border-width: 0px 1px 1px 1px; border-style: solid; color: black; background-color: #edeeef; } /* end of css file */