Polly po-cket

p _ x
Bookmark Weezywap
JarApkBmkOpera
(GMT+1)
Sunday May 5th 2024
+
Always Post weezywap.xtgem.com on your facebook, twitter, 2go, whatsapp and instagram status! If you love WEEZYWAP and enjoy unlimited services here!
»WEEZYWAP Forum
Forum Rules | Smilies | BB Codes | Back
* myp * Weezy thanks.......bloglist update code
2017-03-07 06:50 · (0)
* myp * Weezy thanks.......bloglist update code
2017-03-07 06:52 · (0)
* Weezy * myp Read @ http://weezywap.xtgem.com/forum/index/__xt/tutorial-on-how-to-create-latest-updates-with-image-using-bloglist-in-wapka-by-spicy/thread-oqp0yi6mk4estv1g31aca5ut0cm6qo4iwxz1k3.html
2017-03-07 21:54 · (0)
* myp * Weezy
body {
font-family: Verdana, sans-serif;
}
h1, h2, h3, p {
margin: 0 0 5px 0;
padding: 0;
}
ul, ol {
margin-top: 0;
margin-bottom: 5px;
margin-left:10px;
padding: 0;
}
hr {
color: #999;
height: 1px;
}

/* including for compatibility */

.alignleft {
float:left;
margin-right:1em;
margin-bottom:1em;
}
.alignright {
float:right;
margin-left:1em;
margin-bottom:1em;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

Copy code


help me edit it for Wapka.......showing syntax error
2017-04-18 12:55 · (0)
* Weezy * myp Copy the editted css code below
<style type="text/css">
body {
font-family: Verdana, sans-serif;
}
h1, h2, h3, p {
margin: 0 0 5px 0;
 padding: 0;
}
ul, ol {
margin-top: 0;
 margin-bottom: 5px;
 margin-left:10px;
 padding: 0;
}
hr {
color: #999;
 height: 1px;
}

.alignleft {
float:left;
 margin-right:1em;
 margin-bottom:1em;
}
.alignright {
float:right;
 margin-left:1em;
 margin-bottom:1em;
}
.aligncenter {
display: block;
 margin-left: auto;
 margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
 text-align: center;
 background-color: #f3f3f3;
 padding-top: 4px;
 margin: 10px;
 -moz-border-radius: 3px;
 -khtml-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.wp-caption img {
margin: 0;
 padding: 0;
 border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
 line-height: 17px;
 padding: 0 4px 5px;
 margin: 0;
}
</style>

Copy code
2017-04-18 14:25 · (0)
* myp * Weezy and this one
<style>
body {
    background:#e5e5e5;
    font-size:12px;
    line-height:1.5;
    color:#333;
    margin:0;
}
h1 {font-size:18px;}
hr {display:none;}
a {color:blue;}
blockquote {
    border-left:2px solid #ddd;
    margin:0 0 0 5px;
    padding-left:5px;
}
ul, ol {
    margin-left: 40px;
}
p, li {
    margin: 0 0 10px;
}
.small {
    font-size:10px;
    line-height:2;
}
.hide {
    display: none;
}
.clear {
    clear: both;
    float: none;
}
.table-title,
.content {
    color:#777;
    font-size:1em;
    line-height:1.5;
    margin:10px;
    text-shadow: 1px 1px 2px #fff;
}
.table-title {
    margin-top:20px;
}
.group {
    background:#fff;
    border:1px solid #ccc;
    overflow:hidden;
    margin:10px;
    padding: 10px;
}
ul.table.group {
    margin:10px;
    padding:0;
}
ul.table {
    clear:both;
    color:#999;
    list-style:none;
    margin:0;
}
ul.table li {
    border-bottom:1px solid #ccc;
    padding:15px;
}
ul.table li:last-child {border:0;}
ul.table.disclosure li,
ul.table li.disclosure {
    margin: 0;
    padding:0;
    position:relative;
}
ul.table.disclosure a,
ul.table li.disclosure a {
    border: 0;
    display:block;
    padding:5px 10px;
    text-decoration: none;
}
ul.table.disclosure a .date,
ul.table li.disclosure a .date {
    color: #666;
    font-size: 11px;
    white-space: nowrap;
}
ul.table li .title {
    background: #a5a5a5 url(../img/title-dimple.gif) repeat-x top;
    border-bottom:1px solid #777;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight:normal;
    padding: 3px 8px;
    text-shadow: 0 1px 1px #555;
}
.title-divider {
    background:url(../img/title-divider.png) repeat-x center;
    color:#999;
    font-size:10px;
    font-weight:normal;
    margin:0 -15px 10px -15px;
}
.title-divider span {
    background:#fff;
    margin:0 0 0 10px;
    padding: 0 5px;
}

.notification {
    background:#fffdc2;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin:10px 0;
    padding:10px;
}

#site-name {
    background:#666 url(../img/header-gloss.png) repeat-x center;
    border-bottom: 1px solid #999;
    line-height: 1.2;
    margin:0;
}
#site-name a {
    background: transparent url(../img/home.png) no-repeat 10px center;
    color:#fff;
    display:block;
    font-size:16px;
    padding:10px 40px;
}
#navigation-top {
    display:none;
}

