Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
75d02139
Commit
75d02139
authored
Jun 11, 2007
by
Penny Leach
Browse files
New theme from evonne
parent
8ce70af5
Changes
77
Expand all
Show whitespace changes
Inline
Side-by-side
htdocs/theme/schoolmyportfolio/static/images/sidebox1_corner_botright.gif
0 → 100644
View file @
75d02139
23.1 KB
htdocs/theme/schoolmyportfolio/static/images/sidebox1_top_headerbg.gif
0 → 100644
View file @
75d02139
490 Bytes
htdocs/theme/schoolmyportfolio/static/images/sidebox2_top_headerbg.gif
0 → 100644
View file @
75d02139
490 Bytes
htdocs/theme/schoolmyportfolio/static/images/sidebox3_top_headerbg.gif
0 → 100644
View file @
75d02139
490 Bytes
htdocs/theme/schoolmyportfolio/static/images/sidebox_bot.gif
0 → 100644
View file @
75d02139
145 Bytes
htdocs/theme/schoolmyportfolio/static/images/star.png
0 → 100644
View file @
75d02139
3.01 KB
htdocs/theme/schoolmyportfolio/static/images/subnavbg_left_arrow.gif
0 → 100644
View file @
75d02139
2.47 KB
htdocs/theme/schoolmyportfolio/static/images/subnavbg_right.gif
0 → 100644
View file @
75d02139
315 Bytes
htdocs/theme/schoolmyportfolio/static/images/success.gif
0 → 100644
View file @
75d02139
138 Bytes
htdocs/theme/schoolmyportfolio/static/images/tablenavbg.gif
0 → 100644
View file @
75d02139
149 Bytes
htdocs/theme/schoolmyportfolio/static/style/calendar.css
0 → 100644
View file @
75d02139
/* The main calendar widget. DIV containing a table. */
div
.calendar
{
position
:
relative
;
}
.calendar
table
{
border
:
1px
solid
#dedede
;
font-size
:
11px
;
color
:
#000
;
cursor
:
default
;
background
:
#f9f9f9
;
font-family
:
Arial
,
sans-serif
;
}
/* Header part -- contains navigation buttons and day names. */
.calendar
.button
{
/* "<<", "<", ">", ">>" buttons have this class */
text-align
:
center
;
/* They are the navigation buttons */
padding
:
2px
;
/* Make the buttons seem like they're pressing */
background-color
:
#ca6200
;
color
:
#FFF
;
}
.calendar
.nav
{
background
:
#ca6200
url('../images/menuarrow.gif')
no-repeat
100%
100%
;
}
.calendar
thead
.title
{
/* This holds the current "month, year" */
font-weight
:
bold
;
/* Pressing it will take you to the current date */
text-align
:
center
;
padding
:
2px
;
background
:
#ca6200
;
color
:
#fac72e
;
}
.calendar
thead
.headrow
{
/* Row <TR> containing navigation buttons */
}
.calendar
thead
.name
{
/* Cells <TD> containing the day names */
border-bottom
:
1px
solid
#dedede
;
padding
:
2px
;
text-align
:
center
;
color
:
#ca6200
;
}
.calendar
thead
.weekend
{
/* How a weekend day name shows in header */
color
:
#ca6200
;
}
.calendar
thead
.hilite
{
/* How do the buttons in header appear when hover */
background-color
:
#fac72e
;
}
.calendar
thead
.active
{
/* Active (pressed) buttons in header */
}
.calendar
thead
.daynames
{
/* Row <TR> containing the day names */
background
:
#fac72e
;
font-weight
:
bold
;
}
/* The body part -- contains all the days in month. */
.calendar
tbody
.day
{
/* Cells <TD> containing month days dates */
width
:
2em
;
color
:
#000000
;
text-align
:
right
;
padding
:
2px
4px
2px
2px
;
}
.calendar
tbody
.day.othermonth
{
font-size
:
80%
;
color
:
#bbb
;
}
.calendar
tbody
.day.othermonth.oweekend
{
color
:
#ca6200
;
}
.calendar
table
.wn
{
padding
:
2px
3px
2px
2px
;
background
:
#fac72e
;
}
.calendar
tbody
.rowhilite
td
{
background
:
#fffdf8
;
}
.calendar
tbody
.rowhilite
td
.wn
{
background
:
#fac72e
;
}
.calendar
tbody
td
.hilite
{
/* Hovered cells <TD> */
background
:
#fff9e5
;
padding
:
1px
3px
1px
1px
;
border
:
none
;
}
.calendar
tbody
td
.active
{
/* Active (pressed) cells <TD> */
background
:
#ffe1c3
;
padding
:
2px
2px
0px
2px
;
border
:
none
;
}
.calendar
tbody
td
.selected
{
/* Cell showing today date */
font-weight
:
bold
;
border
:
1px
solid
#FFF
;
padding
:
1px
3px
1px
1px
;
background
:
#e66d01
;
color
:
#FFFFFF
!important
;
}
.calendar
tbody
td
.weekend
{
/* Cells showing weekend days */
color
:
#ca6200
;
}
.calendar
tbody
td
.today
{
font-weight
:
bold
;
color
:
#e66d01
;
}
.calendar
tbody
.disabled
{
color
:
#999
;
}
.calendar
tbody
.emptycell
{
/* Empty cells (the best is to hide them) */
visibility
:
hidden
;
}
.calendar
tbody
.emptyrow
{
/* Empty row (some months need less than 6 rows) */
display
:
none
;
}
/* The footer part -- status bar and "Close" button */
.calendar
tfoot
.footrow
{
/* The <TR> in footer (only one right now) */
text-align
:
center
;
background
:
#ca6200
;
color
:
#fac72e
;
}
.calendar
tfoot
.ttip
{
/* Tooltip (status bar) cell <TD> */
padding
:
2px
;
background
:
#ca6200
;
color
:
#fac72e
;
}
.calendar
tfoot
.hilite
{
/* Hover style for buttons in footer */
}
.calendar
tfoot
.active
{
/* Active (pressed) style for buttons in footer */
}
/* Combo boxes (menus that display months/years for direct selection) */
.calendar
.combo
{
position
:
absolute
;
display
:
none
;
top
:
0px
;
left
:
0px
;
width
:
4em
;
cursor
:
default
;
border
:
1px
solid
#dedede
;
background
:
#f3f8df
;
color
:
#000
;
font-size
:
90%
;
z-index
:
100
;
}
.calendar
.combo
.label
,
.calendar
.combo
.label-IEfix
{
text-align
:
center
;
padding
:
1px
;
}
.calendar
.combo
.label-IEfix
{
width
:
4em
;
}
.calendar
.combo
.hilite
{
background
:
#FFF
;
}
.calendar
.combo
.active
{
border-top
:
1px
solid
#fac72e
;
border-bottom
:
1px
solid
#fac72e
;
background
:
#f3f8df
;
font-weight
:
bold
;
}
.calendar
td
.time
{
border-top
:
1px
solid
#dedede
;
padding
:
1px
0px
;
text-align
:
center
;
background-color
:
#fac72e
;
}
.calendar
td
.time
.hour
,
.calendar
td
.time
.minute
,
.calendar
td
.time
.ampm
{
padding
:
0px
3px
0px
4px
;
font-weight
:
bold
;
background-color
:
#fff
;
color
:
#030
;
}
.calendar
td
.time
.ampm
{
text-align
:
center
;
}
.calendar
td
.time
.colon
{
padding
:
0px
2px
0px
3px
;
font-weight
:
bold
;
}
.calendar
td
.time
span
.hilite
{
border-color
:
#fac72e
;
background-color
:
#f3f8df
;
color
:
#3a5813
;
}
.calendar
td
.time
span
.active
{
}
htdocs/theme/schoolmyportfolio/static/style/dev.css
0 → 100644
View file @
75d02139
/*
* MARTYNS CREATEVIEW WIZARD STYLES
* these can be replaced with something similar that looks less suck
*/
div
#tree
,
div
#template
{
margin-top
:
20px
;
}
div
#tree
{
overflow
:
auto
;
float
:
left
;
width
:
250px
;
border-right
:
thin
solid
#000
;
}
div
#template
{
overflow
:
auto
;
width
:
auto
;
margin-left
:
10px
;
}
.render_metadata
,
.render_full
,
.render_listitem
,
.render_children
{
cursor
:
move
;
}
/*
* END MARTYNS STYLES FOR CREATEVIEW WIZARD
*/
htdocs/theme/schoolmyportfolio/static/style/print.css
0 → 100644
View file @
75d02139
body
{
margin
:
0
;
padding
:
0
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-size
:
11pt
;
line-height
:
16pt
;
background-color
:
#FFFFFF
;
color
:
#000000
;
width
:
100%
;
}
.hiddenStructure
{
display
:
none
;
}
a
,
a
:link
,
a
:active
,
a
:visited
,
a
:hover
{
color
:
#000000
;
text-decoration
:
none
;
border-bottom
:
none
;
}
h1
,
h2
{
color
:
#000000
;
font-size
:
18pt
;
font-weight
:
bold
;
margin
:
5px
0
5px
0
;
text-transform
:
capitalize
;
border-bottom
:
1px
solid
#000000
;
page-break-after
:
avoid
;
page-break-inside
:
avoid
;
}
h3
,
h4
,
h5
,
h6
{
color
:
#000000
;
font-weight
:
bold
;
font-size
:
14pt
;
margin
:
15px
0
5px
0
;
text-transform
:
capitalize
;
page-break-after
:
avoid
;
page-break-inside
:
avoid
;
}
/* CONTENT LAYOUT BEGIN */
#container
{
margin
:
0
;
padding
:
0
;
background
:
transparent
;
}
/* HEADER BEGIN */
#topwrapper
,
#header
,
.cornertopright
,
#topwrapper
ul
,
#topwrapper
li
{
display
:
none
;
}
/* GLOBAL NAVIGATION TABS BEGIN */
#globalTabs
,
#topwrapper
#globalTabs
#globalnav-logout
a
,
#topwrapper
#globalTabs
#globalnav-logout
a
:hover
,
#topwrapper
#globalTabs
#globalnav-logout
.selected
a
,
#topwrapper
#globalTabs
#globalnav-logout
.selected
a
:link
,
#topwrapper
#globalTabs
#globalnav-logout
.selected
a
:active
,
#topwrapper
#globalTabs
#globalnav-logout
.selected
a
:visited
,
#topwrapper
#globalTabs
#globalnav-returntosite
a
,
#topwrapper
#globalTabs
#globalnav-returntosite
a
:hover
,
#topwrapper
#globalTabs
#globalnav-returntosite
.selected
a
,
#topwrapper
#globalTabs
#globalnav-returntosite
.selected
a
:link
,
#topwrapper
#globalTabs
#globalnav-returntosite
.selected
a
:active
,
#topwrapper
#globalTabs
#globalnav-returntosite
.selected
a
:visited
,
#topwrapper
#globalTabs
#globalnav-siteadmin
a
,
#topwrapper
#globalTabs
#globalnav-siteadmin
a
:hover
,
#topwrapper
#globalTabs
#globalnav-siteadmin
.selected
a
,
#topwrapper
#globalTabs
#globalnav-siteadmin
.selected
a
:link
,
#topwrapper
#globalTabs
#globalnav-siteadmin
.selected
a
:active
,
#topwrapper
#globalTabs
#globalnav-siteadmin
.selected
a
:visited
{
display
:
none
;
}
/* GLOBAL NAVIGATION TABS END */
.logo
{
display
:
none
;
}
form
{
margin
:
0
;
}
.searchbox
,
#searchform
#query_container
,
#searchform
#query_container
#query
,
#searchform
#submit_container
,
#searchform
#submit_container
#searchform_submit
,
.searchbox
table
,
.searchbox
tr
,
.searchbox
td
{
display
:
none
;
}
/* HEADER END */
/* MAIN COLUMNS BEGIN */
#mainwrapper
{
padding
:
0
;
margin
:
0
;
background
:
transparent
;
}
/* MAIN NAVIGATION BEGIN */
.mainnav-left
,
.mainnav-right
,
#mainnav
,
#mainnav
li
,
#mainnav
li
.selected
,
#mainnav
li
a
,
#mainnav
li
a
:link
,
#mainnav
li
a
:visited
,
#mainnav
li
a
:active
,
#mainnav
li
a
:hover
{
display
:
none
;
}
/* MAIN NAVIGATION ENDS */
/* SUB NAVIGATION BEGINS */
.subnav-left
,
.subnav-right
,
#subnav
,
#subnav
li
a
,
#subnav
li
a
:link
,
#subnav
li
a
:visited
,
#subnav
li
a
:active
,
#subnav
li
a
:hover
,
#subnav
li
,
#subnav
li
.selected
{
display
:
none
;
}
/* SUB NAVIGATION BEGINS */
#maincontentwrapper
,
#column-left
,
#column-left-full
{
margin
:
0
;
padding
:
0
;
background
:
transparent
;
}
#column-right
{
display
:
none
;
}
/* RIGHT SIDE BOX BEGIN */
div
.sidebar
,
#column-right
div
.sidebar-botcorners
,
#column-right
.sidebarforgotpassword
,
#column-right
div
.sidebarforgotpassword-botcorners
,
#column-right
.sidebarforgotpassword
a
,
#column-right
.sidebarforgotpassword
a
:link
,
#column-right
.sidebarforgotpassword
a
:active
,
#column-right
.sidebarforgotpassword
a
:visited
,
#column-right
.sidebarforgotpassword
a
:hover
{
display
:
none
;
}
/* SITE MENU BEGINS */
#sitemenu
,
#sitemenu
li
,
#sitemenu
li
.r0
,
#sitemenu
li
.r1
{
display
:
none
;
}
/* SITE MENU ENDS */
/* LOGIN FOR COLUMN RIGHT ONLY BEGINS */
#column-right
div
.loginbox-botcorners
,
#column-right
#loginbox
,
#column-right
#loginbox
fieldset
,
#column-right
#login
legend
,
#column-right
#login
#login_login_username_container
,
#column-right
#login
#login_login_password_container
,
#column-right
#login
label
,
#column-right
#login
.description
,
#column-right
#login
#login_submit_container
,
#column-right
#login
a
,
#column-right
#login
a
:link
,
#column-right
#login
a
:active
,
#column-right
#login
a
:visited
,
#column-right
#login
a
:hover
{
display
:
none
;
}
/* LOGIN FOR COLUMN RIGHT ONLY BEGINS */
/* RIGHT SIDE BOX ENDS */
/* MAIN CONTENT BEGIN */
.content
{
padding
:
0
;
margin
:
0
;
}
*
html
.content
{
margin
:
0
;
padding
:
0
;
float
:
none
;
}
.content
textarea
{
width
:
400px
;
}
#messages
{
margin
:
0
;
}
#messages
.ok
{
display
:
none
;
}
#messages
.error
,
#messages
.err
{
display
:
none
;
}
#messages
.info
{
display
:
none
;
}
#accountprefs_message
{
margin
:
10px
0
0
0
;
}
.content
a
,
.content
a
:link
,
.content
a
:active
,
.content
a
:visited
,
.content
a
:hover
{
color
:
#000000
;
text-decoration
:
none
;
border-bottom
:
none
;
}
.box-cnrs
{
margin
:
0
;
padding
:
0
;
}
*
html
.box-cnrs
{
height
:
6px
;
}
.box-cnrs
.cnr-tl
,
.box-cnrs
.cnr-tr
,
.box-cnrs
.cnr-bl
{
margin
:
0
;
padding
:
0
;
display
:
block
;
width
:
100%
;
}
.box-cnrs
.cnr-br
{
margin
:
0
;
padding
:
6px
0
6px
0
;
display
:
block
;
width
:
100%
;
}
.maincontent
{
padding
:
0
;
margin
:
0
;
}
.maincontent
ul
{
padding
:
0
;
margin
:
0
0
0
17px
;
page-break-before
:
avoid
;
}
.maincontent
li
{
line-height
:
18pt
;
}
/* MAIN CONTENT END */
/* LOGIN FOR COLUMN LEFT BEGINS */
.maincontent
#loginbox
{
padding
:
0
;
margin
:
10px
0
0
0
;
}
.maincontent
#loginbox
fieldset
{
border
:
none
;
padding
:
0
;
margin
:
0
0
0
10px
;
}
.maincontent
#login
legend
{
margin
:
0
;
padding
:
0
;
display
:
none
;
}
.maincontent
#login
#login_login_username_container
,
.maincontent
#login
#login_login_password_container
{
margin
:
0
;
padding
:
0
;
}
.maincontent
#login
th
{
margin
:
0
0
0
0
;
padding
:
10px
0
0
0
;
}
.maincontent
#login
.description
{
font-size
:
9pt
;
color
:
#000000
;
margin
:
0
;
padding
:
0
;
}
.maincontent
#login
#login_submit_container
{
font-size
:
9pt
;
margin
:
0
;
padding
:
0
;
display
:
inline
;
}