From b47cefe862c262c1865c5a560d993cf003319695 Mon Sep 17 00:00:00 2001 From: Gianino Date: Fri, 26 Apr 2013 15:35:52 -0500 Subject: [PATCH] Create tecm.css --- styles/tecm.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 styles/tecm.css diff --git a/styles/tecm.css b/styles/tecm.css new file mode 100644 index 0000000..4a2de5b --- /dev/null +++ b/styles/tecm.css @@ -0,0 +1 @@ +a{color:#121212;text-decoration:none}article{display:inline-block;width:960px}article header,article section{background:turquoise;display:inline-block;height:40px;margin:10px 0;overflow:hidden;text-align:center;vertical-align:top;width:33%}article header h2,article section h2{cursor:pointer;line-height:0}article header:hover,article section:hover{height:auto}body{color:white;font-family:Arial;text-align:center}h1{color:turquoise;font-size:5em;text-align:center}nav{display:inline-block;text-align:center;width:960px}nav h2{background:turquoise;cursor:pointer;display:inline-block;width:200px}nav ul{display:inline-block;list-style:none;margin:0 auto;padding:0}nav li{background:#f6f6f6;box-shadow:0 5px 1px -5px #121212;cursor:pointer;display:inline-block;font-weight:bold;height:38px;margin:5px;text-align:center;vertical-align:top;width:17%}nav li:hover a:last-child{color:#121212;display:block}nav li a:last-child{display:none;font-weight:normal};