.pagination {
    margin:0 10px;
}
.group:not(.table) .paginatiopjn:last-child {
    background: transparent;
    border-width: 1px 0 0;
    margin: 0 -10px -10px;
}
.pagination {
    background:#fff;
    border:1px solid #ccc;
    border-width:0 1px 1px;
    clear:both;
    overflow:hidden;
}
.pagination span {
    display:none;
}
.pagination span.next,
.pagination span.prev {
    display:block;
    width:50%;
}
.pagination span.prev {
    float:right;
}
.pagination span.next {
    float:left;
}
.pagination .next a,
.pagination .prev a {
    border:5px solid #fff;
    display:block;
    height:1.5em;
    overflow:hidden;
    text-decoration:none;
}
.pagination .next a,
ul.table.disclosure .pagination .next a {
    background: url(../img/disclosure-left.png) no-repeat left center;
    border-right:1px solid #ddd;
    border-left:0;
    padding-left:35px;
}
.pagination .prev a,
ul.table.disclosure .pagination .prev a {
    background: url(../img/disclosure.png) no-repeat right center;
    border-left:1px solid #fff;
    border-right:0;
    padding-right:35px;
    text-align:right;
}

#next-prev-bottom,
#navigation-bottom {display:none;}

#search {
    margin: 0;
}
#search input {
    padding: 3px;
}
#s {
    width: 50%;
}

.tabbed.group {
    padding:0;
}
.tabbed ul.tabs{
    background:url(../img/title-divider.png) repeat-x bottom;
    list-style:none;
    margin: 0 10px;
    overflow:hidden;
}
.tabbed .tabs li {
    float:left;
    margin-bottom: 0;
    width:50%;
}
.tabbed .tabs li a{
    background:#d5d5d5 url(../img/tab.gif) repeat-x bottom;
    color:#333;
    display:block;
    padding: 7px;
    text-decoration:none;
}
.tabbed .tabs li.active a {
    background-color:#fff;
    background-image:url(../img/tab-active.gif);
}

.commentlist {
    margin:0 -10px;
}
.commentlist .li-comment {
    background:url(../img/comment.png) no-repeat 10px 10px;
    border-bottom:1px solid #ddd;
    font-size:11px;
    list-style: none;
    margin:0;
    padding:10px 10px 10px 30px;
}
.commentlist li:last-child {border:0;}
.commentlist li .comment-info {
    color:#999;
    margin:0;
}
.commentlist .comment-info cite {
    font-weight:bold;
}
.commentlist .children {
    margin: 10px 0 0;
}
.commentlist .children .li-comment {
    background-position: 0 10px;
    border: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 20px;
}
#respond .title-divider {
    margin-bottom:5px;
    margin-top:5px;
}
#respond label {display:block;}
#respond textarea,
#respond input[type=text] {
    width:95%;
}

