惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
博客园 - 聂微东
Application and Cybersecurity Blog
Application and Cybersecurity Blog
MyScale Blog
MyScale Blog
罗磊的独立博客
H
Help Net Security
L
LangChain Blog
T
Threat Research - Cisco Blogs
量子位
S
Securelist
Last Week in AI
Last Week in AI
L
Lohrmann on Cybersecurity
T
The Exploit Database - CXSecurity.com
P
Privacy International News Feed
The Hacker News
The Hacker News
Vercel News
Vercel News
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Blog of Author Tim Ferriss
T
Threatpost
Security Latest
Security Latest
P
Palo Alto Networks Blog
Microsoft Security Blog
Microsoft Security Blog
NISL@THU
NISL@THU
F
Full Disclosure
WordPress大学
WordPress大学
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Stack Overflow Blog
Stack Overflow Blog
C
Check Point Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Heimdal Security Blog
J
Java Code Geeks
Recorded Future
Recorded Future
Hugging Face - Blog
Hugging Face - Blog
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
B
Blog RSS Feed
月光博客
月光博客
C
Cisco Blogs
V
Visual Studio Blog
D
DataBreaches.Net
H
Hacker News: Front Page
博客园 - 叶小钗
N
News and Events Feed by Topic
爱范儿
爱范儿
A
Arctic Wolf

博客园 - InterMa

离开了。。。 安装ubuntu6.06的一个应注意之处 - InterMa - 博客园 今天和同学们包饺子啦~ - InterMa - 博客园 。。。。。。 关于ODR和Template 第3方client连接talk.google.com的一些注意之处 王国维 之 三境界 Castle ActiveRecord中ntext类型的映射 给俱乐部中的朋友们问个好~ :-) 函数调用与堆栈清理 使用Castle ActiveRecord的几点小经验 拳脚小功夫,容人大丈夫 No Touch Required 一些页面配色的资源【存档自用】 Vim7下配置C/C++的Omni complete Vim7下配置Python的Omni complete Richard Stallman和自由软件运动 扯2,3事 最近正在FPS。。。
写了一个Google登陆风格的table
InterMa · 2006-09-15 · via 博客园 - InterMa

待着无聊,发现Google账户的那个登陆table真好看,就仿照着写了一个。
效果如下:

Context

html代码:

        <table cellspacing="0" cellpadding="2" align="center" border="1px" bordercolor="#C3D9FF">
            
<tr>
                
<td align="center" valign="middle">
                    
<table border="0" bgcolor="#E8EEFA">
                        
<tr>
                            
<td width="400px" height="300px">
                                Context
                            
</td>
                        
</tr>
                    
</table>
                
</td>
            
</tr>
        
</table>

还有一个标题风格:(这里就看不到了,不过就是那个圆角矩形)

.bubble {background-color:#C3D9FF}.tl {padding: 0; width: 4; text-align: left; vertical-align: top}.tr {padding: 0; width: 4; text-align: right; vertical-align: top}.bl {padding: 0; width: 4; text-align: left; vertical-align: bottom}.br {padding: 0; width: 4; text-align: right; vertical-align: bottom}     

        
<table border = "0" cellspacing="0" cellpadding="0">
            
<tbody>
                
<tr>
                    
<td class="bubble tl" valign="top" align="left">
                        
<img class="c" alt="" src="https://mail.google.com/mail/images/corner_tl.gif"></td>
                    
<td bgcolor="#C3D9FF" style="padding-right: 0px; padding-left: 0px; font-weight: bold;
                        padding-bottom: 3px; padding-top: 3px; font-family: arial; text-align: left"

                        rowspan
="2">
                        
<b>欢迎使用 Gmail</b></td>
                    
<td class="bubble tr" valign="top" align="right">
                        
<img class="c" alt="" src="https://mail.google.com/mail/images/corner_tr.gif"></td>
                
</tr>
                
<tr>
                    
<td class="bubble bl" valign="bottom" align="left">
                        
<img class="c" alt="" src="https://mail.google.com/mail/images/corner_bl.gif"></td>
                    
<td class="bubble br" valign="bottom" align="right">
                        
<img class="c" alt="" src="https://mail.google.com/mail/images/corner_br.gif"></td>
                
</tr>
            
</tbody>
        
</table>

没准以后就抄这2个风格了,hoho