mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
Removed deprecated type="text/css" (#721)
This commit is contained in:
parent
5ae2d9ee89
commit
2b996d16b5
19 changed files with 24 additions and 24 deletions
|
@ -9,7 +9,7 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style type="text/css">
|
<style>
|
||||||
#cron_true, #cron_false { width: 95%; }
|
#cron_true, #cron_false { width: 95%; }
|
||||||
#cron_true td { background: #d9facb; padding: 8px 8px; color: #286e0f; }
|
#cron_true td { background: #d9facb; padding: 8px 8px; color: #286e0f; }
|
||||||
#cron_false td { background: #eaeadf; padding: 8px 8px; color: #286e0f; }
|
#cron_false td { background: #eaeadf; padding: 8px 8px; color: #286e0f; }
|
||||||
|
|
|
@ -165,7 +165,7 @@ function toggle_cat_list (val)
|
||||||
<!-- IF TPL_FORUMS_LIST -->
|
<!-- IF TPL_FORUMS_LIST -->
|
||||||
<!--========================================================================-->
|
<!--========================================================================-->
|
||||||
|
|
||||||
<style type="text/css">
|
<style>
|
||||||
table.forumline + table.forumline { border-top-width: 0; }
|
table.forumline + table.forumline { border-top-width: 0; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<style type="text/css">
|
<style>
|
||||||
.log_msg {
|
.log_msg {
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!-- IF TPL_AUTH_UG_MAIN -->
|
<!-- IF TPL_AUTH_UG_MAIN -->
|
||||||
<!--========================================================================-->
|
<!--========================================================================-->
|
||||||
|
|
||||||
<style type="text/css">
|
<style>
|
||||||
#page_content {
|
#page_content {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<!-- IF TPL_ADMIN_NAVIGATE -->
|
<!-- IF TPL_ADMIN_NAVIGATE -->
|
||||||
<!--========================================================================-->
|
<!--========================================================================-->
|
||||||
|
|
||||||
<style type="text/css">
|
<style>
|
||||||
body {
|
body {
|
||||||
background: #E5E5E5;
|
background: #E5E5E5;
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
|
|
|
@ -198,7 +198,7 @@
|
||||||
<p>{RECORD_USERS}</p>
|
<p>{RECORD_USERS}</p>
|
||||||
|
|
||||||
<!-- IF SHOW_ONLINE_LIST -->
|
<!-- IF SHOW_ONLINE_LIST -->
|
||||||
<style type="text/css"><!-- IF IS_ADMIN -->.colorISL, a.colorISL, a.colorISL:visited { color: #793D00; }<!-- ELSE -->.ou_stat { display: none; }<!-- ENDIF --></style>
|
<style><!-- IF IS_ADMIN -->.colorISL, a.colorISL, a.colorISL:visited { color: #793D00; }<!-- ELSE -->.ou_stat { display: none; }<!-- ENDIF --></style>
|
||||||
<a name="online"></a>
|
<a name="online"></a>
|
||||||
<div id="online_userlist" style="margin-top: 4px;">{LOGGED_IN_USER_LIST}</div>
|
<div id="online_userlist" style="margin-top: 4px;">{LOGGED_IN_USER_LIST}</div>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<style type="text/css">
|
<style>
|
||||||
#f-map a { font-size: 12px; text-decoration: none; padding-left: 8px; }
|
#f-map a { font-size: 12px; text-decoration: none; padding-left: 8px; }
|
||||||
#f-map li { margin: 4px 0 0 6px; }
|
#f-map li { margin: 4px 0 0 6px; }
|
||||||
#f-map .b { font-weight: bold; }
|
#f-map .b { font-weight: bold; }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<style type="text/css">
|
<style>
|
||||||
#infobox-wrap {
|
#infobox-wrap {
|
||||||
width: 760px;
|
width: 760px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@ function toggle_cbox (cb_id, tr_id)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style type="text/css"> .sel { background-color:#FFEFD5; } </style>
|
<style> .sel { background-color:#FFEFD5; } </style>
|
||||||
|
|
||||||
<form method="post" action="{S_SPLIT_ACTION}">
|
<form method="post" action="{S_SPLIT_ACTION}">
|
||||||
|
|
||||||
|
|
|
@ -124,16 +124,16 @@ function post2url (url, params) {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!--[if gte IE 7]><style type="text/css">
|
<!--[if gte IE 7]><style>
|
||||||
input[type="checkbox"] { margin-bottom: -1px; }
|
input[type="checkbox"] { margin-bottom: -1px; }
|
||||||
</style><![endif]-->
|
</style><![endif]-->
|
||||||
|
|
||||||
<!--[if IE]><style type="text/css">
|
<!--[if IE]><style>
|
||||||
.post-hr { margin: 2px auto; }
|
.post-hr { margin: 2px auto; }
|
||||||
.fieldsets div > p { margin-bottom: 0; }
|
.fieldsets div > p { margin-bottom: 0; }
|
||||||
</style><![endif]-->
|
</style><![endif]-->
|
||||||
|
|
||||||
<style type="text/css">
|
<style>
|
||||||
.menu-sub, #ajax-loading, #ajax-error, var.ajax-params, .sp-title, .q-post { display: none; }
|
.menu-sub, #ajax-loading, #ajax-error, var.ajax-params, .sp-title, .q-post { display: none; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -224,7 +224,7 @@ function go_to_page ()
|
||||||
<!-- IF SIMPLE_HEADER -->
|
<!-- IF SIMPLE_HEADER -->
|
||||||
<!--==================-->
|
<!--==================-->
|
||||||
|
|
||||||
<style type="text/css">body { background: #E3E3E3; min-width: 10px; }</style>
|
<style>body { background: #E3E3E3; min-width: 10px; }</style>
|
||||||
|
|
||||||
<!--=================-->
|
<!--=================-->
|
||||||
<!-- ELSEIF IN_ADMIN -->
|
<!-- ELSEIF IN_ADMIN -->
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<style type="text/css">
|
<style>
|
||||||
#torhelp .catTitle {
|
#torhelp .catTitle {
|
||||||
color: #AC0000;
|
color: #AC0000;
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,7 +47,7 @@ ajax.callback.view_post = function(data) {
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style type="text/css">
|
<style>
|
||||||
.post_wrap { border: 1px #A5AFB4 solid; margin: 8px 8px 6px; overflow: auto; }
|
.post_wrap { border: 1px #A5AFB4 solid; margin: 8px 8px 6px; overflow: auto; }
|
||||||
.post_links { margin: 6px; }
|
.post_links { margin: 6px; }
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<style type="text/css">
|
<style>
|
||||||
.prof-tbl * { -moz-box-sizing: border-box; box-sizing: border-box; }
|
.prof-tbl * { -moz-box-sizing: border-box; box-sizing: border-box; }
|
||||||
input[name="username"], input[name="user_email"], input[name="cur_pass"], input[name="new_pass"] {
|
input[name="username"], input[name="user_email"], input[name="cur_pass"], input[name="new_pass"] {
|
||||||
width: 255px;
|
width: 255px;
|
||||||
|
|
|
@ -48,7 +48,7 @@ function show_edit_options ()
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style type="text/css">
|
<style>
|
||||||
td.topic_id { cursor: pointer; }
|
td.topic_id { cursor: pointer; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
@ -174,7 +174,7 @@ ajax.callback.gen_passkey = function(data){
|
||||||
</script>
|
</script>
|
||||||
<!-- ENDIF / SHOW_PASSKEY -->
|
<!-- ENDIF / SHOW_PASSKEY -->
|
||||||
|
|
||||||
<style type="text/css">
|
<style>
|
||||||
#traf-stats-tbl { width: 468px; background: #F9F9F9; border: 1px solid #A5AFB4; border-collapse: separate; }
|
#traf-stats-tbl { width: 468px; background: #F9F9F9; border: 1px solid #A5AFB4; border-collapse: separate; }
|
||||||
#traf-stats-tbl th, #traf-stats-tbl td { padding: 2px 10px 3px; text-align: center; white-space: nowrap; font-size: 11px; }
|
#traf-stats-tbl th, #traf-stats-tbl td { padding: 2px 10px 3px; text-align: center; white-space: nowrap; font-size: 11px; }
|
||||||
#traf-stats-tbl th { padding: 2px <!-- IF $bb_cfg['seed_bonus_enabled'] -->11<!-- ELSE -->22<!-- ENDIF -->px 3px; }
|
#traf-stats-tbl th { padding: 2px <!-- IF $bb_cfg['seed_bonus_enabled'] -->11<!-- ELSE -->22<!-- ENDIF -->px 3px; }
|
||||||
|
@ -510,7 +510,7 @@ ajax.callback.gen_passkey = function(data){
|
||||||
<a name="torrent"></a>
|
<a name="torrent"></a>
|
||||||
<div class="spacer_8"></div>
|
<div class="spacer_8"></div>
|
||||||
<!-- IF USER_DLS -->
|
<!-- IF USER_DLS -->
|
||||||
<style type="text/css">
|
<style>
|
||||||
#dls-tbl u { display: none; }
|
#dls-tbl u { display: none; }
|
||||||
.dls-type, .dls-f { padding: 4px; text-align: center; }
|
.dls-type, .dls-f { padding: 4px; text-align: center; }
|
||||||
.dls-cnt { font-size: 16px; font-weight: normal; }
|
.dls-cnt { font-size: 16px; font-weight: normal; }
|
||||||
|
|
|
@ -230,7 +230,7 @@ ajax.callback.view_post = function(data) {
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style type="text/css">
|
<style>
|
||||||
.post_wrap { border: 1px #A5AFB4 solid; margin: 8px 8px 6px; overflow: auto; }
|
.post_wrap { border: 1px #A5AFB4 solid; margin: 8px 8px 6px; overflow: auto; }
|
||||||
.post_links { margin: 6px; }
|
.post_links { margin: 6px; }
|
||||||
.unfolded2, .folded2 { display: inline !important; }
|
.unfolded2, .folded2 { display: inline !important; }
|
||||||
|
@ -256,7 +256,7 @@ $(function(){
|
||||||
</script>
|
</script>
|
||||||
<!-- ENDIF / !SESSION_ADMIN -->
|
<!-- ENDIF / !SESSION_ADMIN -->
|
||||||
|
|
||||||
<style type="text/css">
|
<style>
|
||||||
.tor-time { font-size: 10px; padding-left: 2px; }
|
.tor-time { font-size: 10px; padding-left: 2px; }
|
||||||
td.topic_id { cursor: pointer; }
|
td.topic_id { cursor: pointer; }
|
||||||
.tt-edit-input { font-size: 11px; }
|
.tt-edit-input { font-size: 11px; }
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!-- IF LOGGED_IN -->
|
<!-- IF LOGGED_IN -->
|
||||||
<style type="text/css">
|
<style>
|
||||||
<!-- IF HIDE_AVATAR -->.avatar { display: none; }<!-- ENDIF -->
|
<!-- IF HIDE_AVATAR -->.avatar { display: none; }<!-- ENDIF -->
|
||||||
<!-- IF HIDE_RANK_IMG -->.rank_img { display: none; }<!-- ENDIF -->
|
<!-- IF HIDE_RANK_IMG -->.rank_img { display: none; }<!-- ENDIF -->
|
||||||
<!-- IF HIDE_POST_IMG -->img.postImg, div.postImg-wrap { display: none; }<!-- ENDIF -->
|
<!-- IF HIDE_POST_IMG -->img.postImg, div.postImg-wrap { display: none; }<!-- ENDIF -->
|
||||||
|
|
|
@ -318,7 +318,7 @@ $('#tor-filelist-btn').click(function(){
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style type="text/css">
|
<style>
|
||||||
#tor-fl-wrap {
|
#tor-fl-wrap {
|
||||||
margin: 12px auto 0; width: 95%;
|
margin: 12px auto 0; width: 95%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<style type="text/css">
|
<style>
|
||||||
td.rel-inputs { padding-left: 6px; }
|
td.rel-inputs { padding-left: 6px; }
|
||||||
.rel-el { margin: 2px 6px 2px 0; }
|
.rel-el { margin: 2px 6px 2px 0; }
|
||||||
.rel-title { font-weight: bold; }
|
.rel-title { font-weight: bold; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue