Set license files and headers for bitcoin.org's content

This commit is contained in:
Saivann 2014-11-21 17:13:43 -05:00
parent 27f1da3ba8
commit 2a139a51a1
276 changed files with 524 additions and 171 deletions

View file

@ -1,3 +1,8 @@
/*
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
*/
/*Styles for HTML tags*/
body{
@ -412,10 +417,10 @@ table td,table th{
padding-left:20px;
background-position:left center;
background-repeat:no-repeat;
background-image:url(/img/netstatus_normal.svg);
background-image:url(/img/icons/netstatus_normal.svg);
}
.statusmenu.alert{
background-image:url(/img/netstatus_alert.svg);
background-image:url(/img/icons/netstatus_alert.svg);
}
/*Styles specific to elements in pages*/
@ -738,13 +743,13 @@ table td,table th{
padding-top:8px;
}
.toc ul.goback li{
background:url(/img/mini_ico_back.svg) no-repeat 0 3px;
background:url(/img/icons/mini_ico_back.svg) no-repeat 0 3px;
}
.toc ul.reportissue li{
background:url(/img/mini_ico_report.svg) no-repeat 0 3px;
background:url(/img/icons/mini_ico_report.svg) no-repeat 0 3px;
}
.toc ul.editsource li{
background:url(/img/mini_ico_rev.svg) no-repeat 0 3px;
background:url(/img/icons/mini_ico_rev.svg) no-repeat 0 3px;
}
.toc a,
.toc a:link,
@ -837,7 +842,7 @@ table td,table th{
left:-24px;
bottom:0;
top:0;
background:url(/img/mini_ico_anchor.svg) no-repeat center center;
background:url(/img/icons/mini_ico_anchor.svg) no-repeat center center;
}
.anchorAf:hover a{
display:block;
@ -1076,7 +1081,7 @@ table td,table th{
}
.resources .resourcesext p{
padding-left:24px;
background:url(/img/mini_ico_link.svg) no-repeat 0 4px;
background:url(/img/icons/mini_ico_link.svg) no-repeat 0 4px;
}
.resourcesorg{
@ -1124,7 +1129,7 @@ table td,table th{
font-size:115%;
margin:6px 0;
padding-left:24px;
background:url(/img/mini_ico_link.svg) no-repeat 0 4px;
background:url(/img/icons/mini_ico_link.svg) no-repeat 0 4px;
}
.coredevtable div div:first-child{
@ -1249,7 +1254,7 @@ table td,table th{
background-position:left -24px;
}
.walletmenu ul li ul li a{
background-image:url(/img/wallet_select.svg);
background-image:url(/img/icons/wallet_select.svg);
background-repeat:no-repeat;
background-position:-32px center;
padding:8px 32px 5px 32px;
@ -1259,16 +1264,16 @@ table td,table th{
background-position:right center;
}
.walletmenu .wallet-mobile{
background-image:url(/img/wallet_menu_mobile.svg);
background-image:url(/img/icons/wallet_menu_mobile.svg);
}
.walletmenu .wallet-desktop{
background-image:url(/img/wallet_menu_desktop.svg);
background-image:url(/img/icons/wallet_menu_desktop.svg);
}
.walletmenu .wallet-hardware{
background-image:url(/img/wallet_menu_hardware.svg);
background-image:url(/img/icons/wallet_menu_hardware.svg);
}
.walletmenu .wallet-web{
background-image:url(/img/wallet_menu_web.svg);
background-image:url(/img/icons/wallet_menu_web.svg);
}
.walletmenu .wallet-blackberry{
background-image:url(/img/os/wallet_menu_blackberry.svg);
@ -1355,7 +1360,7 @@ table td,table th{
position:absolute;
z-index:100;
height:32px;
background:url(/img/wallet_bubble.svg) no-repeat center 0;
background:url(/img/icons/wallet_bubble.svg) no-repeat center 0;
top:0;
left:0;
right:0;
@ -1513,8 +1518,8 @@ table td,table th{
}
.wallets>div>div>h2:first-child+div+div+div>div>div{
display:inline-block;
background-image:url(/img/wallet_help.png);
background-image:none, url(/img/wallet_help.svg), url(/img/wallet_help.png);
background-image:url(/img/icons/wallet_help.png);
background-image:none, url(/img/icons/wallet_help.svg), url(/img/icons/wallet_help.png);
width:16px;
height:16px;
margin-left:5px;
@ -1601,7 +1606,7 @@ table td,table th{
font-weight:normal;
}
.wallets .checkgood>div>span{
background-image:url(/img/checkbubble_pass.svg);
background-image:url(/img/icons/checkbubble_pass.svg);
}
.wallets .checkpass{
color:#329239;
@ -1610,7 +1615,7 @@ table td,table th{
border-color:#329239;
}
.wallets .checkpass>div>span{
background-image:url(/img/checkbubble_pass.svg);
background-image:url(/img/icons/checkbubble_pass.svg);
}
.wallets .checkneutral{
color:#8b8b8b;
@ -1619,7 +1624,7 @@ table td,table th{
border-color:#8b8b8b;
}
.wallets .checkneutral>div>span{
background-image:url(/img/checkbubble_neutral.svg);
background-image:url(/img/icons/checkbubble_neutral.svg);
}
.wallets .checkfail{
color:#ee9209;
@ -1628,48 +1633,48 @@ table td,table th{
border-color:#ee9209;
}
.wallets .checkfail>div>span{
background-image:url(/img/checkbubble_fail.svg);
background-image:url(/img/icons/checkbubble_fail.svg);
}
.wallets .checkcontrol.checkpass,
.wallets .checkcontrol.checkgood{
background-image:url(/img/check_control_pass.svg);
background-image:url(/img/icons/check_control_pass.svg);
}
.wallets .checkcontrol.checkfail{
background-image:url(/img/check_control_fail.svg);
background-image:url(/img/icons/check_control_fail.svg);
}
.wallets .checkvalidation.checkpass,
.wallets .checkvalidation.checkgood{
background-image:url(/img/check_validation_pass.svg);
background-image:url(/img/icons/check_validation_pass.svg);
}
.wallets .checkvalidation.checkneutral{
background-image:url(/img/check_validation_neutral.svg);
background-image:url(/img/icons/check_validation_neutral.svg);
}
.wallets .checkvalidation.checkfail{
background-image:url(/img/check_validation_fail.svg);
background-image:url(/img/icons/check_validation_fail.svg);
}
.wallets .checktransparency.checkpass,
.wallets .checktransparency.checkgood{
background-image:url(/img/check_transparency_pass.svg);
background-image:url(/img/icons/check_transparency_pass.svg);
}
.wallets .checktransparency.checkfail{
background-image:url(/img/check_transparency_fail.svg);
background-image:url(/img/icons/check_transparency_fail.svg);
}
.wallets .checkenvironment.checkpass,
.wallets .checkenvironment.checkgood{
background-image:url(/img/check_environment_pass.svg);
background-image:url(/img/icons/check_environment_pass.svg);
}
.wallets .checkenvironment.checkfail{
background-image:url(/img/check_environment_fail.svg);
background-image:url(/img/icons/check_environment_fail.svg);
}
.wallets .checkprivacy.checkpass,
.wallets .checkprivacy.checkgood{
background-image:url(/img/check_privacy_pass.svg);
background-image:url(/img/icons/check_privacy_pass.svg);
}
.wallets .checkprivacy.checkneutral{
background-image:url(/img/check_privacy_neutral.svg);
background-image:url(/img/icons/check_privacy_neutral.svg);
}
.wallets .checkprivacy.checkfail{
background-image:url(/img/check_privacy_fail.svg);
background-image:url(/img/icons/check_privacy_fail.svg);
}
.walletsswitch{
@ -2076,7 +2081,7 @@ h2 .rssicon{
height:40px;
width:40px;
padding:12px;
background-image:url(/img/menumobile.svg);
background-image:url(/img/icons/menumobile.svg);
background-repeat:no-repeat;
background-position:center center;
}