[Piwik-svn] r528 - in trunk: plugins/Dashboard/templates plugins/Home/templates plugins/Login/templates themes/default
svnmaster at piwik.org
svnmaster at piwik.org
Thu Jun 26 02:01:04 CEST 2008
Author: matt
Date: 2008-06-26 02:01:03 +0200 (Thu, 26 Jun 2008)
New Revision: 528
Modified:
trunk/plugins/Dashboard/templates/dashboard.css
trunk/plugins/Home/templates/style.css
trunk/plugins/Login/templates/login.css
trunk/themes/default/common-admin.css
Log:
- running eclipse CSS formatting
Modified: trunk/plugins/Dashboard/templates/dashboard.css
===================================================================
--- trunk/plugins/Dashboard/templates/dashboard.css 2008-06-25 23:58:44 UTC (rev 527)
+++ trunk/plugins/Dashboard/templates/dashboard.css 2008-06-26 00:01:03 UTC (rev 528)
@@ -89,7 +89,7 @@
.helper {
width: 33%;
opacity: .6;
- filter: alpha(opacity = 60); /*for IE*/
+ filter: alpha(opacity = 60); /*for IE*/
}
.dummyHandle {
Modified: trunk/plugins/Home/templates/style.css
===================================================================
--- trunk/plugins/Home/templates/style.css 2008-06-25 23:58:44 UTC (rev 527)
+++ trunk/plugins/Home/templates/style.css 2008-06-26 00:01:03 UTC (rev 528)
@@ -1,13 +1,6 @@
/* reset style */
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td {
+html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
+ {
margin: 0;
padding: 0;
border: 0;
@@ -16,15 +9,18 @@
vertical-align: baseline;
background: transparent;
}
+
body {
line-height: 1.33;
background-color: white;
color: black;
}
-ol, ul {
+
+ol,ul {
list-style: none;
}
-blockquote, q {
+
+blockquote,q {
quotes: none;
}
@@ -37,23 +33,24 @@
ins {
text-decoration: none;
}
+
del {
text-decoration: line-through;
}
-
/* start piwik styles */
body {
- font-family: Georgia,"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
- font-size:1em;
+ font-family: Georgia, "Trebuchet MS", Verdana, Arial, Helvetica,
+ sans-serif;
+ font-size: 1em;
}
-#h1, #h1 a {
+#h1,#h1 a {
color: #136F8B;
font-size: 45px;
font-weight: lighter;
- text-decoration : none;
- margin:5px;
+ text-decoration: none;
+ margin: 5px;
}
#subh1 {
@@ -61,157 +58,164 @@
font-size: 25px;
font-weight: lighter;
}
+
h1 {
- font-size:2em;
- color:#0F1B2E;
- padding-bottom:1em;
+ font-size: 2em;
+ color: #0F1B2E;
+ padding-bottom: 1em;
}
+
h2 {
- font-size:1.6em;
- color:#1D3256;
- padding-bottom:0.5em;
-
+ font-size: 1.6em;
+ color: #1D3256;
+ padding-bottom: 0.5em;
}
+
h3 {
- font-size:1.3em;
- margin-top:2em;
- color:#1D3256;
+ font-size: 1.3em;
+ margin-top: 2em;
+ color: #1D3256;
}
+
a {
- color:#0F1B2E;
+ color: #0F1B2E;
}
-p {
- padding-bottom:1em;
- margin-right:1em;
+
+p {
+ padding-bottom: 1em;
+ margin-right: 1em;
}
/* Content */
#content {
- margin-left:10px;
+ margin-left: 10px;
}
+
/* 2 columns reports */
#leftcolumn {
- float:left;
- width:45%;
- padding-left:10px;
- padding-right:20px;
+ float: left;
+ width: 45%;
+ padding-left: 10px;
+ padding-right: 20px;
}
+
#rightcolumn {
float: right;
- width:45%;
- padding-left:20px;
+ width: 45%;
+ padding-left: 20px;
}
-
-
/* Calendar */
#calendar {
position: relative;
- margin-left:350px;
+ margin-left: 350px;
}
-.calendar td.dateToday, .calendar td.dateToday a{
- font-weight:bold;
+
+.calendar td.dateToday,.calendar td.dateToday a {
+ font-weight: bold;
}
-.calendar td.dateUsedStats, .calendar td.dateUsedStats a{
- color:#2E85FF;
- border-color:#2E85FF ;
+.calendar td.dateUsedStats,.calendar td.dateUsedStats a {
+ color: #2E85FF;
+ border-color: #2E85FF;
}
.calendar td.calendar_unselectable {
- color:#F2F7FF;
+ color: #F2F7FF;
}
/* style for the date picking */
#periodString {
- margin-left:350px;
+ margin-left: 350px;
}
-#periodString #date, #periodString #periods,
-#periodString #date a, #periodString #periods a {
- color:#520202;
- font-size:15pt;
+#periodString #date,#periodString #periods,#periodString #date a,#periodString #periods a
+ {
+ color: #520202;
+ font-size: 15pt;
}
-#otherPeriods a{
- text-decoration:none;
+
+#otherPeriods a {
+ text-decoration: none;
}
-#otherPeriods a:hover{
- text-decoration:underline;
+
+#otherPeriods a:hover {
+ text-decoration: underline;
}
+
#currentPeriod {
- border-bottom:1px dotted #520202;
+ border-bottom: 1px dotted #520202;
}
+
.hoverPeriod {
cursor: pointer;
- font-weight:bold;
- border-bottom:1px solid #520202;
+ font-weight: bold;
+ border-bottom: 1px solid #520202;
}
-
/* OTHER */
#loadingError {
- font-weight:bold;
+ font-weight: bold;
font-size: 1.1em;
- color:#F88D22;
- padding:0.5em;
- margin-left:30%;
- display:none;
+ color: #F88D22;
+ padding: 0.5em;
+ margin-left: 30%;
+ display: none;
}
+
#loadingPiwik {
- font-weight:bold;
+ font-weight: bold;
font-size: 1.1em;
- color:#193B6C;
- padding:0.5em;
- margin-left:30%;
+ color: #193B6C;
+ padding: 0.5em;
+ margin-left: 30%;
}
-#miscLinks{
- padding-right:20px;
+#miscLinks {
+ padding-right: 20px;
}
-#periodSelection, #periodSelection a {
- color:#8D92AA;
+#periodSelection,#periodSelection a {
+ color: #8D92AA;
}
-#messageToUsers, #messageToUsers a {
- color:red;
- font-size:0.9em;
- text-decoration : none;
- width:100%;
+#messageToUsers,#messageToUsers a {
+ color: red;
+ font-size: 0.9em;
+ text-decoration: none;
+ width: 100%;
}
.sparkline {
vertical-align: middle;
- padding-right:10px;
+ padding-right: 10px;
}
-
#stuff {
position: absolute;
- margin-left:70%;
- margin-top:10px;
- font-size:0.9em;
- width:20%;
+ margin-left: 70%;
+ margin-top: 10px;
+ font-size: 0.9em;
+ width: 20%;
}
-
/* top right bar */
#loggued {
- float:right;
- text-align:right;
+ float: right;
+ text-align: right;
margin-right: 20px;
- padding-bottom:5px;
- padding-top:5px;
- padding-left:5px;
- border-bottom:1px dotted #E2E3FE;
- border-left:1px dotted #E2E3FE;
+ padding-bottom: 5px;
+ padding-top: 5px;
+ padding-left: 5px;
+ border-bottom: 1px dotted #E2E3FE;
+ border-left: 1px dotted #E2E3FE;
}
+
#loggued form {
- display:inline;
+ display: inline;
}
-
-#javascriptDisable, #javascriptDisable a {
- font-weight:bold;
- color:#F88D22;
+#javascriptDisable,#javascriptDisable a {
+ font-weight: bold;
+ color: #F88D22;
}
\ No newline at end of file
Modified: trunk/plugins/Login/templates/login.css
===================================================================
--- trunk/plugins/Login/templates/login.css 2008-06-25 23:58:44 UTC (rev 527)
+++ trunk/plugins/Login/templates/login.css 2008-06-26 00:01:03 UTC (rev 528)
@@ -1,8 +1,12 @@
/* shamelessly taken from wordpress 2.5 - thank you guys!!! */
-* { margin: 0; padding: 0; }
+* {
+ margin: 0;
+ padding: 0;
+}
body {
- font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+ font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana,
+ sans-serif;
}
form {
@@ -15,10 +19,15 @@
border-radius: 5px;
}
-form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0;}
+form .forgetmenot {
+ font-weight: normal;
+ float: left;
+ margin-bottom: 0;
+}
#login form .submit input {
- font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+ font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana,
+ sans-serif;
padding: 3px 5px;
border: none;
font-size: 13px;
@@ -29,31 +38,42 @@
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: default;
- text-decoration: none;
+ text-decoration: none;
margin-top: -6px;
}
-form .submit { float: right; }
+form .submit {
+ float: right;
+}
-form p { margin-bottom: 24px; }
+form p {
+ margin-bottom: 24px;
+}
-.updated, .login #login_error, .login .message {
+.updated,.login #login_error,.login .message {
background-color: #ffffe0;
border-color: #e6db55;
}
-#login { width: 292px; margin: 7em auto; margin-top: 20px; }
+#login {
+ width: 292px;
+ margin: 7em auto;
+ margin-top: 20px;
+}
-#login_error, .message {
+#login_error,.message {
margin: 0 0 16px 8px;
border-width: 1px;
border-style: solid;
padding: 12px;
}
-#nav { margin: 0 0 0 8px; padding: 16px; }
+#nav {
+ margin: 0 0 0 8px;
+ padding: 16px;
+}
-#form_password, #form_login, #user_email {
+#form_password,#form_login,#user_email {
font-size: 20px;
width: 97%;
padding: 3px;
@@ -87,7 +107,7 @@
color: #d54e21;
}
- #login form .submit input:hover {
+#login form .submit input:hover {
border-color: #328ab2;
}
@@ -99,33 +119,35 @@
.login #nav a {
color: #777;
}
+
body.login {
border-top-color: #464646;
}
+
#login form input {
color: #555;
}
-a{
- text-decoration:none;
+a {
+ text-decoration: none;
}
#logo {
margin-left: 38%;
- margin-top:100px;
+ margin-top: 100px;
}
-#logo .h1 {
-font-family: Georgia, "Times New Roman", Times, serif;
-font-weight: normal;
-color: #136F8B;
-font-size: 48px;
-text-transform: none;
-}
+#logo .h1 {
+ font-family: Georgia, "Times New Roman", Times, serif;
+ font-weight: normal;
+ color: #136F8B;
+ font-size: 48px;
+ text-transform: none;
+}
-#logo .description {
-font-family: Georgia, "Times New Roman", Times, serif;
-font-weight: normal;
-color: #879dbd;
-font-size: 25px;
-}
+#logo .description {
+ font-family: Georgia, "Times New Roman", Times, serif;
+ font-weight: normal;
+ color: #879dbd;
+ font-size: 25px;
+}
\ No newline at end of file
Modified: trunk/themes/default/common-admin.css
===================================================================
--- trunk/themes/default/common-admin.css 2008-06-25 23:58:44 UTC (rev 527)
+++ trunk/themes/default/common-admin.css 2008-06-26 00:01:03 UTC (rev 528)
@@ -1,14 +1,16 @@
* {
font-family: Georgia, Trebuchet MS, arial, sans-serif;
}
+
img {
vertical-align: baseline;
}
+
a {
- font-size:12px;
-
- color:black;
+ font-size: 12px;
+ color: black;
}
+
textarea {
font-size: 0.85em;
}
@@ -168,4 +170,4 @@
.access_error {
font-size: .7em;
padding: 15px;
-}
+}
\ No newline at end of file
More information about the Piwik-svn
mailing list