Also support "last X" REST interface
BIN
templates/competition/admin/img/background.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
templates/competition/admin/img/banner_background.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
templates/competition/admin/img/button_background.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
templates/competition/admin/img/infobar_background.png
Normal file
After Width: | Height: | Size: 252 B |
BIN
templates/competition/admin/img/menu_background.png
Normal file
After Width: | Height: | Size: 700 B |
BIN
templates/competition/admin/img/menuheader_background.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
templates/competition/admin/img/menuitem.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
316
templates/competition/admin/style.css
Normal file
@ -0,0 +1,316 @@
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: 0 0 0 0;
|
||||
background: #40789b url({TEMPLATE_PATH}img/background.jpg) repeat-x;
|
||||
direction: {LANG_DIRECTION};
|
||||
}
|
||||
|
||||
#serendipity_admin_page {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#serendipityAdminBodyImageSelector {
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
#serendipityAdminFrame {
|
||||
text-align: left;
|
||||
width: 80%;
|
||||
min-width: 777px;
|
||||
margin: auto;
|
||||
background: #FFF;
|
||||
border: 2px solid #708090;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
#serendipityAdminBanner {
|
||||
background-color: #FFF;
|
||||
height: 80px;
|
||||
background: url({TEMPLATE_PATH}img/banner_background.png);
|
||||
}
|
||||
|
||||
#serendipityAdminInfopane {
|
||||
background: #F8F9FA url({TEMPLATE_PATH}img/infobar_background.png);
|
||||
font-size: 10px;
|
||||
padding: 5px;
|
||||
vertical-align: middle;
|
||||
text-align: right;
|
||||
color: #5E5E5E;
|
||||
height: 27px;
|
||||
}
|
||||
|
||||
#serendipityAdminMainpane {
|
||||
background: #FFF;
|
||||
border: 2px solid #0F3353;
|
||||
border-top: inherit;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.serendipityAdminContent {
|
||||
font-size: 0.8em;
|
||||
padding: 10px 5px 20px 5px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#serendipityAdminBanner h1 {
|
||||
padding-left: 20px;
|
||||
margin: 0;
|
||||
font: 2em Times New Roman, Times, serif;
|
||||
}
|
||||
|
||||
#serendipityAdminBanner h2 {
|
||||
padding-left: 30px;
|
||||
font-size: 1em;
|
||||
color: #506070;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#serendipitySideBar {
|
||||
width: 20%;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#serendipityAdminFooter {
|
||||
font-size: 0.7em;
|
||||
text-align: center;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.serendipitySideBarTitle {
|
||||
padding-left: 2px;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.serendipitySideBarContent {
|
||||
padding-left: 10px;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.serendipitySideBarItem {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.serendipity_admin_title {
|
||||
font-size: 2em;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item.serendipity_admin_list_item_uneven {
|
||||
border: 1px solid #294366;
|
||||
background: #F8F9FA;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.serendipity_admin_list_item.serendipity_admin_list_item_even {
|
||||
border: 1px solid #294366;
|
||||
background: #F2F3F2;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
.serendipityAdminMsgError {
|
||||
color: #F00;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.serendipityAdminMsgSuccess {
|
||||
color: #0B0;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.serendipityAdminMsgNote {
|
||||
background: #FFFF9D;
|
||||
border: 1px solid #F70;
|
||||
padding: 3px;
|
||||
text-align: center;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
td, th {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
a:visited,
|
||||
a:link {
|
||||
color: #294366;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #590c0c;
|
||||
}
|
||||
|
||||
input, select, textarea {
|
||||
background: #F8F9FA;
|
||||
font-family: Verdana;
|
||||
font-size: 0.9em;
|
||||
border: 1px solid #294366;
|
||||
}
|
||||
|
||||
#serendipity_iframe {
|
||||
border: 1px solid #294366;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
ul.serendipitySideBarMenu {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.serendipitySideBarMenu li.serendipitySideBarMenuHead {
|
||||
font-size: 0.9em;
|
||||
list-style: none;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
background: url({TEMPLATE_PATH}img/menuheader_background.png) no-repeat;
|
||||
padding-top: 0.3em;
|
||||
padding-bottom: 0.3em;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
ul.serendipitySideBarMenu li {
|
||||
font-size: 0.8em;
|
||||
font-weight: normal;
|
||||
background:url({TEMPLATE_PATH}img/menu_background.png) no-repeat;
|
||||
padding-top: 0.3em;
|
||||
padding-bottom: 0.3em;
|
||||
padding-left: 5px;
|
||||
list-style:none;
|
||||
display:block;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
ul.serendipitySideBarMenu a:link,
|
||||
ul.serendipitySideBarMenu a:visited {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.serendipityImageButton {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:link.serendipityIconLink,
|
||||
a:visited.serendipityIconLink {
|
||||
border: 0;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.serendipityIconLink img {
|
||||
margin-right: 2px;
|
||||
vertical-align: bottom;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a:link.serendipityIconLinkRight,
|
||||
a:visited.serendipityIconLinkRight {
|
||||
border: 0;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.serendipityIconLinkRight img {
|
||||
margin-left: 2px;
|
||||
vertical-align: bottom;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
||||
a:link.serendipityPrettyButton,
|
||||
a:visited.serendipityPrettyButton,
|
||||
a:hover.serendipityPrettyButton {
|
||||
text-decoration: none;
|
||||
color: #1D2E3F;
|
||||
}
|
||||
|
||||
.serendipityPrettyButton {
|
||||
padding: 1px;
|
||||
background: url({TEMPLATE_PATH}img/button_background.png) repeat-x top;
|
||||
color: #1D2E3F;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
border: 1px outset #000;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/* Special class if the button is a <a> tag */
|
||||
a.serendipityPrettyButton {
|
||||
padding: 2px 4px 2px 4px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
||||
.direction_ltr {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.direction_rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.serendipity_pluginlist_header {
|
||||
height: 30px;
|
||||
background-color: white;
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
padding: 10px 0px 5px 10px;
|
||||
}
|
||||
|
||||
.serendipity_pluginlist_section {
|
||||
height: 50px;
|
||||
border: 1px solid black;
|
||||
background-color: #E0E0E0;
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
padding: 10px 0px 5px 10px;
|
||||
}
|
||||
|
||||
table#serendipity_customfields {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table#serendipity_customfields .customfield_name {
|
||||
background-color: #FAFAFA;
|
||||
width: 25%;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
table#serendipity_customfields .customfield_value {
|
||||
background-color: #FFFFFF;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
table#serendipity_customfields .customfield_value textarea {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.further_links {
|
||||
float: right;
|
||||
font-size: 0.8em;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.further_links p {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.further_links ul {
|
||||
padding: 0px;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.further_links li {
|
||||
margin: 5px;
|
||||
padding: 0px;
|
||||
}
|