Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Kris Olafson
ESQ Capacity Table styling
Commits
a5943b6e
Commit
a5943b6e
authored
Mar 26, 2014
by
Kris Olafson
Browse files
First commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
84 additions
and
0 deletions
+84
-0
css/uw_esq_capacity_table.css
css/uw_esq_capacity_table.css
+68
-0
uw_esq_capacity_table.info
uw_esq_capacity_table.info
+9
-0
uw_esq_capacity_table.module
uw_esq_capacity_table.module
+7
-0
No files found.
css/uw_esq_capacity_table.css
0 → 100644
View file @
a5943b6e
#esq_capacity_table
{
padding
:
3
;
margin
:
0
;
}
#esq_capacity_table
th
{
background
:
#cccccc
;
border
:
1px
solid
#cccccc
;
letter-spacing
:
2px
;
padding
:
6px
6px
6px
12px
;
text-align
:
left
;
text-transform
:
uppercase
;
}
#esq_capacity_table
th
.corner
{
background
:
#ffffff
;
border
:
1px
solid
#FFFFFF
;
}
#esq_capacity_table
td
{
background
:
#ffffff
;
border
:
1px
solid
#CCCCCC
;
padding
:
6px
6px
6px
12px
;
}
#esq_capacity_table
tr
{
background
:
#fff
;
border-right
:
1px
solid
#cccccc
;
border-bottom
:
1px
solid
#cccccc
;
padding
:
6px
6px
6px
12px
;
}
#esq_capacity_table
td
.grey
{
background
:
#909090
;
border-left
:
1px
solid
#cccccc
;
border-top
:
0
;
}
#esq_capacity_table
td
.yellow
{
background
:
#ffff3
;
border-left
:
1px
solid
#cccccc
;
border-top
:
0
;
}
#esq_capacity_table
td
.green
{
background
:
#006600
;
border-left
:
1px
solid
#cccccc
;
border-top
:
0
;
}
#esq_capacity_table
td
.blue
{
background
:
#0033ff
;
border-left
:
1px
solid
#cccccc
;
border-top
:
0
;
}
#esq_capacity_table
td
.red
{
background
:
#ff0033
;
border-left
:
1px
solid
#cccccc
;
border-top
:
0
;
}
#esq_capacity_table
td
.black
{
background
:
#000000
;
border-left
:
1px
solid
#cccccc
;
border-top
:
0
;
}
\ No newline at end of file
uw_esq_capacity_table.info
0 → 100644
View file @
a5943b6e
name
=
UW
Capacity
Table
CSS
description
=
Provides
styling
for
the
ESQ
capacity
site
core
=
7.
x
package
=
uWaterloo
ESQ
php
=
5.2.4
version
=
7.
x
-
1.0
project
=
uw_capacity_table_css
stylesheets
[
all
][]
=
css
/
uw_capacity_table_css
.
css
\ No newline at end of file
uw_esq_capacity_table.module
0 → 100644
View file @
a5943b6e
<?php
/**
* @file
* Code for the ESQ Capacity Table module.
* This module currently only provides CSS for the ESQ capacity table.
*/
\ No newline at end of file
Write
Preview
Markdown
is supported
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