Author: glezos Update of /cvs/fedora/web/wiki/common/css In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32287/wiki/common/css Added Files: common.css~ screen-common.css screen-common.css~ Log Message: Adding wiki directory, holding kindofblue (moved from /cvs/fedora/web) and common dir of moin --- NEW FILE common.css~ --- /* Custom fedoraproject.org/wiki CSS stylesheet Global-wiki styles, used by all themes. Copyright (c) 2006,2007 by Dimitris Glezos <dimitris@xxxxxxxxxx> License: GPL */ /********************************************** Custom tables */ /* Table style 1 */ #page table.t1 tr.th { background-color:#2963A6; color: #fff; } #page table.t1 tr.th { background-color:#2963A6; color: #fff; font-weight: bold; } #page table.t1 tr.th2 { background-color:#eee; } /* Helpful classes */ #page .floatright { float: right; margin-right: 1em; border: none; padding: none; } #page .floatleft { float: left; margin-right: 1em; border: none; padding: none; } #page table.floatright tr td p, #page table.floatleft tr td p { padding: 0; margin: 0; } #page table.small tr td { font-size: 0.85em; } #page table.floatright td { border: none; padding:0; } /* Common table cells */ #page table td.yes { background-color: #6eb53c; color: #fff; } #page table td.no { background-color: #b5523c; color: #fff; } #page table td.ok { background-color: #b5833c; color: #fff; } /* Various degrees of green */ #page table td.g0 { background-color: white; color: black; } #page table td.g1 { background-color: #eff8e9; color: black; } #page table td.g2 { background-color: #d9eecb; color: black; }*/ #page table td.g3 { background-color: #c3e4ad; color: black; } #page table td.g4 { background-color: #98d070; color: black; } #page table td.g5 { background-color: #6eb53c; color: white; } /********************************************** Infoboxes */ table.message { background: #f9f6b7 url('http://fedoraproject.org/wiki/WikiGraphics?action=AttachFile&do=get&target=NoteBackground.png') bottom repeat-x; border: 1px solid #c4c295; color: black; } table.note tr td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=ideaS.png') 15px 50% no-repeat; padding: 0.5em 0.5em 0.5em 35px; } table.notice tr td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=importantS.png') 15px 50% no-repeat; padding: 0.5em 0.5em 0.5em 35px; } table.warning tr td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=warningS.png') 15px 50% no-repeat; padding: 0.5em 0.5em 0.5em 35px; } table.warning2 tr td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=warningM.png') 20px 50% no-repeat #ffcbc8; padding: 0.5em 0.5em 0.5em 60px; color: black; height: 70px; } table.warning3 tr td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=stopM.png') 20px 50% no-repeat #c10e00; padding: 0.5em 0.5em 0.5em 60px; color: white; height: 70px; } --- NEW FILE screen-common.css --- /* Custom fedoraproject.org/wiki CSS stylesheet Global-wiki styles, used by all themes. Copyright (c) Dimitris Glezos <dimitris@xxxxxxxxxx>, 2006, 2007. License: GPL */ /************************** Helpful classes */ /* Stuff floating right or left */ #page .floatright { float: right; margin-right: 1em; border: none; padding: none; } #page .floatleft { float: left; margin-right: 1em; border: none; padding: 0; } #page table.floatright tr td p, #page table.floatleft tr td p { padding: 0; margin: 0; } #page table.floatright td { border: none; padding:0; } /* Smaller text for tables */ #page table.small tr td { font-size: 0.85em; } /************************** Custom tables */ /* Table style 1 Contrasting header row, light separating rows. */ #page table.t1 tr.th { background-color:#2963A6; color: #fff; font-weight: bold; } #page table.t1 tr.th2 { background-color:#eee; border-bottom: 1px solid #c0c0c0; } #page table.t1 td { border-left: none; border-right: none; /* border-left: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0; */ } /* Table style 'alt' No horiz borders, use of row class "even" for alternate row colors */ #page table.alt tr.even { background-color: #f6f6f6; } #page table.alt tr.even td { border-top: 1px solid #eee; border-bottom: 1px solid #eee; } /* Common table cells */ #page table td.yes { background-color: #6eb53c; color: #fff; } #page table td.no { background-color: #b5523c; color: #fff; } #page table td.ok { background-color: #b5833c; color: #fff; } /* Various degrees of green */ #page table td.g0 { background-color: white; color: black; } #page table td.g1 { background-color: #eff8e9; color: black; } #page table td.g2 { background-color: #d9eecb; color: black; }*/ #page table td.g3 { background-color: #c3e4ad; color: black; } #page table td.g4 { background-color: #98d070; color: black; } #page table td.g5 { background-color: #6eb53c; color: white; } /************************** Message boxes */ /* Common for all message boxes. Gives the ability to create a simple message without an icon-class. */ table.message { background: #f9f6b7 url('http://fedoraproject.org/wiki/WikiGraphics?action=AttachFile&do=get&target=NoteBackground.png') bottom repeat-x; border: 1px solid #c4c295; color: black; } /* For tables with title & multiple rows (docbook-style) */ table.message tr td { border: none !important; padding: 0; } table.message tr:first-child td { padding-top: 0.5em; padding-bottom: 0.5em; /* If only CSS2 had a :last-child property.. */ } /* Small-iconed messages */ /* Spaces */ table.note tr td, table.notice tr td, table.warning tr td { padding-left: 35px; height: 35px; } /* Presentation */ table.note tr:first-child td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=ideaS.png') 15px 50% no-repeat; } table.notice tr:first-child td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=importantS.png') 15px 50% no-repeat; } table.warning tr:first-child td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=warningS.png') 15px 50% no-repeat; } /* Large-iconed messages */ /* Spaces */ table.warning2 tr td, table.warning3 tr td { height: 60px; padding-left: 60px; } /* Presentation */ table.warning2 { background-color: #ffcbc8; background-image: none; } table.warning2 tr:first-child td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=warningM.png') 20px 50% no-repeat; } table.warning3 { background-color: #c10e00; background-image: none; color: white; } table.warning3 tr:first-child td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=stopM.png') 20px 50% no-repeat; } --- NEW FILE screen-common.css~ --- /* Custom fedoraproject.org/wiki CSS stylesheet Global-wiki styles, used by all themes. Copyright (c) Dimitris Glezos <dimitris@xxxxxxxxxx>, 2006, 2007. License: GPL */ /************************** Helpful classes */ /* Stuff floating right or left */ #page .floatright { float: right; margin-right: 1em; border: none; padding: none; } #page .floatleft { float: left; margin-right: 1em; border: none; padding: 0; } #page table.floatright tr td p, #page table.floatleft tr td p { padding: 0; margin: 0; } #page table.floatright td { border: none; padding:0; } /* Smaller text for tables */ #page table.small tr td { font-size: 0.85em; } /************************** Custom tables */ /* Table style 1 Contrasting header row, light separating rows. */ #page table.t1 tr.th { background-color:#2963A6; color: #fff; font-weight: bold; } #page table.t1 tr.th2 { background-color:#eee; border-bottom: 1px solid #c0c0c0; } #page table.t1 td { border-left: none; border-right: none; /* border-left: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0; */ } /* Table style 'alt' No horiz borders, use of row class "even" for alternate row colors */ #page table.alt tr.even { background-color: #f6f6f6; } #page table.alt tr.even td { border-top: 1px solid #eee; border-bottom: 1px solid #eee; } /* Common table cells */ #page table td.yes { background-color: #6eb53c; color: #fff; } #page table td.no { background-color: #b5523c; color: #fff; } #page table td.ok { background-color: #b5833c; color: #fff; } /* Various degrees of green */ #page table td.g0 { background-color: white; color: black; } #page table td.g1 { background-color: #eff8e9; color: black; } #page table td.g2 { background-color: #d9eecb; color: black; }*/ #page table td.g3 { background-color: #c3e4ad; color: black; } #page table td.g4 { background-color: #98d070; color: black; } #page table td.g5 { background-color: #6eb53c; color: white; } /************************** Message boxes */ /* Common for all message boxes. Gives the ability to create a simple message without an icon-class. */ table.message { border: 1px solid #c4c295; color: black; } /* For tables with title & multiple rows (docbook-style) */ table.message tr td { border: none !important; padding: 0; } table.message tr:first-child td { padding-top: 0.5em; padding-bottom: 0.5em; /* If only CSS2 had a :last-child property.. */ } /* Small-iconed messages */ /* Spaces */ table.note tr td, table.notice tr td, table.warning tr td { padding-left: 35px; height: 35px; } /* Presentation */ table.note tr:first-child td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=ideaS.png') 15px 50% no-repeat; } table.notice tr:first-child td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=importantS.png') 15px 50% no-repeat; } table.warning tr:first-child td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=warningS.png') 15px 50% no-repeat; } /* Large-iconed messages */ /* Spaces */ table.warning2 tr td, table.warning3 tr td { height: 60px; padding-left: 60px; } /* Presentation */ table.warning2 { background-color: #ffcbc8; background-image: none; } table.warning2 tr:first-child td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=warningM.png') 20px 50% no-repeat; } table.warning3 { background-color: #c10e00; background-image: none; color: white; } table.warning3 tr:first-child td { background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=stopM.png') 20px 50% no-repeat; }