Add table css
This commit is contained in:
parent
64f1c4bdf4
commit
40c825e849
0
static/css/colorbox.css
Normal file → Executable file
0
static/css/colorbox.css
Normal file → Executable file
0
static/css/images/controls.png
Normal file → Executable file
0
static/css/images/controls.png
Normal file → Executable file
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 503 B |
0
static/css/images/loading.gif
Normal file → Executable file
0
static/css/images/loading.gif
Normal file → Executable file
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
0
static/css/justifiedGallery.min.css
vendored
Normal file → Executable file
0
static/css/justifiedGallery.min.css
vendored
Normal file → Executable file
|
@ -2,13 +2,18 @@
|
||||||
body { margin:0px; padding:20px 0px; text-align:center; font-family: Tahoma, Arial, Verdana, Sans-Serif, "Lucida Sans"; color:#000000; }
|
body { margin:0px; padding:20px 0px; text-align:center; font-family: Tahoma, Arial, Verdana, Sans-Serif, "Lucida Sans"; color:#000000; }
|
||||||
a, a:visited { text-decoration:none; color:#1d2a78; }
|
a, a:visited { text-decoration:none; color:#1d2a78; }
|
||||||
a:hover { text-decoration:underline; }
|
a:hover { text-decoration:underline; }
|
||||||
h1, h2, h3, h4, h5, h6, h7 { margin:0px; line-height: 1.1em; }
|
h1, h2, h3, h4, h5, h6, h7 { margin:0px; line-height: 1.1em; font-size: 1.7em; }
|
||||||
h4, h5, h6 { font-size:16px; }
|
h4, h5, h6 { font-size:16px; }
|
||||||
h1 { padding:0px 0px 15px; margin:0px 0px 5px 0px; }
|
h1 { padding:0px 0px 15px; margin:0px 0px 5px 0px; }
|
||||||
blockquote { font-style:italic; background:#EAEAEA; margin:20px; padding:5px 10px; }
|
blockquote { font-style:italic; background:#EAEAEA; margin:20px; padding:5px 10px; }
|
||||||
blockquote cite { display:block; padding:10px 20px 0 0; text-align:right; }
|
blockquote cite { display:block; padding:10px 20px 0 0; text-align:right; }
|
||||||
input, textarea { padding:5px; border:1px solid #8A8A8A; background:#EAEAEA; }
|
input, textarea { padding:5px; border:1px solid #8A8A8A; background:#EAEAEA; }
|
||||||
input:hover, textarea:hover, blockquote:hover { background:#E5E5E5; }
|
input:hover, textarea:hover, blockquote:hover { background:#E5E5E5; }
|
||||||
|
table, th, { border: 1px solid; }
|
||||||
|
th { color: white; background: navy; text-align: center; }
|
||||||
|
td { padding-left: 0.5em; }
|
||||||
|
table { width: 100%; }
|
||||||
|
tr:nth-child(odd) { background-color: lightgray;}
|
||||||
|
|
||||||
#wrap { margin:0em auto; text-align:left; line-height: 1.2; width: 100%; }
|
#wrap { margin:0em auto; text-align:left; line-height: 1.2; width: 100%; }
|
||||||
#container { float: right; width: 70% }
|
#container { float: right; width: 70% }
|
||||||
|
|
0
static/js/jquery.colorbox-min.js
vendored
Normal file → Executable file
0
static/js/jquery.colorbox-min.js
vendored
Normal file → Executable file
0
static/js/jquery.justifiedGallery.min.js
vendored
Normal file → Executable file
0
static/js/jquery.justifiedGallery.min.js
vendored
Normal file → Executable file
|
@ -35,7 +35,6 @@
|
||||||
<li><a href="{{ SITEURL }}/posts.html">Articles</a></li>
|
<li><a href="{{ SITEURL }}/posts.html">Articles</a></li>
|
||||||
<li><a href="https://portfolio.leanderhutton.com/">Photography</a></li>
|
<li><a href="https://portfolio.leanderhutton.com/">Photography</a></li>
|
||||||
<li><a href="{{ SITEURL }}/about.html">About</a></li>
|
<li><a href="{{ SITEURL }}/about.html">About</a></li>
|
||||||
<li><a href="{{ SITEURL }}/recommendations.html">What I Use</a></li>
|
|
||||||
{% if categories|length > 1 %}
|
{% if categories|length > 1 %}
|
||||||
<!-- <li><a href="{{ SITEURL }}/categories.html">Categories</a></li>
|
<!-- <li><a href="{{ SITEURL }}/categories.html">Categories</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user