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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2013-08-07 11:25:16 +0400
committerMichal Čihař <mcihar@suse.cz>2013-08-07 11:25:16 +0400
commit7deb885d18aca1de277b3975acea1bf9a41a6ca5 (patch)
treec27a8db3da7fbe888a61dac2d8276dcd96eda51d /themes
parent160457e25f58c746684af696f69d9b5f3c706bd4 (diff)
Remove no longer used syntax css
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php66
-rw-r--r--themes/pmahomme/css/common.css.php65
2 files changed, 5 insertions, 126 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 52617b9419..8aba8e8f0a 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -368,70 +368,10 @@ img.lightbulb {
border: 1px dashed #000000;
}
-/* MySQL Parser */
-.syntax {
- font-size: 80%;
-}
-
-.syntax a {
+/* Doc links in SQL */
+.sql-higlight a {
text-decoration: none;
- border-bottom:1px dotted black;
-}
-
-.syntax_comment {
- padding-left: 4pt;
- padding-right: 4pt;
-}
-
-.syntax_digit {
-}
-
-.syntax_digit_hex {
-}
-
-.syntax_digit_integer {
-}
-
-.syntax_digit_float {
-}
-
-.syntax_punct {
-}
-
-.syntax_alpha {
-}
-
-.syntax_alpha_columnType {
- text-transform: uppercase;
-}
-
-.syntax_alpha_columnAttrib {
- text-transform: uppercase;
-}
-
-.syntax_alpha_reservedWord {
- text-transform: uppercase;
- font-weight: bold;
-}
-
-.syntax_alpha_functionName {
- text-transform: uppercase;
-}
-
-.syntax_alpha_identifier {
-}
-
-.syntax_alpha_charset {
-}
-
-.syntax_alpha_variable {
-}
-
-.syntax_quote {
- white-space: pre;
-}
-
-.syntax_quote_backtick {
+ border-bottom: 1px dotted #000;
}
/* leave some space between icons and text */
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 3c4bdca6bc..f4ba973515 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -602,73 +602,12 @@ img.lightbulb {
border: 1px dashed #000;
}
-/* MySQL Parser */
-.syntax {
- font-family: Verdana, 'Segoe UI', Arial, Tahoma;
- font-size: 110%;
-}
-
-.syntax a {
+/* Doc links in SQL */
+.sql-higlight a {
text-decoration: none;
border-bottom: 1px dotted #000;
}
-.syntax_comment {
- padding-left: 4pt;
- padding-right: 4pt;
-}
-
-.syntax_digit {
-}
-
-.syntax_digit_hex {
-}
-
-.syntax_digit_integer {
-}
-
-.syntax_digit_float {
-}
-
-.syntax_punct {
-}
-
-.syntax_alpha {
-}
-
-.syntax_alpha_columnType {
- text-transform: uppercase;
-}
-
-.syntax_alpha_columnAttrib {
- text-transform: uppercase;
-}
-
-.syntax_alpha_reservedWord {
- text-transform: uppercase;
- font-weight: bold;
-}
-
-.syntax_alpha_functionName {
- text-transform: uppercase;
-}
-
-.syntax_alpha_identifier {
-}
-
-.syntax_alpha_charset {
-}
-
-.syntax_alpha_variable {
-}
-
-.syntax_quote {
- white-space: pre;
-}
-
-.syntax_quote_backtick {
-}
-
/* no extra space in table cells */
td .icon {
margin: 0;