inital commit

This commit is contained in:
2026-06-19 20:08:01 +06:00
commit 8a5abeeae4
13128 changed files with 3192007 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
body {
background: #f7f7f7;
padding: 5px;
}
#popup_container {
background: #fff;
padding: 5px;
}
#content {
margin: 0;
padding: 0;
}
.popup_title {
font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;
font-size: 170%;
letter-spacing: -1px;
font-weight: bold;
color: #666;
margin: 0 0 5px 0;
border-bottom: 2px solid #999;
}
.close_link {
float: right;
font-size: 13px;
margin-top: 7px;
font-weight: normal;
letter-spacing: normal;
}