source: trunk/plugins/admin_advices/default-layout.css @ 1718

Last change on this file since 1718 was 1718, checked in by vdigital, 17 years ago

Admin Advices includes :

  • Tags relation check.
  • PhpWebGallery link buttons.
  • Its own default-layout.css (as a sample for other plugins as well).

No more functions would be included in 1.7
Please process to correct all wording errors in any advice.

File size: 1.2 KB
Line 
1/* $Id$ */
2.content {
3  list-style-type:none; 
4  margin: 0 1em 0 14.5em; 
5  border: 1px solid;
6  padding: 0;
7}
8.content h2 {
9  font-weight: bold; 
10  padding-left: 2em;
11}
12.content h3 {
13  text-align: left; 
14  padding-left: 3em;
15  font-size: 120%;
16}
17.content table tr td {
18  text-align: left; 
19  padding-left: 2em; 
20}
21.pwgmenu {
22  display: table;
23  list-style-type: none;
24  list-style-image: none; /* for firefox */
25  white-space: nowrap; 
26  position: relative;
27  text-decoration : none;
28  font-family: verdana, arial, helvetica, sans-serif;
29  font-size: 70%;
30  line-height: 1.1em;
31  width: 66em;
32  margin: 1px 8px;
33  padding: 3px;
34  background: transparent;
35}
36.pwgmenu li {
37  float: left;
38  width: 10em !important;
39  text-align: center;
40  margin: 0 6px;
41  padding: 0;
42
43}
44.pwgmenu a {
45  width: 9em !important;
46  display: block;
47  padding: 4px 8px;
48  background: #69c; /* PWG Graphic charts */
49  color: white;
50  text-align: center; 
51  text-decoration: none;
52  font-weight: bold;
53  border: 1px solid #fff; /* Why bordered? in case of #69c background */ 
54}
55.pwgmenu a:hover {
56  background: #f92;
57  color: white;
58} /* PWG Graphic charts */
Note: See TracBrowser for help on using the repository browser.