First version of our website page.
[maemo-efl] / www / style.css
diff --git a/www/style.css b/www/style.css
new file mode 100644 (file)
index 0000000..887cbf2
--- /dev/null
@@ -0,0 +1,103 @@
+body {
+   font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
+   color: #444444;
+   font-size: 0.9em;
+   background-color: #ffffff;
+   background-image: url(images/background_repeated.jpg);
+   background-repeat: repeat-x;
+   margin-top: 0;
+}
+
+div.header {
+   background-image: url(images/background.jpg);
+   background-repeat: no-repeat;
+   background-position: top center;
+   height: 250px;
+   width: 100%;
+   position: relative;
+   top: 0;
+   left: 0;
+}
+
+a {
+   color: #222222;
+   text-decoration: none;
+   font-weight: bold;
+}
+
+a:visited {
+   color: #666666;
+}
+
+a:active {
+   color: #000000;
+   text-decoration: none;
+}
+
+a:hover {
+   color: #444444;
+   text-decoration: none;
+}
+
+p {
+   text-align: justify;
+}
+
+a img {
+   border: none;
+}
+
+hr {
+   height: 1px;
+   background-color: #eeeeee;
+   border: 0px;
+   clear: both;
+}
+
+h1 {
+   font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
+   font-size: 1.6em;
+   margin-top: 0;
+}
+
+h2 {
+   font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
+   font-size: 1.0em;
+   color: #000000;
+   margin-top: 0;
+}
+
+img#e_logo {
+   margin-left: auto;
+   margin-right: auto;
+   display: block;
+}
+
+.center {
+   margin-left: auto;
+   margin-right: auto;
+   display: block;
+}
+
+div.left_box, div.center_box, div.right_box {
+   float: left;
+}
+
+div.left_box, div.right_box {
+   width: 30%;
+}
+
+div.center_box {
+   width: 30%;
+   margin-left: 20px;
+   margin-right: 20px;
+}
+
+td {
+   font-size: 0.85em;
+}
+
+td address {
+   font-size: 0.6em;
+   font-style: normal;
+}
\ No newline at end of file