diff options
Diffstat (limited to 'authentication/templates/base.html')
| -rw-r--r-- | authentication/templates/base.html | 65 |
1 files changed, 3 insertions, 62 deletions
diff --git a/authentication/templates/base.html b/authentication/templates/base.html index 47d007e..9874313 100644 --- a/authentication/templates/base.html +++ b/authentication/templates/base.html | |||
| @@ -1,63 +1,4 @@ | |||
| 1 | <!DOCTYPE html> | 1 | {% extends 'global.html' %} |
| 2 | <html lang="en"> | 2 | {% block template %} |
| 3 | <head> | ||
| 4 | <meta charset="UTF-8"> | ||
| 5 | <title>TTUN</title> | ||
| 6 | <style> | ||
| 7 | /* http://meyerweb.com/eric/tools/css/reset/ | ||
| 8 | v2.0 | 20110126 | ||
| 9 | License: none (public domain) | ||
| 10 | */ | ||
| 11 | |||
| 12 | html, body, div, span, applet, object, iframe, | ||
| 13 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, | ||
| 14 | a, abbr, acronym, address, big, cite, code, | ||
| 15 | del, dfn, em, img, ins, kbd, q, s, samp, | ||
| 16 | small, strike, strong, sub, sup, tt, var, | ||
| 17 | b, u, i, center, | ||
| 18 | dl, dt, dd, ol, ul, li, | ||
| 19 | fieldset, form, label, legend, | ||
| 20 | table, caption, tbody, tfoot, thead, tr, th, td, | ||
| 21 | article, aside, canvas, details, embed, | ||
| 22 | figure, figcaption, footer, header, hgroup, | ||
| 23 | menu, nav, output, ruby, section, summary, | ||
| 24 | time, mark, audio, video { | ||
| 25 | margin: 0; | ||
| 26 | padding: 0; | ||
| 27 | border: 0; | ||
| 28 | font-size: 100%; | ||
| 29 | font: inherit; | ||
| 30 | vertical-align: baseline; | ||
| 31 | } | ||
| 32 | /* HTML5 display-role reset for older browsers */ | ||
| 33 | article, aside, details, figcaption, figure, | ||
| 34 | footer, header, hgroup, menu, nav, section { | ||
| 35 | display: block; | ||
| 36 | } | ||
| 37 | body { | ||
| 38 | line-height: 1; | ||
| 39 | } | ||
| 40 | ol, ul { | ||
| 41 | list-style: none; | ||
| 42 | } | ||
| 43 | blockquote, q { | ||
| 44 | quotes: none; | ||
| 45 | } | ||
| 46 | blockquote:before, blockquote:after, | ||
| 47 | q:before, q:after { | ||
| 48 | content: ''; | ||
| 49 | content: none; | ||
| 50 | } | ||
| 51 | table { | ||
| 52 | border-collapse: collapse; | ||
| 53 | border-spacing: 0; | ||
| 54 | } | ||
| 55 | </style> | ||
| 56 | </head> | ||
| 57 | <body> | ||
| 58 | <div> | ||
| 59 | |||
| 60 | </div> | ||
| 61 | {% block content %}{% endblock %} | 3 | {% block content %}{% endblock %} |
| 62 | </body> | 4 | {% endblock %} |
| 63 | </html> | ||
