Menu

[f1bb48]: / examples / phpMyEditExamples.css  Maximize  Restore  History

Download this file

174 lines (143 with data), 3.8 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
/* phpMyEditExamples.css */
/* $Platon: phpMyEdit/css/phpMyEditExamples.css,v 5.7.6 2024-02-29 12:57:07 Yves $ */
.force-landscape {
display: block;
}
.force-landscape p.portrait-alert {
display: none;
}
@media only screen and (orientation: portrait) {
.force-landscape p.portrait-alert {
display: initial;
color: red;
}
.force-landscape {
/*
height: 100vw;
transform: rotate(90deg);
*/
}
}
@media only screen and (orientation: landscape) {
.force-landscape {
/*
transform: rotate(0deg);
*/
}
}
.pme-main h1, .pme-main h3, hr.gradientline, menu.pme-menu {
font-family: Arial, Helvetica, sans-serif;
}
.pme-main h1, .pme-main h3 {
text-align: center;
}
menu.pme-menu {
list-style-type: none;
padding-left: 0;
font-weight: bold;
}
menu.pme-menu li a {
text-transform: uppercase;
text-decoration: none;
}
menu.pme-menu li a:any-link {
color: black;
}
menu.pme-menu li[disabled] {
color: GrayText;
}
menu.pme-menu li.not-horizontal {
display: none;
}
/* modification of styles for reports */
div.pme-report form.pme-form hr.pme-hr.down,
div.pme-report form.pme-form table.pme-navigation {
display: none;
}
div.pme-report table.pme-main {
width: initial;
}
/* generic styles for detailsbuttons */
th.pme-header-detailsbutton, th.pme-header-detailslink {
font-family: Arial, Helvetica, sans-serif;
border: #004d9c 1px solid;
padding: 4px;
background: #add8e6;
}
td.pme-key-detailsbutton, td.pme-key-detailslink,
td.pme-cell-detailslink, td.pme-value-detailslink,
td.pme-cell-detailsbutton, td.pme-value-detailsbutton {
border: #004d9c 1px solid;
padding: 3px;
}
a.pme-link,
tr.pme-row td.pme-navigation a.pme-navigation,
td.pme-cell-detailslink a.pme-cell-detailslink,
td.pme-value-detailsbutton a.pme-value-detailsbutton,
td.pme-cell-detailsbutton a.pme-cell-detailsbutton {
font-family: Arial, Helvetica, sans-serif;
color: blue;
text-decoration: none;
cursor: pointer;
}
td.pme-value-detailsbutton a.pme-value-detailsbutton,
td.pme-cell-detailsbutton a.pme-cell-detailsbutton {
border-color: GrayText;
border-width: thin;
border-style: solid;
font-variant: small-caps;
padding: 1px 2px;
appearance: button;
}
table.pme-main.pme-list tr.pme-header th.pme-header a.pme-header,
table.pme-main.pme-list tr.pme-header th.pme-header-detailsbutton a.pme-header-detailsbutton {
color: blue;
}
table.pme-main.pme-delete tr.pme-row td.pme-value a.pme-value,
table.pme-main.pme-view tr.pme-row td.pme-value a.pme-value,
table.pme-main.pme-list tr.pme-row td.pme-cell a.pme-cell {
font-family: Arial, Helvetica, sans-serif;
font-variant: small-caps;
color: blue;
text-decoration: none;
}
tr.pme-row-detailsbutton:nth-child(even),
tr.pme-cell-detailsbutton:nth-child(even) {
background-color: #EEEEEE;
}
/* override borders for header section buttons */
.pme-main table.pme-main.pme-title,
.pme-main table.pme-main.pme-title td.pme-value-detailsbutton {
border: none;
}
/* fancy gradientline with caption inside it */
hr.gradientline {
line-height: 1em;
position: relative;
outline: 0;
border: 0;
color: CanvasText;
text-align: center;
height: 1.5em;
opacity: .7;
}
hr.gradientline:before {
content: '';
background: linear-gradient(to right, transparent, HighlightText, transparent);
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
}
hr.gradientline:after {
content: attr(data-caption);
position: relative;
display: inline-block;
color: CanvasText;
padding: 0 .5em;
line-height: 1.5em;
color: HighlightText;
background-color: Canvas;
}
/* eof */
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.