#footer {
    background:#555 url(../img/footer-shadow.gif) repeat-x top;
    color:#999;
    padding:10px;
}
#footer a {color:#ddd;}
#footer p#developer-link {
    display:block;
    text-indent:-32697px;
}
#footer p#developer-link a,
#footer p#developer-link a:visited {
    background:url(../img/by-crowd-favorite.gif) no-repeat left top;
    float:right;
    height:30px;
    text-indent:-32697px;
    width:220px;
}
/* rounded goodness */
.group {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.tabbed ul.table.group {
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
}

.pagination .next a,
ul.table.disclosure .pagination .next a {
    border-bottom-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomleft:10px;
}
.pagination .prev a,
ul.table.disclosure .pagination .prev a {
    border-bottom-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-bottomright:10px;
}
.pagination {
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
}
.tabbed .tabs li:first-child a {
    border: 1px solid #ccc;
    border-width: 1px 1px 0;
    border-top-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topleft:10px;
}
.tabbed .tabs li:last-child a {
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    border-top-right-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
}

.pages-link {
    margin:2em 0;
    word-spacing:.25em;
}
.pages-link a {
    background:#d7d7d7;
    border:1px solid #ccc;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    color:#333;
    padding:.3em .5em;
    text-decoration:none;
}</style

Copy code
2017-04-19 15:10 · (0)
* myp * Weezy and this one
<style>
body {
    background:#e5e5e5;
    font-size:12px;
    line-height:1.5;
    color:#333;
    margin:0;
}
h1 {font-size:18px;}
hr {display:none;}
a {color:blue;}
blockquote {
    border-left:2px solid #ddd;
    margin:0 0 0 5px;
    padding-left:5px;
}
ul, ol {
    margin-left: 40px;
}
p, li {
    margin: 0 0 10px;
}
.small {
    font-size:10px;
    line-height:2;
}
.hide {
    display: none;
}
.clear {
    clear: both;
    float: none;
}
.table-title,
.content {
    color:#777;
    font-size:1em;
    line-height:1.5;
    margin:10px;
    text-shadow: 1px 1px 2px #fff;
}
.table-title {
    margin-top:20px;
}
.group {
    background:#fff;
    border:1px solid #ccc;
    overflow:hidden;
    margin:10px;
    padding: 10px;
}
ul.table.group {
    margin:10px;
    padding:0;
}
ul.table {
    clear:both;
    color:#999;
    list-style:none;
    margin:0;
}
ul.table li {
    border-bottom:1px solid #ccc;
    padding:15px;
}
ul.table li:last-child {border:0;}
ul.table.disclosure li,
ul.table li.disclosure {
    margin: 0;
    padding:0;
    position:relative;
}
ul.table.disclosure a,
ul.table li.disclosure a {
    border: 0;
    display:block;
    padding:5px 10px;
    text-decoration: none;
}
ul.table.disclosure a .date,
ul.table li.disclosure a .date {
    color: #666;
    font-size: 11px;
    white-space: nowrap;
}
ul.table li .title {
    background: #a5a5a5 url(../img/title-dimple.gif) repeat-x top;
    border-bottom:1px solid #777;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight:normal;
    padding: 3px 8px;
    text-shadow: 0 1px 1px #555;
}
.title-divider {
    background:url(../img/title-divider.png) repeat-x center;
    color:#999;
    font-size:10px;
    font-weight:normal;
    margin:0 -15px 10px -15px;
}
.title-divider span {
    background:#fff;
    margin:0 0 0 10px;
    padding: 0 5px;
}

.notification {
    background:#fffdc2;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin:10px 0;
    padding:10px;
}

#site-name {
    background:#666 url(../img/header-gloss.png) repeat-x center;
    border-bottom: 1px solid #999;
    line-height: 1.2;
    margin:0;
}
#site-name a {
    background: transparent url(../img/home.png) no-repeat 10px center;
    color:#fff;
    display:block;
    font-size:16px;
    padding:10px 40px;
}
#navigation-top {
    display:none;
}

