-
+ 71B90176BF4774F8F41E8C6A3E771D4AAA2B2250665E8EB702E33792F1EC90843696AE39B33EDDC0233A52368D38DCF3943B68555FBCEF151F97C1B980A3CA7C
mp-wp/wp-admin/css/plugin-install.css
(0 . 0)(1 . 149)
7977 /* NOTE: the following CSS rules(.star*) are taken more or less straight from the bbPress rating plugin. */
7978 div.star-holder {
7979 position: relative;
7980 height: 19px;
7981 width: 100px;
7982 font-size: 19px;
7983 }
7984
7985 div.star {
7986 height: 100%;
7987 position: absolute;
7988 top: 0;
7989 left: 0;
7990 background-color: transparent;
7991 letter-spacing: 1ex;
7992 border: none;
7993 }
7994
7995 .star1 { width: 20%; }
7996 .star2 { width: 40%; }
7997 .star3 { width: 60%; }
7998 .star4 { width: 80%; }
7999 .star5 { width: 100%; }
8000
8001 .star img, div.star a, div.star a:hover, div.star a:visited {
8002 display: block;
8003 position: absolute;
8004 right: 0;
8005 border: none;
8006 text-decoration: none;
8007 }
8008
8009 div.star img {
8010 width: 19px;
8011 height: 19px;
8012 border-left: 1px solid #fff;
8013 border-right: 1px solid #fff;
8014 }
8015
8016 /* Start custom CSS */
8017 /* Header on thickbox */
8018 #plugin-information-header {
8019 margin: 0;
8020 padding: 0 5px;
8021 font-weight: bold;
8022 position: relative;
8023 border-bottom-width: 1px;
8024 border-bottom-style: solid;
8025 height: 2.5em;
8026 }
8027 #plugin-information ul#sidemenu {
8028 font-weight: normal;
8029 margin: 0 5px;
8030 position: absolute;
8031 left: 0;
8032 bottom: -1px;
8033 }
8034
8035 /* Install sidemenu */
8036 #plugin-information p.action-button {
8037 width: 100%;
8038 padding-bottom: 0;
8039 margin-bottom: 0;
8040 margin-top: 10px;
8041 -moz-border-radius: 3px 0 0 3px;
8042 -webkit-border-top-left-radius: 3px;
8043 -khtml-border-top-left-radius: 3px;
8044 border-top-left-radius: 3px;
8045 -webkit-border-bottom-left-radius: 3px;
8046 -khtml-border-bottom-left-radius: 3px;
8047 border-top-bottom-radius: 3px;
8048 }
8049
8050 #plugin-information .action-button a {
8051 text-align: center;
8052 font-weight: bold;
8053 text-decoration: none;
8054 display: block;
8055 line-height: 2em;
8056 }
8057
8058 #plugin-information h2 {
8059 clear: none !important;
8060 margin-right: 200px;
8061 }
8062
8063 #plugin-information .fyi {
8064 margin-left: 10px;
8065 margin-bottom: 50px;
8066 width: 210px;
8067 }
8068
8069 #plugin-information .fyi h2 {
8070 font-size: 0.9em;
8071 margin-bottom: 0;
8072 margin-right: 0;
8073 }
8074
8075 #plugin-information .fyi h2.mainheader {
8076 padding: 5px;
8077 -moz-border-radius-topleft: 3px;
8078 -webkit-border-top-left-radius: 3px;
8079 -khtml-border-top-left-radius: 3px;
8080 border-top-left-radius: 3px;
8081 }
8082
8083 #plugin-information .fyi ul {
8084 padding: 10px 5px 10px 7px;
8085 margin: 0;
8086 list-style: none;
8087 -moz-border-radius-bottomleft: 3px;
8088 -webkit-border-bottom-left-radius: 3px;
8089 -khtml-border-bottom-left-radius: 3px;
8090 border-top-bottom-radius: 3px;
8091 }
8092
8093 #plugin-information .fyi li {
8094 margin-right: 0;
8095 }
8096
8097 #plugin-information #section-holder {
8098 padding: 10px;
8099 }
8100
8101 #plugin-information .section ul,
8102 #plugin-information .section ol {
8103 margin-left: 16px;
8104 list-style-type: square;
8105 list-style-image: none;
8106 }
8107
8108 #plugin-information #section-screenshots li img {
8109 vertical-align: text-top;
8110 }
8111
8112 #plugin-information #section-screenshots li p {
8113 font-style: italic;
8114 padding-left: 20px;
8115 padding-bottom: 2em;
8116 }
8117
8118 #plugin-information .updated,
8119 #plugin-information pre {
8120 margin-right: 215px;
8121 }
8122
8123 #plugin-information pre {
8124 padding: 7px;
8125 }