mirror of
https://github.com/php/web-php.git
synced 2026-03-24 23:32:16 +01:00
104 lines
2.1 KiB
CSS
104 lines
2.1 KiB
CSS
/* TOC elements on manual pages ------------------------------------------- */
|
|
ul.toc li {
|
|
background-image: url(/images/box-0.gif);
|
|
}
|
|
ul.toc li.up {
|
|
background-image: url(/images/caret-u.gif);
|
|
}
|
|
ul.toc li.home {
|
|
background-image: url(/images/caret-t.gif);
|
|
}
|
|
ul.toc li.active {
|
|
background-image: url(/images/box-1.gif);
|
|
}
|
|
|
|
/* Sidebar backgrounds ---------------------------------------------------- */
|
|
#layout_2, #layout_3 {
|
|
background-image: url(/images/leftbar.png);
|
|
}
|
|
#layout_3_helper {
|
|
background-image: url(/images/rightbar.png);
|
|
}
|
|
|
|
/* Tips and warning icons, mainly used in the manual */
|
|
div.tip {
|
|
background-image: url(/images/dialog-information.png);
|
|
}
|
|
div.warning {
|
|
background-image: url(/images/dialog-warning.png);
|
|
}
|
|
|
|
/* Voting images ---------------------------------------------------------- */
|
|
div#usernotes a.usernotes-voteu,
|
|
div#usernotes a.usernotes-voted,
|
|
div#usernotes a.usernotes-voteu:hover,
|
|
div#usernotes a.usernotes-voted:hover {
|
|
background-image: url(/images/notes-features.png);
|
|
}
|
|
|
|
|
|
#mirrors-container {
|
|
|
|
}
|
|
|
|
#mirrors-container h1.title {
|
|
font-size: 1.7em;
|
|
}
|
|
|
|
#mirrors-container .mirrors-header {
|
|
|
|
}
|
|
|
|
#mirrors-container .mirrors-header p {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
#mirrors-container .mirrors-list {
|
|
border: 1px solid #CCC;
|
|
border-right: none;
|
|
border-top: none;
|
|
}
|
|
|
|
#mirrors-container .mirrors-list .mirror:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
#mirrors-container .mirrors-list .mirror {
|
|
/*margin-left: 12px;*/
|
|
width: 270px;
|
|
min-height: 150px;
|
|
padding: 10px;
|
|
float: left;
|
|
border-top: 1px solid #CCC;
|
|
border-right: 1px solid #CCC;
|
|
position: relative;
|
|
}
|
|
|
|
#mirrors-container .mirrors-list .mirror .title {
|
|
margin-bottom: 20px;
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
#mirrors-container .mirrors-list .mirror .flag {
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
}
|
|
|
|
#mirrors-container .mirrors-list .mirror .entry:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#mirrors-container .mirrors-list .mirror .entry {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.mirrors-list .mirror .entry .url {
|
|
float: left;
|
|
}
|
|
|
|
.mirrors-list .mirror .entry .provider {
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|