.pagination {
    margin:0 10px;
}
.group:not(.table) .paginatiopjn:last-child {
    background: transparent;
    border-width: 1px 0 0;
    margin: 0 -10px -10px;
}
.pagination {
    background:#fff;
    border:1px solid #ccc;
    border-width:0 1px 1px;
    clear:both;
    overflow:hidden;
}
.pagination span {
    display:none;
}
.pagination span.next,
.pagination span.prev {
    display:block;
    width:50%;
}
.pagination span.prev {
    float:right;
}
.pagination span.next {
    float:left;
}
.pagination .next a,
.pagination .prev a {
    border:5px solid #fff;
    display:block;
    height:1.5em;
    overflow:hidden;
    text-decoration:none;
}
.pagination .next a,
ul.table.disclosure .pagination .next a {
    background: url(../img/disclosure-left.png) no-repeat left center;
    border-right:1px solid #ddd;
    border-left:0;
    padding-left:35px;
}
.pagination .prev a,
ul.table.disclosure .pagination .prev a {
    background: url(../img/disclosure.png) no-repeat right center;
    border-left:1px solid #fff;
    border-right:0;
    padding-right:35px;
    text-align:right;
}

#next-prev-bottom,
#navigation-bottom {display:none;}

#search {
    margin: 0;
}
#search input {
    padding: 3px;
}
#s {
    width: 50%;
}

.tabbed.group {
    padding:0;
}
.tabbed ul.tabs{
    background:url(../img/title-divider.png) repeat-x bottom;
    list-style:none;
    margin: 0 10px;
    overflow:hidden;
}
.tabbed .tabs li {
    float:left;
    margin-bottom: 0;
    width:50%;
}
.tabbed .tabs li a{
    background:#d5d5d5 url(../img/tab.gif) repeat-x bottom;
    color:#333;
    display:block;
    padding: 7px;
    text-decoration:none;
}
.tabbed .tabs li.active a {
    background-color:#fff;
    background-image:url(../img/tab-active.gif);
}

.commentlist {
    margin:0 -10px;
}
.commentlist .li-comment {
    background:url(../img/comment.png) no-repeat 10px 10px;
    border-bottom:1px solid #ddd;
    font-size:11px;
    list-style: none;
    margin:0;
    padding:10px 10px 10px 30px;
}
.commentlist li:last-child {border:0;}
.commentlist li .comment-info {
    color:#999;
    margin:0;
}
.commentlist .comment-info cite {
    font-weight:bold;
}
.commentlist .children {
    margin: 10px 0 0;
}
.commentlist .children .li-comment {
    background-position: 0 10px;
    border: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 20px;
}
#respond .title-divider {
    margin-bottom:5px;
    margin-top:5px;
}
#respond label {display:block;}
#respond textarea,
#respond input[type=text] {
    width:95%;
}

