first commit
This commit is contained in:
232
_rejestracja/Static/script/news.frmx_pliki/style.css
Normal file
232
_rejestracja/Static/script/news.frmx_pliki/style.css
Normal file
@@ -0,0 +1,232 @@
|
||||
@CHARSET "ISO-8859-2";
|
||||
|
||||
body, table, input, textarea, select {
|
||||
font-family: Tahoma, Verdana;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
body {
|
||||
margin-top: 10px;
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
background-image: url('../../image/Admin/backgroundBody.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position: top center;
|
||||
}
|
||||
form { margin: 0px; padding: 0px;}
|
||||
.blue { color: #6eb6df; }
|
||||
div.clearBoth { clear: both; }
|
||||
|
||||
div.displayNone { display: none; }
|
||||
|
||||
|
||||
|
||||
/* NAG<41>OWEK PANELU ADMINISTRACYJNEGO */
|
||||
div.titleHeader { margin: auto; width: 970px; font-size: 20px; }
|
||||
div.titleHeader img { vertical-align: middle; }
|
||||
|
||||
|
||||
|
||||
|
||||
/* ZAK<41>ADKI MENU G<><47>WNEGO */
|
||||
div.tabs {
|
||||
margin: auto;
|
||||
margin-top: 10px;
|
||||
width: 970px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
div.tabs a {
|
||||
float: left; width: 130px; height: 20px; background-repeat: no-repeat;
|
||||
color:#ffffff; text-decoration: none; font-weight: normal; font-size: 11px;
|
||||
background-image: url('../../image/Admin/tabBackground.gif');
|
||||
background-position: right center;
|
||||
}
|
||||
div.tabs a:hover {
|
||||
background-image: url('../../image/Admin/tabActive.gif');
|
||||
background-position: bottom;
|
||||
}
|
||||
div.tabs a.selected { background-image: url('../../image/Admin/tabActive.gif'); background-position: top; color: #3b3b3b; border: none; font-weight: bold; }
|
||||
div.tabs a.selected:hover { background-position: top; color: #000000; }
|
||||
div.tabs a div { text-align: center; padding-top: 3px;}
|
||||
|
||||
|
||||
|
||||
|
||||
/* G<><47>WNA NIEBIESKA RAMKA */
|
||||
div.mainContentFrame, div.mainContentFrameTop, div.mainContentFrameBottom { width: 970px; margin: auto; }
|
||||
div.mainContentFrameTop, div.mainContentFrameBottom { font-size: 1px; height: 5px; background-repeat: none;}
|
||||
div.mainContentFrameTop { background-image: url('../../image/Admin/mainFrameTop.gif'); }
|
||||
div.mainContentFrameBottom { background-image: url('../../image/Admin/mainFrameBottom.gif'); }
|
||||
div.mainContentFrame { background-color: #ccdef3; color: #3b3b3b; }
|
||||
|
||||
|
||||
/* PANELE - LEWY I PRAWY */
|
||||
div.panelLeft {
|
||||
float: left;
|
||||
width: 290px;
|
||||
padding-left: 5px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
div.panelLeftBody, div.panelLeftTop, div.panelLeftBottom { width: 290px; }
|
||||
div.panelLeftTop { font-size: 1px; height: 5px; background-image: url('../../image/Admin/panelLeftTop.gif'); background-repeat: no-repeat;}
|
||||
div.panelLeftBody { background-image: url('../../image/Admin/panelLeftBody.gif'); background-repeat: repeat-y;}
|
||||
div.panelLeftBottom { height: 25px; background-image: url('../../image/Admin/panelLeftBottom.gif'); background-repeat: no-repeat; padding-top: 5px; font-size: 11px; text-align: center; border-top: 1px solid #999999;}
|
||||
|
||||
div.paddedContent { padding: 5px;}
|
||||
|
||||
|
||||
div.panelRight {
|
||||
float: left;
|
||||
width: 655px;
|
||||
margin-left: 10px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
div.panelRightBody, div.panelRightTop, div.panelRightBottom { width: 655px; }
|
||||
div.panelRightTop { font-size: 1px; height: 5px; background-image: url('../../image/Admin/panelRightTop.gif'); background-repeat: no-repeat;}
|
||||
div.panelRightBody { background-image: url('../../image/Admin/panelRightBody.gif'); background-repeat: repeat-y;}
|
||||
div.panelRightBottom { height: 47px; background-image: url('../../image/Admin/panelRightBottom.gif'); background-repeat: no-repeat; padding-top: 5px; font-size: 11px; text-align: center; }
|
||||
div.panelButtons { padding-top: 5px; padding-right: 10px; text-align: right; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* IKONKI PANELU LEWEGO */
|
||||
div.panelLeftIcons { background-image: url('../../image/Admin/panelLeftBody.gif'); background-repeat: repeat-y; width: 290px; border-bottom: 1px solid #999999;}
|
||||
div.panelLeftIcons div.overflow { padding-left: 5px; overflow: hidden; }
|
||||
div.panelLeftIcons a { float: left; background-image: url('../../image/Admin/backgroundIconsA.gif'); background-repeat: repeat-y; background-position: right; margin-bottom: 5px; }
|
||||
div.panelLeftIcons a:hover { background-color: #ffffff; }
|
||||
div.panelLeftIcons a img { margin: 5px; }
|
||||
|
||||
/* LOGOWANIE */
|
||||
|
||||
div.mainContentFrameLogin, div.mainContentFrameLoginTop, div.mainContentFrameLoginBottom { width: 675px; margin: auto; }
|
||||
div.mainContentFrameLoginTop, div.mainContentFrameLoginBottom { font-size: 1px; height: 5px; background-repeat: none;}
|
||||
div.mainContentFrameLoginTop { background-image: url('../../image/Admin/mainFrameLoginTop.gif'); }
|
||||
div.mainContentFrameLoginBottom { background-image: url('../../image/Admin/mainFrameLoginBottom.gif'); }
|
||||
div.mainContentFrameLogin { background-color: #ccdef3; color: #3b3b3b; }
|
||||
|
||||
|
||||
div.panelLogin{
|
||||
float: left;
|
||||
width: 655px;
|
||||
margin-left: 10px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
div.panelRightBody, div.panelRightTop, div.panelRightBottom { width: 655px; }
|
||||
div.panelRightTop { font-size: 1px; height: 5px; background-image: url('../../image/Admin/panelRightTop.gif'); background-repeat: no-repeat;}
|
||||
div.panelRightBody { background-image: url('../../image/Admin/panelRightBody.gif'); background-repeat: repeat-y;}
|
||||
div.panelRightBottom { height: 47px; background-image: url('../../image/Admin/panelRightBottom.gif'); background-repeat: no-repeat; padding-top: 5px; font-size: 11px; text-align: center; }
|
||||
div.panelButtons { padding-top: 5px; padding-right: 10px; text-align: right; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* STOPKA PANELU ADMINISTRACYJNEGO */
|
||||
div.footer { width: 960px; margin: auto; margin-top: 5px; font-size: 11px;}
|
||||
div.footer div.floatLeft { float: left; color: #525252; }
|
||||
div.footer div.floatRight { float: right; }
|
||||
div.footer a { color: #ffffff; }
|
||||
div.footer a:hover { color: #6eb6df; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
div.sitePath {
|
||||
font-size: 11px;
|
||||
color: #3691cb;
|
||||
margin-bottom: 10px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
div.sitePath a {
|
||||
color: #3691cb;
|
||||
}
|
||||
|
||||
/* ZAK<41>ADKI PANELU PRAWEGO */
|
||||
div.panelContentTop {
|
||||
width: 645px;
|
||||
height: 25px;
|
||||
background-image: url('../../image/Admin/panelContentTop.gif');
|
||||
}
|
||||
div.panelContentBottom {
|
||||
width: 645px;
|
||||
height: 4px;
|
||||
font-size: 1px;
|
||||
background-image: url('../../image/Admin/panelContentBottom.gif');
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
div.panelContentBody {
|
||||
width: 635px;
|
||||
background-image: url('../../image/Admin/panelContentBody.gif');
|
||||
padding: 5px;
|
||||
}
|
||||
div.panelContentBodyLogin {
|
||||
width: 635px;
|
||||
background-image: url('../../image/Admin/panelContentBody.gif');
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
div.panelContentTop h2 {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
padding-top: 5px;
|
||||
padding-left: 10px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
div.panelContentTop h2 a {
|
||||
text-decoration: none;
|
||||
background-image: url('../../image/Admin/panelContentShort.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position: left;
|
||||
padding-left: 12px;
|
||||
color: #585e67;
|
||||
}
|
||||
div.panelContentTop h2 a.long {
|
||||
background-image: url('../../image/Admin/panelContentLong.gif');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* tabelki do wy<77>wietlania danych */
|
||||
table.datagrid {
|
||||
font-size: 11px;
|
||||
}
|
||||
table.datagrid th {
|
||||
background-color: #222222;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
table.datagrid tr { background-color: #ffffff; }
|
||||
table.datagrid tr.even { background-color: #eeeeee; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* definicje przycisk<73>w */
|
||||
input.button, input.button120 { height: 25px; background-repeat: no-repeat; background: transparent; border: none; cursor: pointer; }
|
||||
input.button120 { width: 120px;}
|
||||
input.button { width: 70px; }
|
||||
|
||||
input.buttonZapiszIPublikuj { background-image: url('../../image/Admin/buttonZapiszIPublikuj.gif'); }
|
||||
input.buttonZapisz { background-image: url('../../image/Admin/buttonZapisz.gif'); }
|
||||
input.buttonAnuluj { background-image: url('../../image/Admin/buttonAnuluj.gif'); }
|
||||
input.buttonZaloguj { background-image: url('../../image/Admin/buttonZaloguj.gif'); }
|
||||
input.buttonPodglad { background-image: url('../../image/Admin/buttonPodglad.gif'); }
|
||||
|
||||
|
||||
div.panelElement {
|
||||
width: 210px; float: left; margin-left: 15px; margin-bottom: 10px;
|
||||
}
|
||||
div.panelEditElement {
|
||||
float: left; margin-bottom: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user