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
diff options
context:
space:
mode:
authorJulien Rouviere <lezebre@users.sourceforge.net>2008-03-18 22:27:54 +0300
committerJulien Rouviere <lezebre@users.sourceforge.net>2008-03-18 22:27:54 +0300
commit3394154ae7bc1b17fa91d74d49293deeaed0be89 (patch)
tree3582c7885fd2b774d196aa52f4a83e015f5b6cb7 /libs/PhpDocumentor-1.3.2/phpDocumentor/Converters/HTML/Smarty/templates/PHP
parent5ba1d864d17fc09b752bad8e505ff00aeabd5fb0 (diff)
Commited some very good patch by Maciej ZawadziƄski :
-fix #106, #112 : Admin index and menu -fix #88 : nice login screen -fix #105 : nice plugin admin management, -fix #40 : outlink/download tracking, solves bugs and adds some options +Some code cleanup regarding new coding standard git-svn-id: http://dev.piwik.org/svn/trunk@386 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/PhpDocumentor-1.3.2/phpDocumentor/Converters/HTML/Smarty/templates/PHP')
-rwxr-xr-xlibs/PhpDocumentor-1.3.2/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/media/style.css509
1 files changed, 314 insertions, 195 deletions
diff --git a/libs/PhpDocumentor-1.3.2/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/media/style.css b/libs/PhpDocumentor-1.3.2/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/media/style.css
index 919f9d9c46..bbe8d98b95 100755
--- a/libs/PhpDocumentor-1.3.2/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/media/style.css
+++ b/libs/PhpDocumentor-1.3.2/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/media/style.css
@@ -1,195 +1,314 @@
-.php {
- padding: 1em;
-}
-.php-src { font-family: 'Courier New', Courier, monospace; font-weight: normal; }
-
-body
-{
- color: #000000;
- background-color: #ffffff;
- background-image: url("background.png");
- background-repeat: repeat-y;
- font-family: tahoma, verdana, arial, sans-serif;
- font-size: 10pt;
- margin: 0;
- padding: 0;
-}
-
-a
-{
- color: #000099;
- background-color: transparent;
- text-decoration: none;
-}
-
-a:hover
-{
- text-decoration: underline;
-}
-
-a.menu
-{
- color: #ffffff;
- background-color: transparent;
-}
-
-td
-{
- font-size: 10pt;
-}
-
-td.header_top
-{
- color: #ffffff;
- background-color: #9999cc;
- font-size: 16pt;
- font-weight: bold;
- text-align: right;
- padding: 10px;
-}
-
-td.header_line
-{
- color: #ffffff;
- background-color: #333366;
-}
-
-td.header_menu
-{
- color: #ffffff;
- background-color: #666699;
- font-size: 8pt;
- text-align: right;
- padding: 2px;
- padding-right: 5px;
-}
-
-td.menu
-{
- padding: 2px;
- padding-left: 5px;
-}
-
-td.code_border
-{
- color: #000000;
- background-color: #c0c0c0;
-}
-
-td.code
-{
- color: #000000;
- background-color: #f0f0f0;
-}
-
-td.type
-{
- font-style: italic;
-}
-
-div.credit
-{
- font-size: 8pt;
- text-align: center;
-}
-
-div.package
-{
- padding-left: 5px;
-}
-
-div.tags
-{
- padding-left: 15px;
-}
-
-div.function
-{
- padding-left: 15px;
-}
-
-div.top
-{
- font-size: 8pt;
-}
-
-div.warning
-{
- color: #ff0000;
- background-color: transparent;
-}
-
-div.description
-{
- padding-left: 15px;
-}
-
-hr
-{
- height: 1px;
- border-style: solid;
- border-color: #c0c0c0;
- margin-top: 10px;
- margin-bottom: 10px;
-}
-
-span.smalllinenumber
-{
- font-size: 8pt;
-}
-
-ul {
- margin-left: 0px;
- padding-left: 8px;
-}
-/* Syntax highlighting */
-
-.src-code { background-color: #f5f5f5; border: 1px solid #ccc9a4; padding: 0 0 0 1em; margin : 0px;
- font-family: 'Courier New', Courier, monospace; font-weight: normal; }
-.src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; }
-
-.src-comm { color: green; }
-.src-id { }
-.src-inc { color: #0000FF; }
-.src-key { color: #0000FF; }
-.src-num { color: #CC0000; }
-.src-str { color: #66cccc; }
-.src-sym { font-weight: bold; }
-.src-var { }
-
-.src-php { font-weight: bold; }
-
-.src-doc { color: #009999 }
-.src-doc-close-template { color: #0000FF }
-.src-doc-coretag { color: #0099FF; font-weight: bold }
-.src-doc-inlinetag { color: #0099FF }
-.src-doc-internal { color: #6699cc }
-.src-doc-tag { color: #0080CC }
-.src-doc-template { color: #0000FF }
-.src-doc-type { font-style: italic }
-.src-doc-var { font-style: italic }
-
-.tute-tag { color: #009999 }
-.tute-attribute-name { color: #0000FF }
-.tute-attribute-value { color: #0099FF }
-.tute-entity { font-weight: bold; }
-.tute-comment { font-style: italic }
-.tute-inline-tag { color: #636311; font-weight: bold }
-
-/* tutorial */
-
-.authors { }
-.author { font-style: italic; font-weight: bold }
-.author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
-.example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; }
-.listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; }
-.release-info { font-size: 85%; font-style: italic; margin: 1em 0em }
-.ref-title-box { }
-.ref-title { }
-.ref-purpose { font-style: italic; color: #666666 }
-.ref-synopsis { }
-.title { font-weight: bold; margin: 1em 0em 0em 0em; padding: .25em; border: 2px solid #999999; background-color: #9999CC }
-.cmd-synopsis { margin: 1em 0em }
-.cmd-title { font-weight: bold }
-.toc { margin-left: 2em; padding-left: 0em }
-
+.php {
+ padding: 1em;
+}
+
+.php-src {
+ font-family: 'Courier New', Courier, monospace;
+ font-weight: normal;
+}
+
+body {
+ color: #000000;
+ background-color: #ffffff;
+ background-image: url("background.png");
+ background-repeat: repeat-y;
+ font-family: tahoma, verdana, arial, sans-serif;
+ font-size: 10pt;
+ margin: 0;
+ padding: 0;
+}
+
+a {
+ color: #000099;
+ background-color: transparent;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+a.menu {
+ color: #ffffff;
+ background-color: transparent;
+}
+
+td {
+ font-size: 10pt;
+}
+
+td.header_top {
+ color: #ffffff;
+ background-color: #9999cc;
+ font-size: 16pt;
+ font-weight: bold;
+ text-align: right;
+ padding: 10px;
+}
+
+td.header_line {
+ color: #ffffff;
+ background-color: #333366;
+}
+
+td.header_menu {
+ color: #ffffff;
+ background-color: #666699;
+ font-size: 8pt;
+ text-align: right;
+ padding: 2px;
+ padding-right: 5px;
+}
+
+td.menu {
+ padding: 2px;
+ padding-left: 5px;
+}
+
+td.code_border {
+ color: #000000;
+ background-color: #c0c0c0;
+}
+
+td.code {
+ color: #000000;
+ background-color: #f0f0f0;
+}
+
+td.type {
+ font-style: italic;
+}
+
+div.credit {
+ font-size: 8pt;
+ text-align: center;
+}
+
+div.package {
+ padding-left: 5px;
+}
+
+div.tags {
+ padding-left: 15px;
+}
+
+div.function {
+ padding-left: 15px;
+}
+
+div.top {
+ font-size: 8pt;
+}
+
+div.warning {
+ color: #ff0000;
+ background-color: transparent;
+}
+
+div.description {
+ padding-left: 15px;
+}
+
+hr {
+ height: 1px;
+ border-style: solid;
+ border-color: #c0c0c0;
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+span.smalllinenumber {
+ font-size: 8pt;
+}
+
+ul {
+ margin-left: 0px;
+ padding-left: 8px;
+}
+
+/* Syntax highlighting */
+.src-code {
+ background-color: #f5f5f5;
+ border: 1px solid #ccc9a4;
+ padding: 0 0 0 1em;
+ margin: 0px;
+ font-family: 'Courier New', Courier, monospace;
+ font-weight: normal;
+}
+
+.src-line {
+ font-family: 'Courier New', Courier, monospace;
+ font-weight: normal;
+}
+
+.src-comm {
+ color: green;
+}
+
+.src-id {
+
+}
+
+.src-inc {
+ color: #0000FF;
+}
+
+.src-key {
+ color: #0000FF;
+}
+
+.src-num {
+ color: #CC0000;
+}
+
+.src-str {
+ color: #66cccc;
+}
+
+.src-sym {
+ font-weight: bold;
+}
+
+.src-var {
+
+}
+
+.src-php {
+ font-weight: bold;
+}
+
+.src-doc {
+ color: #009999
+}
+
+.src-doc-close-template {
+ color: #0000FF
+}
+
+.src-doc-coretag {
+ color: #0099FF;
+ font-weight: bold
+}
+
+.src-doc-inlinetag {
+ color: #0099FF
+}
+
+.src-doc-internal {
+ color: #6699cc
+}
+
+.src-doc-tag {
+ color: #0080CC
+}
+
+.src-doc-template {
+ color: #0000FF
+}
+
+.src-doc-type {
+ font-style: italic
+}
+
+.src-doc-var {
+ font-style: italic
+}
+
+.tute-tag {
+ color: #009999
+}
+
+.tute-attribute-name {
+ color: #0000FF
+}
+
+.tute-attribute-value {
+ color: #0099FF
+}
+
+.tute-entity {
+ font-weight: bold;
+}
+
+.tute-comment {
+ font-style: italic
+}
+
+.tute-inline-tag {
+ color: #636311;
+ font-weight: bold
+}
+
+/* tutorial */
+.authors {
+
+}
+
+.author {
+ font-style: italic;
+ font-weight: bold
+}
+
+.author-blurb {
+ margin: .5em 0em .5em 2em;
+ font-size: 85%;
+ font-weight: normal;
+ font-style: normal
+}
+
+.example {
+ border: 1px dashed #999999;
+ background-color: #EEEEEE;
+ padding: .5em;
+}
+
+.listing {
+ border: 1px dashed #999999;
+ background-color: #EEEEEE;
+ padding: .5em;
+ white-space: nowrap;
+}
+
+.release-info {
+ font-size: 85%;
+ font-style: italic;
+ margin: 1em 0em
+}
+
+.ref-title-box {
+
+}
+
+.ref-title {
+
+}
+
+.ref-purpose {
+ font-style: italic;
+ color: #666666
+}
+
+.ref-synopsis {
+
+}
+
+.title {
+ font-weight: bold;
+ margin: 1em 0em 0em 0em;
+ padding: .25em;
+ border: 2px solid #999999;
+ background-color: #9999CC
+}
+
+.cmd-synopsis {
+ margin: 1em 0em
+}
+
+.cmd-title {
+ font-weight: bold
+}
+
+.toc {
+ margin-left: 2em;
+ padding-left: 0em
+} \ No newline at end of file