#footer {
    background:#555 url(../img/footer-shadow.gif) repeat-x top;
    color:#999;
    padding:10px;
}
#footer a {color:#ddd;}
#footer p#developer-link {
    display:block;
    text-indent:-32697px;
}
#footer p#developer-link a,
#footer p#developer-link a:visited {
    background:url(../img/by-crowd-favorite.gif) no-repeat left top;
    float:right;
    height:30px;
    text-indent:-32697px;
    width:220px;
}
/* rounded goodness */
.group {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.tabbed ul.table.group {
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
}

.pagination .next a,
ul.table.disclosure .pagination .next a {
    border-bottom-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomleft:10px;
}
.pagination .prev a,
ul.table.disclosure .pagination .prev a {
    border-bottom-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-bottomright:10px;
}
.pagination {
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
}
.tabbed .tabs li:first-child a {
    border: 1px solid #ccc;
    border-width: 1px 1px 0;
    border-top-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topleft:10px;
}
.tabbed .tabs li:last-child a {
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    border-top-right-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
}

.pages-link {
    margin:2em 0;
    word-spacing:.25em;
}
.pages-link a {
    background:#d7d7d7;
    border:1px solid #ccc;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    color:#333;
    padding:.3em .5em;
    text-decoration:none;
}</style

Copy code
2017-04-19 15:11 · (0)
* Weezy * myp Copy below
<style type="text/css">
body {
background:#e5e5e5;
 font-size:12px;
 line-height:1.5;
 color:#333;
 margin:0;
}
h1 {font-size:18px;}
hr {display:none;}
a {color:blue;}
blockquote {
border-left:2px solid #ddd;
 margin:0 0 0 5px;
 padding-left:5px;
}
ul, ol {
margin-left: 40px;
}
p, li {
margin: 0 0 10px;
}
.small {
font-size:10px;
 line-height:2;
}
.hide {
display: none;
}
.clear {
clear: both;
 float: none;
}
.table-title,
 .content {
color:#777;
 font-size:1em;
 line-height:1.5;
 margin:10px;
 text-shadow: 1px 1px 2px #fff;
}
.table-title {
margin-top:20px;
}
.group {
background:#fff;
 border:1px solid #ccc;
 overflow:hidden;
 margin:10px;
 padding: 10px;
}
ul.table.group {
margin:10px;
 padding:0;
}
ul.table {
clear:both;
 color:#999;
 list-style:none;
 margin:0;
}
ul.table li {
border-bottom:1px solid #ccc;
 padding:15px;
}
ul.table li:last-child {border:0;}
ul.table.disclosure li,
ul.table li.disclosure {
margin: 0;
 padding:0;
 position:relative;
}
ul.table.disclosure a,
ul.table li.disclosure a {
border: 0;
 display:block;
 padding:5px 10px;
 text-decoration: none;
}
ul.table.disclosure a .date,
ul.table li.disclosure a .date {
color: #666;
 font-size: 11px;
 white-space: nowrap;
}
ul.table li .title {
background: #a5a5a5 url(/img/title-dimple.gif) repeat-x top;
 border-bottom:1px solid #777;
 color: #fff;
 display: block;
 font-size: 10px;
 font-weight:normal;
 padding: 3px 8px;
 text-shadow: 0 1px 1px #555;
}
.title-divider {
background:url(/img/title-divider.png) repeat-x center;
 color:#999;
 font-size:10px;
 font-weight:normal;
 margin:0 -15px 10px -15px;
}
.title-divider span {
background:#fff;
 margin:0 0 0 10px;
 padding: 0 5px;
}

.notification {
background:#fffdc2;
 border-radius:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 margin:10px 0;
 padding:10px;
}

#site-name {
background:#666 url(/img/header-gloss.png) repeat-x center;
 border-bottom: 1px solid #999;
 line-height: 1.2;
 margin:0;
}
#site-name a {
background: transparent url(/img/home.png) no-repeat 10px center;
 color:#fff;
 display:block;
 font-size:16px;
 padding:10px 40px;
}
#navigation-top {
display:none;
}

.pagination {
margin:0 10px;
}
.pagination {
background:#fff;
 border:1px solid #ccc;
 border-width:0 1px 1px;
 clear:both;
 overflow:hidden;
}
.pagination span {
display:none;
}
.pagination span.next,
.pagination span.prev {
display:block;
 width:50%;
}
.pagination span.prev {
float:right;
}
.pagination span.next {
float:left;
}
.pagination .next a,
.pagination .prev a {
border:5px solid #fff;
 display:block;
 height:1.5em;
 overflow:hidden;
 text-decoration:none;
}
.pagination .next a,
ul.table.disclosure .pagination .next a {
background: url(/img/disclosure-left.png) no-repeat left center;
 border-right:1px solid #ddd;
 border-left:0;
 padding-left:35px;
}
.pagination .prev a,
ul.table.disclosure .pagination .prev a {
background: url(/img/disclosure.png) no-repeat right center;
 border-left:1px solid #fff;
 border-right:0;
 padding-right:35px;
 text-align:right;
}

#next-prev-bottom,
#navigation-bottom {display:none;}

#search {
margin: 0;
}
#search input {
padding: 3px;
}
#s {
width: 50%;}

.tabbed.group {
padding:0;
}
.tabbed ul.tabs{
background:url(/img/title-divider.png) repeat-x bottom;
 list-style:none;
 margin: 0 10px;
 overflow:hidden;
}
.tabbed .tabs li {
float:left;
 margin-bottom: 0;
 width:50%;
}
.tabbed .tabs li a{
background:#d5d5d5 url(/img/tab.gif) repeat-x bottom;
 color:#333;
 display:block;
 padding: 7px;
 text-decoration:none;
}
.tabbed .tabs li.active a {
background-color:#fff;
 background-image:url(/img/tab-active.gif);
}

