EXCEL TOOLS
Excel Add-ins ที่พัฒนาโดยคุณสันติพงศ์ ณสุย (MVP Excel 2010-2020) ด้วยภาษา C# เพื่อแก้ไขปัญหาไฟล์ใหญ่ คำนวณนาน ทำงานช้า จัดการข้อมูลต่าง ๆ ที่ทำงานประจำวันได้อย่างสะดวกรวดเร็ว สนใจคลิกไปดูได้ที่นี่ครับ => Excel Tools
Excel Add-ins ที่พัฒนาโดยคุณสันติพงศ์ ณสุย (MVP Excel 2010-2020) ด้วยภาษา C# เพื่อแก้ไขปัญหาไฟล์ใหญ่ คำนวณนาน ทำงานช้า จัดการข้อมูลต่าง ๆ ที่ทำงานประจำวันได้อย่างสะดวกรวดเร็ว สนใจคลิกไปดูได้ที่นี่ครับ => Excel Tools
Code: Select all
/**
*
* phpBB Studio - OAuth buttons
*
* @copyright (c) 2020, phpBB Studio, https://www.phpbbstudio.com
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/
a[href$="facebook"] {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 1.3;
text-align: center;
background: #0033ff;
border-color: #0033ff;
border-radius: 4px;
color: #ececec;
padding: 4px 8px;
}
a[href$="facebook"]:hover {
background: #ffffff;
border-color: #0033ff;
color: #ffffff;
}
a[href$="facebook"]:before {
font-family: FontAwesome, sans-serif;
font-size: 20px;
font-weight: bold;
vertical-align: -2px;
color: #ffffff;
margin-right: 6px;
content: "\f09a";
}
a[href$="google"] {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 1.3;
text-align: center;
background: #e22524;
border-color: #e22524;
border-radius: 4px;
color: #ececec;
padding: 4px 8px;
}
a[href$="google"]:hover {
background: #ffffff;
border-color: #e22524;
color: #ffffff;
}
a[href$="google"]:before {
font-family: FontAwesome, sans-serif;
font-size: 20px;
font-weight: bold;
vertical-align: -2px;
color: #ffffff;
margin-right: 6px;
content: "\f1a0";
}