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
942046c6
Commit
942046c6
authored
May 09, 2009
by
Penny Leach
Browse files
Removed stylesheets from default that are identical to raw/
parent
ffb7823d
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/static/style/calendar.css
deleted
100644 → 0
View file @
ffb7823d
/* The main calendar widget. DIV containing a table. */
div
.calendar
{
position
:
relative
;
}
.calendar
table
{
border
:
1px
solid
#d1d1d1
;
font-size
:
.9em
;
color
:
#474220
;
cursor
:
default
;
background
:
#f4f7f9
;
}
.calendar
thead
td
{
padding
:
0
;
}
.calendar
tbody
td
{
padding
:
.25em
.5em
;
}
/* Header part -- contains navigation buttons and day names. */
.calendar
.button
div
{
/* "<<", "<", ">", ">>" buttons have this class */
text-align
:
center
;
/* They are the navigation buttons */
background-color
:
#717277
;
color
:
#F4F7F9
;
padding
:
.25em
.5em
;
}
.calendar
.nav
{
background
:
#7d9728
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
;
background
:
#717277
;
color
:
#FFF
;
}
.calendar
thead
.headrow
{
/* Row <TR> containing navigation buttons */
background-color
:
#7B8995
;
}
.headrow
td
.button
{
background-color
:
#7B8995
;
}
.calendar
thead
.name
{
/* Cells <TD> containing the day names */
text-align
:
center
;
color
:
#e0e8ee
;
}
.calendar
thead
.weekend
{
/* How a weekend day name shows in header */
}
.calendar
thead
.hilite
{
/* How do the buttons in header appear when hover */
background-color
:
#92b328
;
}
.calendar
thead
.active
{
/* Active (pressed) buttons in header */
}
.calendar
thead
.daynames
{
/* Row <TR> containing the day names */
background
:
#95a8b7
;
font-weight
:
bold
;
}
/* The body part -- contains all the days in month. */
.calendar
tbody
.day
{
/* Cells <TD> containing month days dates */
width
:
2em
;
text-align
:
right
;
}
.calendar
tbody
.day.othermonth
{
font-size
:
80%
;
color
:
#bbb
;
}
.calendar
tbody
.day.othermonth.oweekend
{
color
:
#434343
;
}
.calendar
table
.wn
{
background
:
#7b8995
;
color
:
#e0e8ee
;
}
.calendar
tbody
.rowhilite
td
{
background
:
#dee8ef
;
}
.calendar
tbody
.rowhilite
td
.wn
{
background
:
#6a8aa6
;
}
.calendar
tbody
td
.hilite
{
/* Hovered cells <TD> */
background
:
#b2d446
;
border
:
none
;
}
.calendar
tbody
td
.active
{
/* Active (pressed) cells <TD> */
background
:
#bde441
;
border
:
none
;
}
.calendar
tbody
td
.selected
{
/* Cell showing today date */
font-weight
:
bold
;
background
:
#92b328
;
color
:
#fff
;
}
.calendar
tbody
td
.weekend
{
/* Cells showing weekend days */
color
:
#6c6c6c
;
}
.calendar
tbody
td
.today
{
font-weight
:
bold
;
color
:
#FFF
;
}
.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
{
font-size
:
.9em
;
background
:
#717277
;
text-align
:
center
;
color
:
#FFF
;
}
.calendar
tfoot
.footrow
{
/* The <TR> in footer (only one right now) */
}
.calendar
tfoot
.ttip
{
/* Tooltip (status bar) cell <TD> */
}
.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
;
background
:
#717277
;
color
:
#FFF
;
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
:
#92b328
;
}
.calendar
.combo
.active
{
background
:
#7d9728
;
font-weight
:
bold
;
}
.calendar
td
.time
{
text-align
:
center
;
background-color
:
#7B8995
;
color
:
#F4F7F9
;
font-weight
:
bold
;
}
.calendar
td
.time
.hour
,
.calendar
td
.time
.minute
,
.calendar
td
.time
.ampm
{
padding
:
0
.25em
;
}
.calendar
td
.time
.ampm
{
text-align
:
center
;
}
.calendar
td
.time
.colon
{
padding
:
0
.25em
;
font-weight
:
bold
;
}
.calendar
td
.time
span
.hilite
{
border-color
:
#d2d2d2
;
background-color
:
#868686
;
color
:
#FFF
;
}
.calendar
td
.time
span
.active
{
}
htdocs/theme/default/static/style/tinymce.css
deleted
100644 → 0
View file @
ffb7823d
body
,
td
{
font-family
:
Arial
,
Helvetica
,
sans-serif
!important
;
font-size
:
12px
!important
;
padding
:
5px
!important
;
color
:
#474220
;
}
pre
{
font
:
12px
monospace
!important
;
}
a
,
a
:link
,
a
:active
,
a
:visited
,
a
:hover
{
color
:
#7f9d16
!important
;
text-decoration
:
none
!important
;
}
h1
{
color
:
#4c711d
!important
;
font-size
:
30px
!important
;
font-weight
:
normal
!important
;
margin
:
0
0
5px
0
!important
;
padding
:
0
!important
;
}
h2
{
font-size
:
24px
!important
;
color
:
#4c711d
!important
;
font-weight
:
bold
!important
;
margin
:
0
0
5px
0
!important
;
padding
:
0
!important
;
}
h3
{
color
:
#1e6297
!important
;
font-weight
:
bold
!important
;
font-size
:
17px
!important
;
margin
:
20px
0
0
!important
;
}
h4
{
font-size
:
15px
!important
;
color
:
#3986c3
!important
;
font-weight
:
bold
!important
;
margin
:
15px
0
0
!important
;
}
h5
{
color
:
#5c8727
!important
;
font-weight
:
bold
!important
;
font-size
:
14px
!important
;
margin
:
5px
0
0
!important
;
}
h6
{
font-size
:
13px
!important
;
color
:
#5c8727
!important
;
font-weight
:
bold
!important
;
margin
:
5px
0
!important
;
}
ul
{
padding
:
0
!important
;
margin
:
0
0
0
17px
!important
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment