Initial new UI theme
@ -20,7 +20,7 @@
|
||||
Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
$theme_icons['name']="Default Icons";
|
||||
$theme_icons['name']="Default cons";
|
||||
$theme_icons['description']="KDE4 icons";
|
||||
$theme_icons['author']="James Grant <james@lightbox.org>";
|
||||
|
||||
|
BIN
theme/icons_science_ation/Coins-32x32.png
Normal file
After Width: | Height: | Size: 1019 B |
BIN
theme/icons_science_ation/accessories-text-editor.png
Normal file
After Width: | Height: | Size: 790 B |
BIN
theme/icons_science_ation/agt_forum.png
Normal file
After Width: | Height: | Size: 846 B |
BIN
theme/icons_science_ation/application-pdf.png
Normal file
After Width: | Height: | Size: 790 B |
After Width: | Height: | Size: 676 B |
BIN
theme/icons_science_ation/applications-education.png
Normal file
After Width: | Height: | Size: 739 B |
BIN
theme/icons_science_ation/chemical.png
Normal file
After Width: | Height: | Size: 706 B |
BIN
theme/icons_science_ation/configure.png
Normal file
After Width: | Height: | Size: 754 B |
BIN
theme/icons_science_ation/date.png
Normal file
After Width: | Height: | Size: 735 B |
BIN
theme/icons_science_ation/document-multiple.png
Normal file
After Width: | Height: | Size: 677 B |
BIN
theme/icons_science_ation/edit_user.png
Normal file
After Width: | Height: | Size: 787 B |
BIN
theme/icons_science_ation/edu_science.png
Normal file
After Width: | Height: | Size: 666 B |
BIN
theme/icons_science_ation/edu_science_canada.png
Normal file
After Width: | Height: | Size: 747 B |
BIN
theme/icons_science_ation/elempic.png
Normal file
After Width: | Height: | Size: 605 B |
BIN
theme/icons_science_ation/encrypted.png
Normal file
After Width: | Height: | Size: 693 B |
BIN
theme/icons_science_ation/flag-blue.png
Normal file
After Width: | Height: | Size: 628 B |
BIN
theme/icons_science_ation/flag-green.png
Normal file
After Width: | Height: | Size: 628 B |
BIN
theme/icons_science_ation/folder.png
Normal file
After Width: | Height: | Size: 573 B |
BIN
theme/icons_science_ation/gear.png
Normal file
After Width: | Height: | Size: 891 B |
BIN
theme/icons_science_ation/help-contents.png
Normal file
After Width: | Height: | Size: 898 B |
77
theme/icons_science_ation/icons.php
Normal file
@ -0,0 +1,77 @@
|
||||
<?
|
||||
/*
|
||||
This file is part of the 'Science Fair In A Box' project
|
||||
SFIAB Website: http://www.sfiab.ca
|
||||
|
||||
Copyright (C) 2008 James Grant <james@lightbox.org>
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public
|
||||
License as published by the Free Software Foundation, version 2.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; see the file COPYING. If not, write to
|
||||
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
$theme_icons['name']="Science-ation Icons";
|
||||
$theme_icons['description']="KDE4 icons";
|
||||
$theme_icons['author']="James Grant <james@lightbox.org>";
|
||||
|
||||
//COMMITTEE MAIN ICONS (that are not used in admin/config already)
|
||||
$theme_icons['icons']['change_password']="encrypted.png";
|
||||
$theme_icons['icons']['edit_profile']="edit_user.png";
|
||||
$theme_icons['icons']['manage_roles']="agt_forum.png";
|
||||
|
||||
//ADMIN ICONS
|
||||
$theme_icons['icons']['administration']="gear.png";
|
||||
$theme_icons['icons']['participant_registration']="accessories-text-editor.png";
|
||||
$theme_icons['icons']['print/export_reports']="application-pdf.png";
|
||||
$theme_icons['icons']['print_awards_ceremony_scripts']="application-pdf.png";
|
||||
$theme_icons['icons']['committee_management']="system-users.png";
|
||||
$theme_icons['icons']['awards_management']="plasmagik.png";
|
||||
$theme_icons['icons']['schools_management']="applications-education.png";
|
||||
$theme_icons['icons']['judging_management']="klipper.png";
|
||||
$theme_icons['icons']['sciencefair_management']="folder.png";
|
||||
$theme_icons['icons']['translations_management']="kwordquiz.png";
|
||||
$theme_icons['icons']['report_management']="document-multiple.png";
|
||||
$theme_icons['icons']['volunteer_management']="user-group-new.png";
|
||||
$theme_icons['icons']['tour_management']="preferences-system-performance.png";
|
||||
$theme_icons['icons']['internal_document_management']="application-vnd.oasis.opendocument.text.png";
|
||||
$theme_icons['icons']['registration_fee_items_management']="transfers_list.png";
|
||||
$theme_icons['icons']['judging_score_entry']="transfers_list.png";
|
||||
$theme_icons['icons']['enter_winning_projects']="legalmoves.png";
|
||||
$theme_icons['icons']['one-click_cwsf_registration']="flag-blue.png";
|
||||
$theme_icons['icons']['one-click_ysf_affiliation_stats']="flag-green.png";
|
||||
$theme_icons['icons']['fair_stats']="view_sort_descending.png";
|
||||
$theme_icons['icons']['communication']="mail-mark-unread.png";
|
||||
$theme_icons['icons']['website_content_management']="toggle_log.png";
|
||||
$theme_icons['icons']['fundraising']="Coins-32x32.png";
|
||||
|
||||
//CONFIG ICONS
|
||||
$theme_icons['icons']['configuration']="package_utilities.png";
|
||||
$theme_icons['icons']['configuration_variables']="configure.png";
|
||||
$theme_icons['icons']['important_dates']="date.png";
|
||||
$theme_icons['icons']['project_age_categories']="kdmconfig.png";
|
||||
$theme_icons['icons']['project_divisions']="edu_science.png";
|
||||
$theme_icons['icons']['cwsf_project_divisions']="edu_science_canada.png";
|
||||
$theme_icons['icons']['project_sub_divisions']="chemical.png";
|
||||
$theme_icons['icons']['page_texts']="kwrite.png";
|
||||
$theme_icons['icons']['exhibitor_signature_page']="signature.png";
|
||||
$theme_icons['icons']['judge_registration_questions']="vcs_status.png";
|
||||
$theme_icons['icons']['project_safety_questions']="help-contents.png";
|
||||
$theme_icons['icons']['images']="elempic.png";
|
||||
$theme_icons['icons']['external_award_sources']="ark.png";
|
||||
$theme_icons['icons']['language_pack_installer']="kanagram.png";
|
||||
$theme_icons['icons']['new_version_checker']="numbers.png";
|
||||
$theme_icons['icons']['rollover_fair_year']="svn_switch.png";
|
||||
$theme_icons['icons']['rollover_fiscal_year']="rollover_fiscal.png";
|
||||
$theme_icons['icons']['backup_restore']="rebuild.png";
|
||||
|
||||
?>
|
BIN
theme/icons_science_ation/kanagram.png
Normal file
After Width: | Height: | Size: 956 B |
BIN
theme/icons_science_ation/kdmconfig.png
Normal file
After Width: | Height: | Size: 611 B |
BIN
theme/icons_science_ation/klipper.png
Normal file
After Width: | Height: | Size: 615 B |
BIN
theme/icons_science_ation/kwordquiz.png
Normal file
After Width: | Height: | Size: 773 B |
BIN
theme/icons_science_ation/kwrite.png
Normal file
After Width: | Height: | Size: 591 B |
BIN
theme/icons_science_ation/legalmoves.png
Normal file
After Width: | Height: | Size: 831 B |
BIN
theme/icons_science_ation/mail-mark-unread.png
Normal file
After Width: | Height: | Size: 786 B |
BIN
theme/icons_science_ation/numbers.png
Normal file
After Width: | Height: | Size: 966 B |
BIN
theme/icons_science_ation/package_utilities.png
Normal file
After Width: | Height: | Size: 827 B |
BIN
theme/icons_science_ation/plasmagik.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
theme/icons_science_ation/rebuild.png
Normal file
After Width: | Height: | Size: 845 B |
BIN
theme/icons_science_ation/rollover_fiscal.png
Normal file
After Width: | Height: | Size: 630 B |
BIN
theme/icons_science_ation/signature.png
Normal file
After Width: | Height: | Size: 861 B |
BIN
theme/icons_science_ation/svn_switch.png
Normal file
After Width: | Height: | Size: 630 B |
BIN
theme/icons_science_ation/system-users.png
Normal file
After Width: | Height: | Size: 839 B |
BIN
theme/icons_science_ation/toggle_log.png
Normal file
After Width: | Height: | Size: 867 B |
BIN
theme/icons_science_ation/transfers_list.png
Normal file
After Width: | Height: | Size: 768 B |
BIN
theme/icons_science_ation/user-group-new.png
Normal file
After Width: | Height: | Size: 893 B |
BIN
theme/icons_science_ation/vcs_status.png
Normal file
After Width: | Height: | Size: 768 B |
BIN
theme/icons_science_ation/view_sort_descending.png
Normal file
After Width: | Height: | Size: 674 B |
@ -1,17 +1,19 @@
|
||||
body
|
||||
{
|
||||
font-family: Verdana, Arial, Sans-Serif;
|
||||
|
||||
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-size: small;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #E0E0FF;
|
||||
background: #e0e0ff;
|
||||
|
||||
height:100%;
|
||||
}
|
||||
|
||||
input, textarea, select
|
||||
{
|
||||
font-family: Verdana, Arial, Sans-Serif;
|
||||
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
@ -30,14 +32,17 @@ table tr.odd {
|
||||
background: #E0E0F8;
|
||||
}
|
||||
|
||||
|
||||
#header {
|
||||
|
||||
height: 50px;
|
||||
text-align: center;
|
||||
background: #E0E0FF;
|
||||
|
||||
background: #ffffff;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
||||
#footer {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
@ -62,7 +67,8 @@ table tr.odd {
|
||||
|
||||
#main {
|
||||
margin-right: 10px;
|
||||
background: #FFFFFF;
|
||||
|
||||
background:#f1eeff;
|
||||
padding: 3px;
|
||||
border: 2px solid Silver;
|
||||
min-height: 600px;
|
||||
@ -128,15 +134,19 @@ ul.mainnav li a {
|
||||
display : block;
|
||||
margin : 0;
|
||||
padding : 6px;
|
||||
background-color : #5C6F90;
|
||||
|
||||
background-color: #e0e0ff;
|
||||
font : bold 0.9em/1.5em Arial, sans-serif;
|
||||
color : #fff;
|
||||
|
||||
color: black;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
ul.mainnav li a:hover {
|
||||
background-color : #63616b;
|
||||
color : #eee;
|
||||
|
||||
background-color: white;
|
||||
|
||||
color:black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -449,6 +459,8 @@ div.ui-tabs ul.ui-tabs-nav {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#sidebar.active{
|
||||
display: block;
|
||||
position: fixed;
|
||||
@ -465,6 +477,7 @@ div.ui-tabs ul.ui-tabs-nav {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
|
||||
#header {
|
||||
|