TA的每日心情 開心 22 小時前
簽到天數: 4623 天
連續簽到: 40 天
[LV.Master]伴壇終老
排名 1 昨日變化
發表於 2013-6-4 20:14:31
|
顯示全部樓層
| 閱讀模式
| Google Chrome 27.0.1453.94
| Windows 8
本帖最後由 Lkyjimmy 於 2013-6-4 20:33 編輯
網站黑色表態原始碼
是日因智慧財產局發佈封網政策關系
導致多個網站在六月四日關站以示不滿
在此分享一些網頁原始碼
讓眾人表態
網路全黑日.html
<!-- v 201306041233 -->
<html>
<head><title>#網路全黑日</title>
<style type="text/css" media="all">
html,
body {
margin: 0;
padding: 0;
}
#text-shadow-box {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: #444;
font-family: Helvetica, Arial, sans-serif;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
}
#text-shadow-box #tsb-text,
#text-shadow-box #tsb-link {
position: absolute;
top: 40%;
left: 0;
width: 100%;
height: 1em;
margin: -0.77em 0 0 0;
font-size: 70px;
line-height: 1em;
font-weight: bold;
text-align: center;
}
#text-shadow-box #tsb-text {
font-size: 100px;
color: transparent;
}
#text-shadow-box #tsb-link a {
color: #999;
text-decoration: none;
}
#text-shadow-box #tsb-box,
#text-shadow-box #tsb-wall {
position: absolute;
top: 40%;
left: 0;
width: 100%;
height: 60%;
}
#text-shadow-box #tsb-wall {
background: #999;
}
#text-shadow-box #tsb-wall p {
font-size: 18px;
line-height: 1.5em;
text-align: justify;
color: #222;
width: 550px;
margin: 1.5em auto;
}
#text-shadow-box #tsb-wall p a {
color: #fff;
}
#text-shadow-box #tsb-wall p a:hover {
text-decoration: none;
color: #000;
background: #fff;
}
#tsb-spot {
position: absolute;
top: 0;
left: 0;
width: 200%;
height: 200%;
pointer-events: none;
background: -webkit-gradient(radial, center center, 0, center center, 350, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
background: -moz-radial-gradient(center 45deg, circle closest-side, transparent 0, black 350px);
}
</style>
</head>
<body>
<div id="text-shadow-box">
<div id="tsb-box"></div>
<p id="tsb-text">通用每週番組關站一日抗議封網法案構想</p>
<p id="tsb-link"><a target="_blank" href="https://www.facebook.com/events/486224794784563/">通用每週番組關站一日抗議封網法案構想</a></p>
<div id="tsb-wall">
<p>六月四日,網路全黑日。
<p>通用每週番組反對台灣實施任何封網法案。
<p><a target="_blank" href="https://www.facebook.com/events/486224794784563/">#freeandopen</a></p>
<p><a href="./error451.html">繼續瀏覽網頁</a></p> </div>
<div id="tsb-spot"></div>
</div>
<script type="text/javascript" language="javascript" charset="utf-8">
/**
* Zachary Johnson
* http://www.zachstronaut.com
* I place the following code in the public domain.
*/
var text = null;
var spot = null;
var box = null;
var boxProperty = '';
init();
function init() {
text = document.getElementById('tsb-text');
spot = document.getElementById('tsb-spot');
box = document.getElementById('tsb-box');
if (typeof box.style.webkitBoxShadow == 'string') {
boxProperty = 'webkitBoxShadow';
} else if (typeof box.style.MozBoxShadow == 'string') {
boxProperty = 'MozBoxShadow';
} else if (typeof box.style.boxShadow == 'string') {
boxProperty = 'boxShadow';
}
if (text && spot && box) {
document.getElementById('text-shadow-box').onmousemove = onMouseMove;
document.getElementById('text-shadow-box').ontouchmove = function (e) {e.preventDefault(); e.stopPropagation(); onMouseMove({clientX: e.touches[0].clientX, clientY: e.touches[0].clientY});};
}
onMouseMove({clientX: Math.floor(window.innerWidth / 2), clientY: Math.floor(window.innerHeight / 2.75)});
}
function onMouseMove(e) {
var xm = (e.clientX - Math.floor(window.innerWidth / 2)) * 0.4;
var ym = (e.clientY - Math.floor(window.innerHeight / 3)) * 0.4;
var d = Math.round(Math.sqrt(xm*xm + ym*ym) / 5);
text.style.textShadow = -xm + 'px ' + -ym + 'px ' + (d + 10) + 'px black';
if (boxProperty) {
box.style[boxProperty] = '0 ' + -ym + 'px ' + (d + 30) + 'px black';
}
xm = e.clientX - window.innerWidth;
ym = e.clientY - window.innerHeight;
spot.style.backgroundPosition = xm + 'px ' + ym + 'px';
}
</script>
</body>
</html><!-- hyper cache: 64a176e69470c901595d20e9ac628129 13-06-04 12:13:47 --> 複製代碼 以上基本上沒有什麼要修改
主要是font-size: ??px;這個值
因應你的文字多少而決定
文字是要單行
否則後半文字會消失
body
通用每週番組改為你網站名
<p><a href="./error451.html">繼續瀏覽網頁</a></p>
改為你的站的網址
可以不寫上
完全關站
紫音動漫組 - 論壇版權 1、本主題所有言論和圖片純屬會員個人意見,與本論壇立場無關
2、本站所有主題由該帖子作者發表,該帖子作者與紫音動漫組 享有帖子相關版權
3、其他單位或個人使用、轉載或引用本文時必須同時徵得該帖子作者和紫音動漫組 的同意
4、帖子作者須承擔一切因本文發表而直接或間接導致的民事或刑事法律責任
5、本帖部分內容轉載自其它媒體,但並不代表本站贊同其觀點和對其真實性負責
6、如本帖侵犯到任何版權問題,請立即告知本站,本站將及時予與刪除並致以最深的歉意
7、紫音動漫組 管理員和版主有權不事先通知發貼者而刪除本文