📄 customtheme.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="customTheme.aspx.cs" Inherits="user_customTheme" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>自定义主题</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<div class ="left"><!-- #include file ="user_left.htm" --></div>
<div class ="center" >
<span style="font-size: 16pt; color: #ff0033">欢迎您进入自定义模板来定义您的个性的模板页面</span>:<br />
<br />
简单设置---换成自己喜欢的图片就可以了<br />
<hr />
<br />
在这里定义您Logo位置的图片<br />
<asp:FileUpload ID="FileUpload1" runat="server" Height="25px" />
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确 定" Height="25px" Width="66px" /><br />
<asp:Label ID="Label2" runat="server"></asp:Label><br />
<br />
如果您还想进一步设置,请手动编辑CSS文件。<br />
如果您不了解CSS,请慎用,编辑后发生排版问题,只需再次切换主题即可。<br />
---------------------------------------------------------------------------------------<br />
<asp:Label ID="Label1" runat="server"></asp:Label><br />
<asp:TextBox ID="tbBlogCss" runat="server" Height="183px" TextMode="MultiLine" Width="303px" style="border-right: #ff6633 thin solid; border-top: #ff6633 thin solid; border-left: #ff6633 thin solid; border-bottom: #ff6633 thin solid" Font-Size="10pt"></asp:TextBox>
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="确定" /></div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -