summaryrefslogtreecommitdiff
path: root/boards/dk-tm4c129x/enet_io/fs/styles.css
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-06-29 12:34:32 +0300
committerYuval Adam <yuv.adm@gmail.com>2014-06-29 12:34:32 +0300
commitc3e4c9a25c2910d2d66d52215b3406b13d5b23d5 (patch)
treeadded370d1e356901f8579f076e3263fb0464db7 /boards/dk-tm4c129x/enet_io/fs/styles.css
parent990090a4cc9070837d31e66b58d40f0c3d038741 (diff)
Add more board models
Diffstat (limited to 'boards/dk-tm4c129x/enet_io/fs/styles.css')
-rw-r--r--boards/dk-tm4c129x/enet_io/fs/styles.css104
1 files changed, 104 insertions, 0 deletions
diff --git a/boards/dk-tm4c129x/enet_io/fs/styles.css b/boards/dk-tm4c129x/enet_io/fs/styles.css
new file mode 100644
index 0000000..3403359
--- /dev/null
+++ b/boards/dk-tm4c129x/enet_io/fs/styles.css
@@ -0,0 +1,104 @@
+/* Copyright (c) 2013-2014 Texas Instruments Incorporated. All rights reserved. */
+
+/* Styling for the entire document. */
+body
+{
+ background-color: white;
+ color: black;
+ font-family: Ariel,Helvetica,sans-serif;
+}
+
+/* Styling for the heading div. */
+#heading
+{
+ clear: both;
+ margin-bottom: 10px;
+}
+
+#heading_h1
+{
+ font-size: 2em;
+ font-weight: bold;
+ text-align: center;
+}
+
+#heading_h2
+{
+ font-size: 1.25em;
+ font-weight: bold;
+ text-align: center;
+}
+
+#heading hr
+{
+ border-bottom: 1px solid #ff0000;
+ border-top: 1px solid #ff0000;
+}
+
+#heading a img
+{
+ border: 0;
+}
+
+/* Styling for the menu div. */
+#menu
+{
+ float: left;
+ margin-bottom: 10px;
+ width: 225px;
+}
+
+#menu ul
+{
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+
+#menu a:link, #menu a:visited
+{
+ background-color: #ff0000;
+ color: #ffffff;
+ display: block;
+ font-weight: bold;
+ margin-bottom: 2px;
+ margin-top: 2px;
+ padding: 4px;
+ text-align: center;
+ text-decoration: none;
+ width: 200px;
+}
+
+#menu a:hover, #menu a:active
+{
+ background-color: #bf0000;
+}
+
+/* Styling for the content div. */
+#content
+{
+ margin-bottom: 10px;
+ margin-left: 225px;
+}
+
+#content_heading
+{
+ font-size: 1.5em;
+ font-weight: bold;
+ text-align: center;
+}
+
+/* Styling for the footing div. */
+#footing
+{
+ clear: both;
+ font-size: .75em;
+ font-style: italic;
+ text-align: right;
+}
+
+#footing hr
+{
+ border-bottom: 1px solid #ff0000;
+ border-top: 1px solid #ff0000;
+}