This is for testing of the CSS.
01 Jan 2011 22:14
01 Jan 2011 22:14
(read more — 0 comments)
01 Jan 2011 22:03
01 Jan 2011 22:03
<head> <title>Redirecting to the comment</title> <style type=text/css> .redirect-message { text-align: center; position: relative; top: 40%; margin-top: -40px; font-family: Tahoma, arial, sans-serif; font-size: 0.95em; color: #333; } .redirect-message span, .redirect-message a { font-size: 0.85em; } </style> </head> <body> <div class="redirect-message"> Please wait while we redirect you to the comment. <br> <br> <span>If you are not redirected automatically, please click the link below.</span> <br> <br> <script type="text/javascript"> <!-- function gup( name ) { name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regexS = "[\\?&]"+name+"=([^&#]*)"; var regex = new RegExp( regexS ); var results = regex.exec( window.location.href ); if( results == null ) return ""; else return results[1]; } var parent = gup( 'parent' ); var anchor = gup( 'anchor' ); var bmc = "http://bmcenterprises.wikidot.com/" var hash = "#" function redirect() { window.top.location.href = "http://bmcenterprises.wikidot.com/" + parent + '#' + anchor; } redirect(); document.write('<a href="' + bmc + parent + hash + anchor + '">http://bmcenterprises.wikidot.com/' + parent + hash + anchor + '</a>'); //--> </script> </div> </body>
(read more — 0 comments)
01 Jan 2011 05:30
01 Jan 2011 05:30
<head> <title>Redirecting to the comment</title> <style type=text/css> .redirect-message { text-align: center; position: relative; top: 40%; margin-top: -40px; font-family: Tahoma, arial, sans-serif; font-size: 0.95em; color: #333; } .redirect-message span, .redirect-message a { font-size: 0.85em; } </style> </head> <body> <div class="redirect-message"> Please wait while we redirect you to the comment. <br> <br> <span>If you are not redirected automatically, please click the link below.</span> <br> <br> <script type="text/javascript"> <!-- function gup( name ) { name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regexS = "[\\?&]"+name+"=([^&#]*)"; var regex = new RegExp( regexS ); var results = regex.exec( window.location.href ); if( results == null ) return ""; else return results[1]; } var parent = gup( 'parent' ); var anchor = gup( 'anchor' ); var bmc = "http://bmcenterprises.wikidot.com/" var hash = "#" function redirect() { window.top.location.href = "http://bmcenterprises.wdfiles.com/local--code/css3:forum-redirect2/1?parent=" + parent + "&anchor=" + anchor; } redirect(); document.write('<a href="' + bmc + parent + hash + anchor + '">http://bmcenterprises.wikidot.com/' + parent + hash + anchor + '</a>'); //--> </script> </div> </body>
(read more — 0 comments)
22 Dec 2010 05:36
22 Dec 2010 05:36
@import url(http://css3.wdfiles.com/local--code/css:theme/1); html, body, #container-wrap-wrap, #container-wrap, #container, #content-wrap, #main-content, #page-content { background: none; border: none; } #header, #login-status, #page-title, #page-content, #breadcrumbs, #action-area h1, #action-area table.form, .edit-page-bottomtable, .change-textarea-size, .edit-help-34, #page-options-container, #footer, #license-area, .note-block { display: none !important; } #main-content:target #page-title, #main-content:target #action-area table.form, #main-content:target #page-options-container, { display: inline !important; } #main-content {padding: 0;} #action-area textarea, input.form-text, input.form-url { border: 1px solid #aaa; background: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin: 0; margin-left: 10px; padding: 5px; font-family: Helvetica; color: #212121; -webkit-transition: border-color 300ms ease-out; resize: none; } #action-area textarea:focus, input.form-text:focus, input.form-url:focus { outline-style: none; border: 1px solid #1b94d5; } #action-area textarea {height: 150px; width: 550px;} #action-area, #container { width: 100% !important; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #action-area {margin-top: -70px;} #edit-page-form {margin-top: 40px;} #edit-page-form .buttons.alignleft { text-align: center; } input#edit-cancel-button, input#edit-preview-button, input#edit-diff-button, input#edit-save-continue-button { display: none; } input#edit-save-button { color: transparent; text-indent: -9999px; border: none; display: block; height: 27px; width: 114px; background: url(http://css3.wdfiles.com/local--files/css:files/post-comment-button.png) no-repeat 0 0; } input#edit-save-button:hover { background-position: 0 -27px; } input#edit-save-button:active { background-position: 0 -54px; } .wd-editor-toolbar-panel {height: 40px;} a.weditor-hr, a.weditor-div, a.weditor-clearfloat, a.weditor-table, a.weditor-toc, a.weditor-code, a.weditor-codewiz, a.weditor-uri, a.weditor-uriwiz, a.weditor-pagelink, a.weditor-pagelinkwiz, a.weditor-image, a.weditor-imagewiz, a.weditor-html, a.weditor-numlist, a.weditor-bullist, a.weditor-incindent, a.weditor-decindent, a.weditor-deflist, a.weditor-footnote, a.weditor-math, a.weditor-mathinline, a.weditor-eqref, a.weditor-bib, a.weditor-bibcite, li.hseparator, .change-textarea-size, #edit-page-form .edit-page-bottomtable, #edit-page-form input#edit-cancel-button, table.form-table tbody tr.form-row:nth-child(1), table.form-table tbody tr td.form-labels { display: none !important; } table.form-table tbody tr td.form-values { font-size: 1.15em; } table.form-table tbody tr td.form-values p {margin: 0;} textarea::-webkit-scrollbar{width:9px;height:9px;} textarea::-webkit-scrollbar-track-piece{background-color:transparent;} textarea::-webkit-scrollbar-thumb:vertical{height:50px;background-color:#777;-webkit-border-radius:8px;} textarea::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:#777;-webkit-border-radius:8px;} .odialog-shader { background: none; filter: alpha(opacity=0); opacity: 0; } .owindow.owait, .owindow.osuccess { background: rgba(0,0,0,0.75); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3); border-top: none !important; } .owindow.owait .content { background: transparent url(http://bmcenterprises.wdfiles.com/local--files/images/ajax-loader-white6.gif) no-repeat center center; color: #404040; text-indent: -9999px; width: 50px; height: 40px; padding: 0; border-top: none !important; } .owindow.osuccess .content { background: transparent url(http://bmcenterprises.wdfiles.com/local--files/images/emotion_smile.png) no-repeat center center; color: transparent; text-indent: -9999px; padding: 0; width: 50px; height: 40px; border-top: none; } .name-hover span { display: none; z-index: 9999; max-width: 250px; } .name-hover img.image { vertical-align: middle; opacity: 0.5; } .name-hover:hover img.image { opacity: 1; } .name-hover:hover span { position: absolute; display: inline; visibility: visible; opacity: 1; height: auto; width: auto; margin-left: 0; padding: 2px 5px; font-size: 0.75em; background-color: rgba(56,56,56,0.91) !important; color: #fff; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5), 0 0 3px rgba(0,0,0,0.35) inset; -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5); box-shadow: 1px 1px 3px rgba(0,0,0,0.5); -webkit-background-clip: padding-box; } .name-hover:hover span span { position: relative; margin: auto; height: auto; width: auto; border: none; padding: 0; } .name-hover:hover { background-color: transparent; } /* preloads the spinner so that there is no lag when .owait pops up */ #extra-div-1 { background: transparent url(http://bmcenterprises.wdfiles.com/local--files/images/ajax-loader-white6.gif) no-repeat; visibility: hidden; } #extra-div-2 { background: transparent url(http://bmcenterprises.wdfiles.com/local--files/images/emotion_smile.png) no-repeat center center; visibility: hidden; }
(read more — 0 comments)
01 Dec 2010 22:30
01 Dec 2010 22:30
here's some test links
[#order\/order/ Created by with hash]
(read more — 0 comments)
01 Dec 2010 21:32
01 Dec 2010 21:32
[[include css3:my-newpage-backend-backend site={$site} |
category={$category}: | category= |
parent={$parent} | parent= |
tags={$tags} | tags =
]]
(read more — 0 comments)
Discussion
Add a new comment