Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-08-04 03:53:22 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-08-04 03:53:22 +0400
commit1dfc7ae2d07f99daccd432762c232b9329ea4285 (patch)
treee60f0a9ebcbc8ab2c9f45031284bec17cc532523 /themes
parent3f93985c07dcfa88d905b468692ac32b684cd558 (diff)
- renamed modules/ directory in core/
- cleaning admin UI - adding widgetize module - cleaning template architecture
Diffstat (limited to 'themes')
-rw-r--r--themes/default/Thumbs.dbbin0 -> 4608 bytes
-rw-r--r--themes/default/common-admin.css126
-rw-r--r--themes/default/common.css125
-rw-r--r--themes/default/home.tpl6
-rw-r--r--themes/default/loading-small.gifbin1456 -> 0 bytes
-rw-r--r--themes/default/loading.gifbin4176 -> 0 bytes
6 files changed, 125 insertions, 132 deletions
diff --git a/themes/default/Thumbs.db b/themes/default/Thumbs.db
new file mode 100644
index 0000000000..a4f532eb25
--- /dev/null
+++ b/themes/default/Thumbs.db
Binary files differ
diff --git a/themes/default/common-admin.css b/themes/default/common-admin.css
deleted file mode 100644
index 44004a971c..0000000000
--- a/themes/default/common-admin.css
+++ /dev/null
@@ -1,126 +0,0 @@
-* {
- font-family: Georgia, Trebuchet MS, arial, sans-serif;
-}
-
-img {
- vertical-align: baseline;
-}
-
-a {
- font-size: 12px;
- color: black;
-}
-
-textarea {
- font-size: 0.85em;
-}
-
-#ajaxError {
- color: red;
- text-align: center;
- font-weight: bold;
- width: 550px;
- border: 3px solid red;
- margin: 10px;
- padding: 10px;
-}
-
-
-table.admin {
- font-size: 0.9em;
- font-family: Arial, Helvetica, verdana sans-serif;
- background-color: #fff;
- border-collapse: collapse;
-}
-
-table.admin thead th {
- border-right: 1px solid #fff;
- color: #fff;
- text-align: center;
- padding: 2px;
- text-transform: uppercase;
- height: 25px;
- background-color: #a3c159;
- font-weight: normal;
-}
-
-table.admin tbody tr {
- background-color: #fff;
- border-bottom: 1px solid #f0f0f0;
-}
-
-table.admin tbody td {
- color: #414141;
- padding: 5px;
- text-align: left;
-}
-
-table.admin tbody th {
- text-align: left;
- padding: 2px;
-}
-
-table.admin tbody td, table.admin tbody th {
- color: #536C2A;
- text-decoration: none;
- font-weight: normal;
- padding-left: 15px;
-}
-
-table.admin tbody td:hover, table.admin tbody th:hover {
- color: #009193;
- text-decoration: none;
-}
-
-#submit input {
- font-size: 2em;
- border-top: 2px solid #8cb648;
- border-left: 2px solid #8cb648;
- border-bottom: 2px solid #4a6026;
- border-right: 2px solid #4a6026;
- background-color: #6c8c37;
- color: #fff;
-}
-
-#submit {
- padding-top: 10px;
- padding-left: 70px;
-}
-
-.warning {
- border: 1px dotted gray;
- padding: 15px;
- font-size: .8em;
-}
-
-.warning ul {
- margin-left: 50px;
-}
-
-.access_error {
- font-size: .7em;
- padding: 15px;
-}
-
-#content h2 {
-border-bottom-color:#DADADA;
-color:#666666;
--x-system-font:none;
-border-bottom-style:solid;
-border-bottom-width:1px;
-clear:both;
-font-family:Georgia,"Times New Roman",Times,serif;
-font-size:24px;
-font-size-adjust:none;
-font-stretch:normal;
-font-style:normal;
-font-variant:normal;
-font-weight:normal;
-line-height:normal;
-margin:5px 0pt 0pt -4px;
-padding:0pt 280px 7px 0pt;
-}
-#content {
-margin:0pt 15px;
-padding:0pt;
-} \ No newline at end of file
diff --git a/themes/default/common.css b/themes/default/common.css
new file mode 100644
index 0000000000..1da1fd38e9
--- /dev/null
+++ b/themes/default/common.css
@@ -0,0 +1,125 @@
+/* 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
+ {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ outline: 0;
+ font-size: 100%;
+ vertical-align: baseline;
+ background: transparent;
+}
+
+body {
+ line-height: 1.33;
+ background-color: white;
+ color: black;
+}
+
+ol,ul {
+ list-style: none;
+}
+
+blockquote,q {
+ quotes: none;
+}
+
+/* remember to define focus styles! */
+:focus {
+ outline: 0;
+}
+
+/* remember to highlight inserts somehow! */
+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;
+}
+a {
+ color: #0F1B2E;
+}
+
+#loadingPiwik {
+ font-weight: bold;
+ font-size: 1.1em;
+ color: #193B6C;
+ padding: 0.5em;
+}
+
+#loadingError {
+ font-weight: bold;
+ font-size: 1.1em;
+ color: #F88D22;
+ padding: 0.5em;
+ margin-left: 30%;
+ display: none;
+}
+
+
+#periodString #date, #periodString #periods, #periodString #date a, #periodString #periods a {
+ color: #520202;
+ font-size: 15pt;
+}
+#periodString {
+ padding-top: 2em;
+ margin-left: 350px;
+ display: block;
+}
+#header_message {
+ position: relative;
+ float: right;
+ text-align: left;
+ margin-top: 10px;
+ width: 300px;
+ line-height: 1.33;
+}
+#header_message, #header_message a {
+ color: red;
+ font-size: 0.9em;
+ text-decoration: none;
+}
+#topRightBar {
+ padding: 0pt 0pt 4px;
+ font-size: 84%;
+ float:right;
+}
+#topLeftBar {
+ float: left;
+ height: 22px;
+ padding-left: 10px;
+}
+#topLeftBar, #topRightBar {
+ font-family: arial, sans-serif !important;
+ height: 20px;
+ padding: 4px 10px 0px !important;
+ background-color: #FFFFFF;
+ font-size: 13px;
+ padding-top: 4px !important;
+}
+#logo {
+ float: left;
+ display: inline;
+ font-size: 45pt;
+ padding-left: 15px;
+ padding-left: 15px;
+}
+#javascriptDisable, #javascriptDisable a {
+ font-weight: bold;
+ color: #F88D22;
+ padding-left:1em;
+}
+.topBarElem {
+ height: 22px;
+ margin-right: 0.73em;
+ vertical-align: top;
+ color: #000000;
+ margin-bottom: 0px;
+}
diff --git a/themes/default/home.tpl b/themes/default/home.tpl
deleted file mode 100644
index c4fa99f2f8..0000000000
--- a/themes/default/home.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-CoreHome TEMPLATE SMARTY
-
-
-{debug}
-
-{include file=$subTemplate} \ No newline at end of file
diff --git a/themes/default/loading-small.gif b/themes/default/loading-small.gif
deleted file mode 100644
index c953410523..0000000000
--- a/themes/default/loading-small.gif
+++ /dev/null
Binary files differ
diff --git a/themes/default/loading.gif b/themes/default/loading.gif
deleted file mode 100644
index f0876b27e4..0000000000
--- a/themes/default/loading.gif
+++ /dev/null
Binary files differ