--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/carbideui/com.nokia.tools.theme.examples/intro/css/exampleThemesIntro.css Wed Jul 07 16:18:07 2010 +0530
@@ -0,0 +1,93 @@
+
+#links-background > #page-side-links {
+ width : 200px;/*33em;*/
+ margin : 0 auto;
+ font-weight:100;
+}
+
+#page-side-links a .link-label {
+ font-size : 10pt;
+ font-weight : 100;
+ color : #666666;
+ position:absolute;
+ top:30px;
+ left:80px;
+}
+
+#page-side-links{
+ text-align : left;
+ background-image: url(graphics/background/bg.png);
+ width:200px;
+ height:429px;
+ background-color:transparent;
+ position:relative;
+ float:right;
+ margin-top:10px;
+ font-weight:100;
+}
+
+#page-side-links > a {
+ float : left;
+ position : relative;
+ font-weight:100;
+}
+
+
+
+#page-side-links a img {
+ height : 57px;
+ width : 57px;
+ vertical-align : middle;
+ margin-top: 40px;
+ margin-left: 13px;
+ font-weight:100;
+
+}
+
+
+#page-side-links a .background-image {
+ position : absolute;
+}
+
+.examples{
+ color : #111666;
+ position: relative;
+ float:left;
+ left:20px;
+ font-weight : 400;
+ font-size:8pt;
+ top:-20px;
+}
+
+.examples-imgs{
+ color : #111666;
+ position: relative;
+ top:-8px;
+ left:10px;
+
+}
+
+.examples-group-text{
+ text-align : center;
+ color : #666666;
+ position: relative;
+ top: -20px;
+ left: 0px;
+ font-size : 10pt;
+ font-weight : 600;
+}
+
+.examples-heading{
+ color : #666666;
+ position: relative;
+ top: 15px;
+}
+
+.examples-heading-text{
+ color : #666666;
+ position: relative;
+ font-size : 10pt;
+ font-weight : 600;
+ top:-45px;
+ left: 60px;
+}
\ No newline at end of file