summaryrefslogtreecommitdiff
path: root/project/static
diff options
context:
space:
mode:
Diffstat (limited to 'project/static')
-rw-r--r--project/static/css/styles.css58
-rw-r--r--project/static/img/advanced.pngbin0 -> 176 bytes
-rw-r--r--project/static/img/beginner.pngbin0 -> 195 bytes
-rw-r--r--project/static/img/general.pngbin0 -> 195 bytes
-rw-r--r--project/static/img/intermediate.pngbin0 -> 194 bytes
-rw-r--r--project/static/img/keynote.pngbin0 -> 195 bytes
6 files changed, 57 insertions, 1 deletions
diff --git a/project/static/css/styles.css b/project/static/css/styles.css
index 296b2a0..fae6f2b 100644
--- a/project/static/css/styles.css
+++ b/project/static/css/styles.css
@@ -142,7 +142,6 @@ table.list-talks
{
border: 1px solid #ddd;
font-size: 1.1em;
- width: 95%;
}
table.list-talks td
@@ -164,6 +163,63 @@ table.list-talks a
text-decoration: none;
}
+/* list my talks table layout */
+table.list-all-talks
+{
+ border: 1px solid #ddd;
+ font-size: 1.1em;
+ width: 95%;
+}
+
+table.list-all-talks td
+{
+ border: 1px solid #ddd;
+ padding: 5px 15px;
+ font-size: 1.2em;
+ color: black;
+}
+
+table.list-all-talks td.speaker
+{
+ border: 1px solid #ddd;
+ font-size: 1.2em;
+ color: black;
+}
+
+table.list-all-talks td.speaker h4
+{
+ font-size: 1.25em;
+ margin:0; padding: 0;
+}
+
+table.list-all-talks th
+{
+ border: 1px solid #ddd;
+ font-weight: bold;
+ align: center;
+ padding: 5px 15px;
+}
+
+table.list-all-talks th.speaker
+{
+ border: 1px solid #ddd;
+ font-size: 1.2em;
+ color: black;
+ text-align: center;
+}
+
+table.list-all-talks th.speaker h4
+{
+ font-size: 1.25em;
+ margin:0;
+ padding: 0;
+}
+
+table.list-all-talks a
+{
+ text-decoration: none;
+}
+
.important
{
color: #337799;
diff --git a/project/static/img/advanced.png b/project/static/img/advanced.png
new file mode 100644
index 0000000..c5fa46d
--- /dev/null
+++ b/project/static/img/advanced.png
Binary files differ
diff --git a/project/static/img/beginner.png b/project/static/img/beginner.png
new file mode 100644
index 0000000..830a884
--- /dev/null
+++ b/project/static/img/beginner.png
Binary files differ
diff --git a/project/static/img/general.png b/project/static/img/general.png
new file mode 100644
index 0000000..e10d3c8
--- /dev/null
+++ b/project/static/img/general.png
Binary files differ
diff --git a/project/static/img/intermediate.png b/project/static/img/intermediate.png
new file mode 100644
index 0000000..302a409
--- /dev/null
+++ b/project/static/img/intermediate.png
Binary files differ
diff --git a/project/static/img/keynote.png b/project/static/img/keynote.png
new file mode 100644
index 0000000..c95d614
--- /dev/null
+++ b/project/static/img/keynote.png
Binary files differ