.commentlist {
margin:0 -10px;
}
.commentlist .li-comment {
background:url(/img/comment.png) no-repeat 10px 10px;
 border-bottom:1px solid #ddd;
 font-size:11px;
 list-style: none;
 margin:0;
 padding:10px 10px 10px 30px;
}
.commentlist li:last-child {border:0;}
.commentlist li .comment-info {
color:#999;
 margin:0;
}
.commentlist .comment-info cite {
font-weight:bold;
}
.commentlist .children {
margin: 10px 0 0;
}
.commentlist .children .li-comment {
background-position: 0 10px;
 border: 0;
 margin-bottom: 10px;
 padding-bottom: 0;
 padding-left: 20px;
}
#respond .title-divider {
margin-bottom:5px;
 margin-top:5px;
}
#respond label {display:block;}
#respond textarea,
#respond input[type=text] {
width:95%;
}

#footer {
background:#555 url(/img/footer-shadow.gif) repeat-x top;
 color:#999;
 padding:10px;
}
#footer a {color:#ddd;}
#footer p#developer-link {
display:block;
 text-indent:-32697px;
}
#footer p#developer-link a,
#footer p#developer-link a:visited {
background:url(/img/by-crowd-favorite.gif) no-repeat left top;
 float:right;
 height:30px;
 text-indent:-32697px;
 width:220px;
}
.group {
border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
}
.tabbed ul.table.group {
border-top-right-radius: 0;
 -moz-border-radius-topright: 0;
 -webkit-border-top-right-radius: 0; border-top-left-radius: 0;
 -moz-border-radius-topleft: 0;
 -webkit-border-top-left-radius: 0;
}

.pagination .next a,
ul.table.disclosure .pagination .next a {
border-bottom-left-radius:10px;
 -webkit-border-bottom-left-radius:10px;
 -moz-border-radius-bottomleft:10px;
}
.pagination .prev a,
ul.table.disclosure .pagination .prev a {
border-bottom-right-radius:10px;
 -webkit-border-bottom-right-radius:10px;
 -moz-border-radius-bottomright:10px;
}
.pagination {
border-bottom-left-radius:10px;
 border-bottom-right-radius:10px;
 -webkit-border-bottom-left-radius:10px;
 -webkit-border-bottom-right-radius:10px;
 -moz-border-radius-bottomleft:10px;
 -moz-border-radius-bottomright:10px;
}
.tabbed .tabs li:first-child a {
border: 1px solid #ccc;
 border-width: 1px 1px 0;
 border-top-left-radius:10px;
 -webkit-border-top-left-radius:10px;
 -moz-border-radius-topleft:10px;
}
.tabbed .tabs li:last-child a {
border: 1px solid #ccc;
 border-width: 1px 1px 0 0;
 border-top-right-radius:10px;
 -webkit-border-top-right-radius:10px;
 -moz-border-radius-topright:10px;
}

.pages-link {
margin:2em 0;
 word-spacing:.25em;
}
.pages-link a {
background:#d7d7d7;
 border:1px solid #ccc;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 -khtml-border-radius:3px;
 border-radius:3px;
 color:#333;
 padding:.3em .5em;
 text-decoration:none;
}
</style>

Copy code
2017-04-20 13:08 · (0)
* myp * Weezy
<div align="center"><div align="center"><div
id="pc"><div style="margin: 0px; padding-top;
20px;padding-bottom; 20px; text-align: center;
background: #3D3C3A; color: gray; font-weight: bold;"
align="center"><table><td><div style=' text-shadow: gray
1px 2px 1px;font-size: 34px;'><center><strong><span
style='color:white;'>SUMALMEDIA</span></strong></center>
div></td></table></div></div></div></div>
<div>
<table border="2" width="100%" cellspacing="0" cellpadding="3"><br />
<tbody>
<tr class="menutabcustom">
<td align="center" valign="top" bgcolor="grey"><a style="color: #fff; text-decoration: none;" href="/"> Home</a></td>
<td align="center" valign="top" bgcolor="grey"><a style="color: #fff; text-decoration: none;" href="http://fb.me/Tizzy.faa.im"> Facebook</a></td>
<td align="center" valign="top" bgcolor="grey"><a style="color: #fff; text-decoration: none;" href="http://twitter.com/BLDED_official"> Twitter</a></td>
<td align="center" valign="top" bgcolor="grey"><a style="color: #fff; text-decoration: none;" href="/site_contact-us."> Contact</a></td>
</tr>
</tbody></table>
</div>
<div class="wap"><div class="group"><b>Categories: <a href='/forum2_112661669.'>News(school & social) </a>,<a href='/forum2_112661737.'>Waec/Gce</a>,<a href='/forum2_112661660'>Cheats(mtn,glo,airtel,etisalat)</a>, <a href='/forum2_112672882.'>Jokes/Tips</a>,<a href='/forum2_112661738.'>Neco/Gce</a>, <a href="/login_site.php?do_id=1"> Login</a></b>
<div align="center"><form method="get" action="http://www.google.com/search">
<input type="hidden" name="as_sitesearch" value="http://www.sumalmedia.wapka.mobi"/>
<input id="search" type="text" size="20" placeholder="Search." value="" name="s" id="s" />
<input id="button" type="submit" value="Search" />
</form></div></div></div>

Copy code


Thanks.......help me edit d code
2017-04-30 19:20 · (0)
* Weezy * myp Copy below
<div align="center"><div align="center"><div id="pc"><div style="margin: 0px; padding-top: 20px; padding-bottom: 20px; text-align: center;
background: #3D3C3A; color: gray; font-weight: bold;" align="center"><table><td><div style=' text-shadow: gray 1px 2px 1px; font-size: 34px;'><center><strong><span style='color:white;'>SUMALMEDIA</span></strong></center>
</div></td></table></div></div></div></div>

<div><table border="2" width="100%" cellspacing="0" cellpadding="3"><br />
<tbody><tr class="menutabcustom">
<td align="center" valign="top" bgcolor="grey"><a style="color: #fff; text-decoration: none;" href="/"> Home</a></td><td align="center" valign="top" bgcolor="grey"><a style="color: #fff; text-decoration: none;" href="http://fb.me/Tizzy.faa.im"> Facebook</a></td>
<td align="center" valign="top" bgcolor="grey"><a style="color: #fff; text-decoration: none;" href="http://twitter.com/BLDED_official"> Twitter</a></td>
<td align="center" valign="top" bgcolor="grey"><a style="color: #fff; text-decoration: none;" href="/site_contact-us."> Contact</a></td></tr>
</tbody></table>
</div>

<div class="wap"><div class="group"><b>Categories: <a href='/forum2_112661669.'>News(school & social) </a>,<a href='/forum2_112661737.'>Waec/Gce</a>,<a href='/forum2_112661660'>Cheats(mtn,glo,airtel,etisalat)</a>, <a href='/forum2_112672882.'>Jokes/Tips</a>,<a href='/forum2_112661738.'>Neco/Gce</a>, <a href="/login_site.php?do_id=1"> Login</a></b>
<div align="center"><form method="get" action="http://www.google.com/search">
<input type="hidden" name="as_sitesearch" value="http://www.sumalmedia.wapka.mobi"/>
<input id="search" type="text" size="20" placeholder="Search." value="" name="s" id="s" />
<input id="button" type="submit" value="Search" />
</form></div></div></div>

Copy code
2017-05-01 09:29 · (0)

Online: Guests: 1

Translate
Pages
Copyright © 2024 WEEZYWAP
facebook twitter whatsapp google plus
Home | About Us | Advertise | Frequently Asked Question | Contact Us | Partners | Disclaimer | Terms of Services | Invite Friends | Credits



Online: 1 , Today: 1017, Hits: 7603059
Last modified: 27-08-2018 11:42:51 pm